Color spaces of #fcc72a
RGB | 252 | 199 | 42 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.58 |
HSV | 45° | 83° | 99° |
CMYK | 0.00 | 0.21 | 0.83 0.01 |
XYZ | 60.9862 | 61.7095 | 10.8873 |
Yxy | 61.7095 | 0.4565 | 0.4620 |
Hunter Lab | 78.5554 | 1.1059 | 46.7715 |
CIE-Lab | 82.7587 | 5.5712 | 77.4447 |
#fcc72a color RGB value is (252,199,42).
#fcc72a hex color red value is 252, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fcc72a hue: 0.12 , saturation: 0.97 and the lightness value of fcc72a is 0.58.
The process color (four color CMYK) of #fcc72a color hex is 0.00, 0.21, 0.83, 0.01. Web safe color of #fcc72a is #ffcc33. Color #fcc72a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000111 | 00101010 |
Octal | 374 | 307 | 52 |
Decimal | 252 | 199 | 42 |
Hex | FC | C7 | 2A |
Shades of #fcc72a
Tints of #fcc72a
RGB Percentages of Color #fcc72a
CMYK Percentages of Color #fcc72a
Complementary Color
#fcc72a | #2a5ffc |
#fcc72a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc72a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc72a Color CSS Codes
.mybgcolor {background-color:#fcc72a; } .myforecolor {color:#fcc72a; } .mybordercolor {border:3px solid #fcc72a; }
#fcc72a Text Font Color
<p style="color:#fcc72a">Text here</p>
This sample text font color is #fcc72a
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.
#fcc72a Background Color
<div style="background-color:#fcc72a">
Div content here</div>
This div background color is #fcc72a
#fcc72a Border Color
<div style="border:3px solid #fcc72a">
Div here</div>
This div border color is #fcc72a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,199,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc72a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc72a; -webkit-box-shadow: 1px 1px 3px 2px #fcc72a; box-shadow: 1px 1px 3px 2px #fcc72a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,199,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc72a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc72a; -webkit-box-shadow: 1px 1px 3px 2px #fcc72a; box-shadow: 1px 1px 3px 2px #fcc72a;">
Div content here</div>
This div box has shadow with color #fcc72a
Comments
No comments written yet.
Please login to write comment.