Color spaces of #fcc34f
RGB | 252 | 195 | 79 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.65 |
HSV | 40° | 69° | 99° |
CMYK | 0.00 | 0.23 | 0.69 0.01 |
XYZ | 61.0713 | 60.2902 | 15.8155 |
Yxy | 60.2902 | 0.4452 | 0.4395 |
Hunter Lab | 77.6468 | 4.5133 | 42.2762 |
CIE-Lab | 81.9957 | 9.0606 | 63.8254 |
#fcc34f color RGB value is (252,195,79).
#fcc34f hex color red value is 252, green value is 195 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fcc34f hue: 0.11 , saturation: 0.97 and the lightness value of fcc34f is 0.65.
The process color (four color CMYK) of #fcc34f color hex is 0.00, 0.23, 0.69, 0.01. Web safe color of #fcc34f is #ffcc66. Color #fcc34f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000011 | 01001111 |
Octal | 374 | 303 | 117 |
Decimal | 252 | 195 | 79 |
Hex | FC | C3 | 4F |
Shades of #fcc34f
Tints of #fcc34f
RGB Percentages of Color #fcc34f
CMYK Percentages of Color #fcc34f
Complementary Color
#fcc34f | #4f88fc |
#fcc34f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc34f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc34f Color CSS Codes
.mybgcolor {background-color:#fcc34f; } .myforecolor {color:#fcc34f; } .mybordercolor {border:3px solid #fcc34f; }
#fcc34f Text Font Color
<p style="color:#fcc34f">Text here</p>
This sample text font color is #fcc34f
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.
#fcc34f Background Color
<div style="background-color:#fcc34f">
Div content here</div>
This div background color is #fcc34f
#fcc34f Border Color
<div style="border:3px solid #fcc34f">
Div here</div>
This div border color is #fcc34f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,195,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc34f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc34f; -webkit-box-shadow: 1px 1px 3px 2px #fcc34f; box-shadow: 1px 1px 3px 2px #fcc34f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,195,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc34f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc34f; -webkit-box-shadow: 1px 1px 3px 2px #fcc34f; box-shadow: 1px 1px 3px 2px #fcc34f;">
Div content here</div>
This div box has shadow with color #fcc34f
Comments
No comments written yet.
Please login to write comment.