Color spaces of #fcc710
RGB | 252 | 199 | 16 |
---|---|---|---|
HSL | 0.13 | 0.98 | 0.53 |
HSV | 47° | 94° | 99° |
CMYK | 0.00 | 0.21 | 0.94 0.01 |
XYZ | 60.6618 | 61.5797 | 9.1791 |
Yxy | 61.5797 | 0.4616 | 0.4686 |
Hunter Lab | 78.4727 | 0.6586 | 47.9957 |
CIE-Lab | 82.6894 | 5.1039 | 82.4588 |
#fcc710 color RGB value is (252,199,16).
#fcc710 hex color red value is 252, green value is 199 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fcc710 hue: 0.13 , saturation: 0.98 and the lightness value of fcc710 is 0.53.
The process color (four color CMYK) of #fcc710 color hex is 0.00, 0.21, 0.94, 0.01. Web safe color of #fcc710 is #ffcc00. Color #fcc710 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000111 | 00010000 |
Octal | 374 | 307 | 20 |
Decimal | 252 | 199 | 16 |
Hex | FC | C7 | 10 |
Shades of #fcc710
Tints of #fcc710
RGB Percentages of Color #fcc710
CMYK Percentages of Color #fcc710
Complementary Color
#fcc710 | #1045fc |
#fcc710 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc710 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc710 Color CSS Codes
.mybgcolor {background-color:#fcc710; } .myforecolor {color:#fcc710; } .mybordercolor {border:3px solid #fcc710; }
#fcc710 Text Font Color
<p style="color:#fcc710">Text here</p>
This sample text font color is #fcc710
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.
#fcc710 Background Color
<div style="background-color:#fcc710">
Div content here</div>
This div background color is #fcc710
#fcc710 Border Color
<div style="border:3px solid #fcc710">
Div here</div>
This div border color is #fcc710
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,199,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc710; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc710; -webkit-box-shadow: 1px 1px 3px 2px #fcc710; box-shadow: 1px 1px 3px 2px #fcc710; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,199,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc710">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc710; -webkit-box-shadow: 1px 1px 3px 2px #fcc710; box-shadow: 1px 1px 3px 2px #fcc710;">
Div content here</div>
This div box has shadow with color #fcc710
Comments
No comments written yet.
Please login to write comment.