Color spaces of #fcb856
RGB | 252 | 184 | 86 |
---|---|---|---|
HSL | 0.10 | 0.97 | 0.66 |
HSV | 35° | 66° | 99° |
CMYK | 0.00 | 0.27 | 0.66 0.01 |
XYZ | 58.9651 | 55.6483 | 16.4375 |
Yxy | 55.6483 | 0.4499 | 0.4246 |
Hunter Lab | 74.5978 | 10.5475 | 39.1540 |
CIE-Lab | 79.4132 | 15.1737 | 58.0124 |
#fcb856 color RGB value is (252,184,86).
#fcb856 hex color red value is 252, green value is 184 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fcb856 hue: 0.10 , saturation: 0.97 and the lightness value of fcb856 is 0.66.
The process color (four color CMYK) of #fcb856 color hex is 0.00, 0.27, 0.66, 0.01. Web safe color of #fcb856 is #ffcc66. Color #fcb856 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111000 | 01010110 |
Octal | 374 | 270 | 126 |
Decimal | 252 | 184 | 86 |
Hex | FC | B8 | 56 |
Shades of #fcb856
Tints of #fcb856
RGB Percentages of Color #fcb856
CMYK Percentages of Color #fcb856
Complementary Color
#fcb856 | #569afc |
#fcb856 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb856 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb856 Color CSS Codes
.mybgcolor {background-color:#fcb856; } .myforecolor {color:#fcb856; } .mybordercolor {border:3px solid #fcb856; }
#fcb856 Text Font Color
<p style="color:#fcb856">Text here</p>
This sample text font color is #fcb856
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fcb856 Background Color
<div style="background-color:#fcb856">
Div content here</div>
This div background color is #fcb856
#fcb856 Border Color
<div style="border:3px solid #fcb856">
Div here</div>
This div border color is #fcb856
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,184,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb856; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb856; -webkit-box-shadow: 1px 1px 3px 2px #fcb856; box-shadow: 1px 1px 3px 2px #fcb856; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,184,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb856">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb856; -webkit-box-shadow: 1px 1px 3px 2px #fcb856; box-shadow: 1px 1px 3px 2px #fcb856;">
Div content here</div>
This div box has shadow with color #fcb856
Comments
No comments written yet.
Please login to write comment.