Color spaces of #fcd842
RGB | 252 | 216 | 66 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.62 |
HSV | 48° | 74° | 99° |
CMYK | 0.00 | 0.14 | 0.74 0.01 |
XYZ | 65.6841 | 70.2005 | 15.2424 |
Yxy | 70.2005 | 0.4346 | 0.4645 |
Hunter Lab | 83.7857 | -6.6894 | 47.8639 |
CIE-Lab | 87.0951 | -2.3195 | 73.9031 |
#fcd842 color RGB value is (252,216,66).
#fcd842 hex color red value is 252, green value is 216 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fcd842 hue: 0.13 , saturation: 0.97 and the lightness value of fcd842 is 0.62.
The process color (four color CMYK) of #fcd842 color hex is 0.00, 0.14, 0.74, 0.01. Web safe color of #fcd842 is #ffcc33. Color #fcd842 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011000 | 01000010 |
Octal | 374 | 330 | 102 |
Decimal | 252 | 216 | 66 |
Hex | FC | D8 | 42 |
Shades of #fcd842
Tints of #fcd842
RGB Percentages of Color #fcd842
CMYK Percentages of Color #fcd842
Complementary Color
#fcd842 | #4266fc |
#fcd842 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd842 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd842 Color CSS Codes
.mybgcolor {background-color:#fcd842; } .myforecolor {color:#fcd842; } .mybordercolor {border:3px solid #fcd842; }
#fcd842 Text Font Color
<p style="color:#fcd842">Text here</p>
This sample text font color is #fcd842
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.
#fcd842 Background Color
<div style="background-color:#fcd842">
Div content here</div>
This div background color is #fcd842
#fcd842 Border Color
<div style="border:3px solid #fcd842">
Div here</div>
This div border color is #fcd842
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,216,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd842; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd842; -webkit-box-shadow: 1px 1px 3px 2px #fcd842; box-shadow: 1px 1px 3px 2px #fcd842; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,216,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd842">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd842; -webkit-box-shadow: 1px 1px 3px 2px #fcd842; box-shadow: 1px 1px 3px 2px #fcd842;">
Div content here</div>
This div box has shadow with color #fcd842
Comments
No comments written yet.
Please login to write comment.