Shades of Sunglow #FCD132
Tints of Sunglow #FCD132
RGB
CMYK
RGB Variations
Color information
#FCD132 (or 0xFCD132) is known color: Sunglow. HEX triplet: FC, D1 and 32. RGB value is (252,209,50). Sum of RGB (Red+Green+Blue) = 252+209+50=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD132 is #032ECD. Grayscale: #CCCCCC. Windows color (decimal): -208590 or 3330556. OLE color: 3330556.
HSL color Cylindrical-coordinate representation of color #FCD132: hue angle of 47.23º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCD132 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 50 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.01 |
| HSL | 47.23º | 0.97% | 0.59% | - |
| HSV(B) | 47.23º | 0.8% | 0.99% | - |
| XYZ | 63.52 | 66.53 | 12.51 | - |
| YUV | 203.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 50 | 0 | 0.17 | 0.80 | 0.01 | 47.23 | 0.97 | 0.59 |
| Hex | FC | D1 | 32 | 0 | 11 | 50 | 1 | 2F | 61 | 3B |
| Octal | 374 | 321 | 62 | 0 | 21 | 120 | 1 | 57 | 141 | 73 |
| Binary | 11111100 | 11010001 | 110010 | 0 | 10001 | 1010000 | 1 | 101111 | 1100001 | 111011 |
Color Harmonies of #FCD132
Complementary color
Monochromatic Colors of #FCD132
Black with #FCD132
Text Example
Text Example
White with #FCD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD132; }
p { color: rgb(252,209,50); }
H1.HeaderClassName
{
color: #FCD132;
}
.AnyTagClassName
{
color: #FCD132;
}
</style>
background-color css
<style>
a { background-color: #FCD132; }
a { background-color: rgb(252,209,50); }
div.DivClassName
{
background-color: #FCD132;
}
.BgClassName
{
background-color: #FCD132;
}
</style>
border-color css
<style>
span { border-color: #FCD132; }
span { border-color: rgb(252,209,50); }
td.TdClassName
{
border-color: #FCD132;
}
.TagClassName
{
border-color: #FCD132;
}
</style>