Color spaces of #fcb574
RGB | 252 | 181 | 116 |
---|---|---|---|
HSL | 0.08 | 0.96 | 0.72 |
HSV | 29° | 54° | 99° |
CMYK | 0.00 | 0.28 | 0.54 0.01 |
XYZ | 59.8211 | 55.0041 | 23.9869 |
Yxy | 55.0041 | 0.4310 | 0.3962 |
Hunter Lab | 74.1647 | 14.1893 | 32.7393 |
CIE-Lab | 79.0436 | 18.8205 | 43.0773 |
#fcb574 color RGB value is (252,181,116).
#fcb574 hex color red value is 252, green value is 181 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fcb574 hue: 0.08 , saturation: 0.96 and the lightness value of fcb574 is 0.72.
The process color (four color CMYK) of #fcb574 color hex is 0.00, 0.28, 0.54, 0.01. Web safe color of #fcb574 is #ffcc66. Color #fcb574 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110101 | 01110100 |
Octal | 374 | 265 | 164 |
Decimal | 252 | 181 | 116 |
Hex | FC | B5 | 74 |
Shades of #fcb574
Tints of #fcb574
RGB Percentages of Color #fcb574
CMYK Percentages of Color #fcb574
Complementary Color
#fcb574 | #74bbfc |
#fcb574 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb574 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb574 Color CSS Codes
.mybgcolor {background-color:#fcb574; } .myforecolor {color:#fcb574; } .mybordercolor {border:3px solid #fcb574; }
#fcb574 Text Font Color
<p style="color:#fcb574">Text here</p>
This sample text font color is #fcb574
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.
#fcb574 Background Color
<div style="background-color:#fcb574">
Div content here</div>
This div background color is #fcb574
#fcb574 Border Color
<div style="border:3px solid #fcb574">
Div here</div>
This div border color is #fcb574
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,181,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb574; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb574; -webkit-box-shadow: 1px 1px 3px 2px #fcb574; box-shadow: 1px 1px 3px 2px #fcb574; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,181,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb574">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb574; -webkit-box-shadow: 1px 1px 3px 2px #fcb574; box-shadow: 1px 1px 3px 2px #fcb574;">
Div content here</div>
This div box has shadow with color #fcb574
Related Colors
Comments
No comments written yet.
Please login to write comment.