Shades of Sunglow #FCD437
Tints of Sunglow #FCD437
RGB
CMYK
RGB Variations
Color information
#FCD437 (or 0xFCD437) is known color: Sunglow. HEX triplet: FC, D4 and 37. RGB value is (252,212,55). Sum of RGB (Red+Green+Blue) = 252+212+55=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 55 (21.88% from 255 or 10.60% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD437 is #032BC8. Grayscale: #CECECE. Windows color (decimal): -207817 or 3659004. OLE color: 3659004.
HSL color Cylindrical-coordinate representation of color #FCD437: hue angle of 47.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCD437 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 55 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.01 |
| HSL | 47.82º | 0.97% | 0.6% | - |
| HSV(B) | 47.82º | 0.78% | 0.99% | - |
| XYZ | 64.38 | 68.06 | 13.36 | - |
| YUV | 206.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 55 | 0 | 0.16 | 0.78 | 0.01 | 47.82 | 0.97 | 0.6 |
| Hex | FC | D4 | 37 | 0 | 10 | 4E | 1 | 30 | 61 | 3C |
| Octal | 374 | 324 | 67 | 0 | 20 | 116 | 1 | 60 | 141 | 74 |
| Binary | 11111100 | 11010100 | 110111 | 0 | 10000 | 1001110 | 1 | 110000 | 1100001 | 111100 |
Color Harmonies of #FCD437
Complementary color
Monochromatic Colors of #FCD437
Black with #FCD437
Text Example
Text Example
White with #FCD437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD437; }
p { color: rgb(252,212,55); }
H1.HeaderClassName
{
color: #FCD437;
}
.AnyTagClassName
{
color: #FCD437;
}
</style>
background-color css
<style>
a { background-color: #FCD437; }
a { background-color: rgb(252,212,55); }
div.DivClassName
{
background-color: #FCD437;
}
.BgClassName
{
background-color: #FCD437;
}
</style>
border-color css
<style>
span { border-color: #FCD437; }
span { border-color: rgb(252,212,55); }
td.TdClassName
{
border-color: #FCD437;
}
.TagClassName
{
border-color: #FCD437;
}
</style>