Color spaces of #fcc93f
RGB | 252 | 201 | 63 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.62 |
HSV | 44° | 75° | 99° |
CMYK | 0.00 | 0.20 | 0.75 0.01 |
XYZ | 61.9287 | 62.8276 | 13.5656 |
Yxy | 62.8276 | 0.4477 | 0.4542 |
Hunter Lab | 79.2639 | 0.7499 | 45.3375 |
CIE-Lab | 83.3516 | 5.2259 | 71.4056 |
#fcc93f color RGB value is (252,201,63).
#fcc93f hex color red value is 252, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fcc93f hue: 0.12 , saturation: 0.97 and the lightness value of fcc93f is 0.62.
The process color (four color CMYK) of #fcc93f color hex is 0.00, 0.20, 0.75, 0.01. Web safe color of #fcc93f is #ffcc33. Color #fcc93f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001001 | 00111111 |
Octal | 374 | 311 | 77 |
Decimal | 252 | 201 | 63 |
Hex | FC | C9 | 3F |
Shades of #fcc93f
Tints of #fcc93f
RGB Percentages of Color #fcc93f
CMYK Percentages of Color #fcc93f
Complementary Color
#fcc93f | #3f72fc |
#fcc93f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc93f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc93f Color CSS Codes
.mybgcolor {background-color:#fcc93f; } .myforecolor {color:#fcc93f; } .mybordercolor {border:3px solid #fcc93f; }
#fcc93f Text Font Color
<p style="color:#fcc93f">Text here</p>
This sample text font color is #fcc93f
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.
#fcc93f Background Color
<div style="background-color:#fcc93f">
Div content here</div>
This div background color is #fcc93f
#fcc93f Border Color
<div style="border:3px solid #fcc93f">
Div here</div>
This div border color is #fcc93f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,201,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc93f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc93f; -webkit-box-shadow: 1px 1px 3px 2px #fcc93f; box-shadow: 1px 1px 3px 2px #fcc93f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,201,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc93f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc93f; -webkit-box-shadow: 1px 1px 3px 2px #fcc93f; box-shadow: 1px 1px 3px 2px #fcc93f;">
Div content here</div>
This div box has shadow with color #fcc93f
Comments
No comments written yet.
Please login to write comment.