Color spaces of #fcf85a
RGB | 252 | 248 | 90 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.67 |
HSV | 59° | 64° | 99° |
CMYK | 0.00 | 0.02 | 0.64 0.01 |
XYZ | 75.5577 | 88.5684 | 22.7860 |
Yxy | 88.5684 | 0.4042 | 0.4739 |
Hunter Lab | 94.1108 | -21.3835 | 51.5223 |
CIE-Lab | 95.3998 | -16.9910 | 73.3279 |
#fcf85a color RGB value is (252,248,90).
#fcf85a hex color red value is 252, green value is 248 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fcf85a hue: 0.16 , saturation: 0.96 and the lightness value of fcf85a is 0.67.
The process color (four color CMYK) of #fcf85a color hex is 0.00, 0.02, 0.64, 0.01. Web safe color of #fcf85a is #ffff66. Color #fcf85a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111000 | 01011010 |
Octal | 374 | 370 | 132 |
Decimal | 252 | 248 | 90 |
Hex | FC | F8 | 5A |
Shades of #fcf85a
Tints of #fcf85a
RGB Percentages of Color #fcf85a
CMYK Percentages of Color #fcf85a
Complementary Color
#fcf85a | #5a5efc |
#fcf85a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf85a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf85a Color CSS Codes
.mybgcolor {background-color:#fcf85a; } .myforecolor {color:#fcf85a; } .mybordercolor {border:3px solid #fcf85a; }
#fcf85a Text Font Color
<p style="color:#fcf85a">Text here</p>
This sample text font color is #fcf85a
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.
#fcf85a Background Color
<div style="background-color:#fcf85a">
Div content here</div>
This div background color is #fcf85a
#fcf85a Border Color
<div style="border:3px solid #fcf85a">
Div here</div>
This div border color is #fcf85a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,248,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf85a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf85a; -webkit-box-shadow: 1px 1px 3px 2px #fcf85a; box-shadow: 1px 1px 3px 2px #fcf85a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,248,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf85a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf85a; -webkit-box-shadow: 1px 1px 3px 2px #fcf85a; box-shadow: 1px 1px 3px 2px #fcf85a;">
Div content here</div>
This div box has shadow with color #fcf85a
Comments
No comments written yet.
Please login to write comment.