Shades of Sunglow #FECC32
Tints of Sunglow #FECC32
RGB
CMYK
RGB Variations
Color information
#FECC32 (or 0xFECC32) is known color: Sunglow. HEX triplet: FE, CC and 32. RGB value is (254,204,50). Sum of RGB (Red+Green+Blue) = 254+204+50=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC32 is #0133CD. Grayscale: #CACACA. Windows color (decimal): -78798 or 3329278. OLE color: 3329278.
HSL color Cylindrical-coordinate representation of color #FECC32: hue angle of 45.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FECC32 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 50 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.00 |
| HSL | 45.29º | 0.99% | 0.6% | - |
| HSV(B) | 45.29º | 0.8% | 1% | - |
| XYZ | 63.04 | 64.49 | 12.14 | - |
| YUV | 201.39 | 42.57 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 50 | 0 | 0.20 | 0.80 | 0.00 | 45.29 | 0.99 | 0.6 |
| Hex | FE | CC | 32 | 0 | 14 | 50 | 0 | 2D | 63 | 3C |
| Octal | 376 | 314 | 62 | 0 | 24 | 120 | 0 | 55 | 143 | 74 |
| Binary | 11111110 | 11001100 | 110010 | 0 | 10100 | 1010000 | 0 | 101101 | 1100011 | 111100 |
Color Harmonies of #FECC32
Complementary color
Monochromatic Colors of #FECC32
Black with #FECC32
Text Example
Text Example
White with #FECC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC32; }
p { color: rgb(254,204,50); }
H1.HeaderClassName
{
color: #FECC32;
}
.AnyTagClassName
{
color: #FECC32;
}
</style>
background-color css
<style>
a { background-color: #FECC32; }
a { background-color: rgb(254,204,50); }
div.DivClassName
{
background-color: #FECC32;
}
.BgClassName
{
background-color: #FECC32;
}
</style>
border-color css
<style>
span { border-color: #FECC32; }
span { border-color: rgb(254,204,50); }
td.TdClassName
{
border-color: #FECC32;
}
.TagClassName
{
border-color: #FECC32;
}
</style>