Color spaces of #fcf931
RGB | 252 | 249 | 49 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.59 |
HSV | 59° | 81° | 99° |
CMYK | 0.00 | 0.01 | 0.81 0.01 |
XYZ | 74.5749 | 88.6686 | 16.0900 |
Yxy | 88.6686 | 0.4158 | 0.4944 |
Hunter Lab | 94.1640 | -23.4207 | 55.7838 |
CIE-Lab | 95.4418 | -19.1891 | 86.4035 |
#fcf931 color RGB value is (252,249,49).
#fcf931 hex color red value is 252, green value is 249 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fcf931 hue: 0.16 , saturation: 0.97 and the lightness value of fcf931 is 0.59.
The process color (four color CMYK) of #fcf931 color hex is 0.00, 0.01, 0.81, 0.01. Web safe color of #fcf931 is #ffff33. Color #fcf931 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111001 | 00110001 |
Octal | 374 | 371 | 61 |
Decimal | 252 | 249 | 49 |
Hex | FC | F9 | 31 |
Shades of #fcf931
Tints of #fcf931
RGB Percentages of Color #fcf931
CMYK Percentages of Color #fcf931
Complementary Color
#fcf931 | #3134fc |
#fcf931 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf931 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf931 Color CSS Codes
.mybgcolor {background-color:#fcf931; } .myforecolor {color:#fcf931; } .mybordercolor {border:3px solid #fcf931; }
#fcf931 Text Font Color
<p style="color:#fcf931">Text here</p>
This sample text font color is #fcf931
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.
#fcf931 Background Color
<div style="background-color:#fcf931">
Div content here</div>
This div background color is #fcf931
#fcf931 Border Color
<div style="border:3px solid #fcf931">
Div here</div>
This div border color is #fcf931
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,249,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf931; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf931; -webkit-box-shadow: 1px 1px 3px 2px #fcf931; box-shadow: 1px 1px 3px 2px #fcf931; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,249,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf931">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf931; -webkit-box-shadow: 1px 1px 3px 2px #fcf931; box-shadow: 1px 1px 3px 2px #fcf931;">
Div content here</div>
This div box has shadow with color #fcf931
Comments
No comments written yet.
Please login to write comment.