Color spaces of #fcbf5f
RGB | 252 | 191 | 95 |
---|---|---|---|
HSL | 0.10 | 0.96 | 0.68 |
HSV | 37° | 62° | 99° |
CMYK | 0.00 | 0.24 | 0.62 0.01 |
XYZ | 60.8412 | 58.7833 | 18.9661 |
Yxy | 58.7833 | 0.4390 | 0.4242 |
Hunter Lab | 76.6703 | 7.4746 | 39.0025 |
CIE-Lab | 81.1723 | 12.0669 | 55.8429 |
#fcbf5f color RGB value is (252,191,95).
#fcbf5f hex color red value is 252, green value is 191 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fcbf5f hue: 0.10 , saturation: 0.96 and the lightness value of fcbf5f is 0.68.
The process color (four color CMYK) of #fcbf5f color hex is 0.00, 0.24, 0.62, 0.01. Web safe color of #fcbf5f is #ffcc66. Color #fcbf5f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111111 | 01011111 |
Octal | 374 | 277 | 137 |
Decimal | 252 | 191 | 95 |
Hex | FC | BF | 5F |
Shades of #fcbf5f
Tints of #fcbf5f
RGB Percentages of Color #fcbf5f
CMYK Percentages of Color #fcbf5f
Complementary Color
#fcbf5f | #5f9cfc |
#fcbf5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbf5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbf5f Color CSS Codes
.mybgcolor {background-color:#fcbf5f; } .myforecolor {color:#fcbf5f; } .mybordercolor {border:3px solid #fcbf5f; }
#fcbf5f Text Font Color
<p style="color:#fcbf5f">Text here</p>
This sample text font color is #fcbf5f
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.
#fcbf5f Background Color
<div style="background-color:#fcbf5f">
Div content here</div>
This div background color is #fcbf5f
#fcbf5f Border Color
<div style="border:3px solid #fcbf5f">
Div here</div>
This div border color is #fcbf5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,191,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbf5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbf5f; -webkit-box-shadow: 1px 1px 3px 2px #fcbf5f; box-shadow: 1px 1px 3px 2px #fcbf5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,191,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbf5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbf5f; -webkit-box-shadow: 1px 1px 3px 2px #fcbf5f; box-shadow: 1px 1px 3px 2px #fcbf5f;">
Div content here</div>
This div box has shadow with color #fcbf5f
Comments
No comments written yet.
Please login to write comment.