Shades of Sunglow #FCD142
Tints of Sunglow #FCD142
RGB
CMYK
RGB Variations
Color information
#FCD142 (or 0xFCD142) is known color: Sunglow. HEX triplet: FC, D1 and 42. RGB value is (252,209,66). Sum of RGB (Red+Green+Blue) = 252+209+66=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD142 is #032EBD. Grayscale: #CECECE. Windows color (decimal): -208574 or 4379132. OLE color: 4379132.
HSL color Cylindrical-coordinate representation of color #FCD142: hue angle of 46.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCD142 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 66 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.01 |
| HSL | 46.13º | 0.97% | 0.62% | - |
| HSV(B) | 46.13º | 0.74% | 0.99% | - |
| XYZ | 63.93 | 66.69 | 14.66 | - |
| YUV | 205.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 66 | 0 | 0.17 | 0.74 | 0.01 | 46.13 | 0.97 | 0.62 |
| Hex | FC | D1 | 42 | 0 | 11 | 4A | 1 | 2E | 61 | 3E |
| Octal | 374 | 321 | 102 | 0 | 21 | 112 | 1 | 56 | 141 | 76 |
| Binary | 11111100 | 11010001 | 1000010 | 0 | 10001 | 1001010 | 1 | 101110 | 1100001 | 111110 |
Color Harmonies of #FCD142
Complementary color
Monochromatic Colors of #FCD142
Black with #FCD142
Text Example
Text Example
White with #FCD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD142; }
p { color: rgb(252,209,66); }
H1.HeaderClassName
{
color: #FCD142;
}
.AnyTagClassName
{
color: #FCD142;
}
</style>
background-color css
<style>
a { background-color: #FCD142; }
a { background-color: rgb(252,209,66); }
div.DivClassName
{
background-color: #FCD142;
}
.BgClassName
{
background-color: #FCD142;
}
</style>
border-color css
<style>
span { border-color: #FCD142; }
span { border-color: rgb(252,209,66); }
td.TdClassName
{
border-color: #FCD142;
}
.TagClassName
{
border-color: #FCD142;
}
</style>