Color spaces of #fcf82f
RGB | 252 | 248 | 47 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.59 |
HSV | 59° | 81° | 99° |
CMYK | 0.00 | 0.02 | 0.81 0.01 |
XYZ | 74.2254 | 88.0355 | 15.7698 |
Yxy | 88.0355 | 0.4169 | 0.4945 |
Hunter Lab | 93.8272 | -22.9888 | 55.7140 |
CIE-Lab | 95.1759 | -18.7646 | 86.6513 |
#fcf82f color RGB value is (252,248,47).
#fcf82f hex color red value is 252, green value is 248 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fcf82f hue: 0.16 , saturation: 0.97 and the lightness value of fcf82f is 0.59.
The process color (four color CMYK) of #fcf82f color hex is 0.00, 0.02, 0.81, 0.01. Web safe color of #fcf82f is #ffff33. Color #fcf82f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111000 | 00101111 |
Octal | 374 | 370 | 57 |
Decimal | 252 | 248 | 47 |
Hex | FC | F8 | 2F |
Shades of #fcf82f
Tints of #fcf82f
RGB Percentages of Color #fcf82f
CMYK Percentages of Color #fcf82f
Complementary Color
#fcf82f | #2f33fc |
#fcf82f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf82f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf82f Color CSS Codes
.mybgcolor {background-color:#fcf82f; } .myforecolor {color:#fcf82f; } .mybordercolor {border:3px solid #fcf82f; }
#fcf82f Text Font Color
<p style="color:#fcf82f">Text here</p>
This sample text font color is #fcf82f
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.
#fcf82f Background Color
<div style="background-color:#fcf82f">
Div content here</div>
This div background color is #fcf82f
#fcf82f Border Color
<div style="border:3px solid #fcf82f">
Div here</div>
This div border color is #fcf82f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,248,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf82f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf82f; -webkit-box-shadow: 1px 1px 3px 2px #fcf82f; box-shadow: 1px 1px 3px 2px #fcf82f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,248,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf82f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf82f; -webkit-box-shadow: 1px 1px 3px 2px #fcf82f; box-shadow: 1px 1px 3px 2px #fcf82f;">
Div content here</div>
This div box has shadow with color #fcf82f
Comments
No comments written yet.
Please login to write comment.