Shades of Sunglow #FCD442
Tints of Sunglow #FCD442
RGB
CMYK
RGB Variations
Color information
#FCD442 (or 0xFCD442) is known color: Sunglow. HEX triplet: FC, D4 and 42. RGB value is (252,212,66). Sum of RGB (Red+Green+Blue) = 252+212+66=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD442 is #032BBD. Grayscale: #CFCFCF. Windows color (decimal): -207806 or 4379900. OLE color: 4379900.
HSL color Cylindrical-coordinate representation of color #FCD442: hue angle of 47.1º 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 #FCD442 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.01 |
| HSL | 47.1º | 0.97% | 0.62% | - |
| HSV(B) | 47.1º | 0.74% | 0.99% | - |
| XYZ | 64.67 | 68.18 | 14.9 | - |
| YUV | 207.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 66 | 0 | 0.16 | 0.74 | 0.01 | 47.1 | 0.97 | 0.62 |
| Hex | FC | D4 | 42 | 0 | 10 | 4A | 1 | 2F | 61 | 3E |
| Octal | 374 | 324 | 102 | 0 | 20 | 112 | 1 | 57 | 141 | 76 |
| Binary | 11111100 | 11010100 | 1000010 | 0 | 10000 | 1001010 | 1 | 101111 | 1100001 | 111110 |
Color Harmonies of #FCD442
Complementary color
Monochromatic Colors of #FCD442
Black with #FCD442
Text Example
Text Example
White with #FCD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD442; }
p { color: rgb(252,212,66); }
H1.HeaderClassName
{
color: #FCD442;
}
.AnyTagClassName
{
color: #FCD442;
}
</style>
background-color css
<style>
a { background-color: #FCD442; }
a { background-color: rgb(252,212,66); }
div.DivClassName
{
background-color: #FCD442;
}
.BgClassName
{
background-color: #FCD442;
}
</style>
border-color css
<style>
span { border-color: #FCD442; }
span { border-color: rgb(252,212,66); }
td.TdClassName
{
border-color: #FCD442;
}
.TagClassName
{
border-color: #FCD442;
}
</style>