Color spaces of #fcb54f
RGB | 252 | 181 | 79 |
---|---|---|---|
HSL | 0.10 | 0.97 | 0.65 |
HSV | 35° | 69° | 99° |
CMYK | 0.00 | 0.28 | 0.69 0.01 |
XYZ | 58.0800 | 54.3077 | 14.8184 |
Yxy | 54.3077 | 0.4566 | 0.4269 |
Hunter Lab | 73.6938 | 11.7165 | 39.6636 |
CIE-Lab | 78.6408 | 16.3587 | 60.2987 |
#fcb54f color RGB value is (252,181,79).
#fcb54f hex color red value is 252, green value is 181 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fcb54f hue: 0.10 , saturation: 0.97 and the lightness value of fcb54f is 0.65.
The process color (four color CMYK) of #fcb54f color hex is 0.00, 0.28, 0.69, 0.01. Web safe color of #fcb54f is #ffcc66. Color #fcb54f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110101 | 01001111 |
Octal | 374 | 265 | 117 |
Decimal | 252 | 181 | 79 |
Hex | FC | B5 | 4F |
Shades of #fcb54f
Tints of #fcb54f
RGB Percentages of Color #fcb54f
CMYK Percentages of Color #fcb54f
Complementary Color
#fcb54f | #4f96fc |
#fcb54f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb54f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb54f Color CSS Codes
.mybgcolor {background-color:#fcb54f; } .myforecolor {color:#fcb54f; } .mybordercolor {border:3px solid #fcb54f; }
#fcb54f Text Font Color
<p style="color:#fcb54f">Text here</p>
This sample text font color is #fcb54f
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.
#fcb54f Background Color
<div style="background-color:#fcb54f">
Div content here</div>
This div background color is #fcb54f
#fcb54f Border Color
<div style="border:3px solid #fcb54f">
Div here</div>
This div border color is #fcb54f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,181,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb54f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb54f; -webkit-box-shadow: 1px 1px 3px 2px #fcb54f; box-shadow: 1px 1px 3px 2px #fcb54f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,181,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb54f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb54f; -webkit-box-shadow: 1px 1px 3px 2px #fcb54f; box-shadow: 1px 1px 3px 2px #fcb54f;">
Div content here</div>
This div box has shadow with color #fcb54f
Comments
No comments written yet.
Please login to write comment.