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