Color spaces of #fcc93a
RGB | 252 | 201 | 58 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.61 |
HSV | 44° | 77° | 99° |
CMYK | 0.00 | 0.20 | 0.77 0.01 |
XYZ | 61.7952 | 62.7742 | 12.8627 |
Yxy | 62.7742 | 0.4496 | 0.4568 |
Hunter Lab | 79.2302 | 0.5674 | 45.8356 |
CIE-Lab | 83.3234 | 5.0355 | 73.1130 |
#fcc93a color RGB value is (252,201,58).
#fcc93a hex color red value is 252, green value is 201 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fcc93a hue: 0.12 , saturation: 0.97 and the lightness value of fcc93a is 0.61.
The process color (four color CMYK) of #fcc93a color hex is 0.00, 0.20, 0.77, 0.01. Web safe color of #fcc93a is #ffcc33. Color #fcc93a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001001 | 00111010 |
Octal | 374 | 311 | 72 |
Decimal | 252 | 201 | 58 |
Hex | FC | C9 | 3A |
Shades of #fcc93a
Tints of #fcc93a
RGB Percentages of Color #fcc93a
CMYK Percentages of Color #fcc93a
Complementary Color
#fcc93a | #3a6dfc |
#fcc93a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc93a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc93a Color CSS Codes
.mybgcolor {background-color:#fcc93a; } .myforecolor {color:#fcc93a; } .mybordercolor {border:3px solid #fcc93a; }
#fcc93a Text Font Color
<p style="color:#fcc93a">Text here</p>
This sample text font color is #fcc93a
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.
#fcc93a Background Color
<div style="background-color:#fcc93a">
Div content here</div>
This div background color is #fcc93a
#fcc93a Border Color
<div style="border:3px solid #fcc93a">
Div here</div>
This div border color is #fcc93a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,201,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc93a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc93a; -webkit-box-shadow: 1px 1px 3px 2px #fcc93a; box-shadow: 1px 1px 3px 2px #fcc93a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,201,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc93a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc93a; -webkit-box-shadow: 1px 1px 3px 2px #fcc93a; box-shadow: 1px 1px 3px 2px #fcc93a;">
Div content here</div>
This div box has shadow with color #fcc93a
#fcc93a Color Palettes
Comments
No comments written yet.
Please login to write comment.