Shades of Sunglow #FECF32
Tints of Sunglow #FECF32
RGB
CMYK
RGB Variations
Color information
#FECF32 (or 0xFECF32) is known color: Sunglow. HEX triplet: FE, CF and 32. RGB value is (254,207,50). Sum of RGB (Red+Green+Blue) = 254+207+50=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF32 is #0130CD. Grayscale: #CBCBCB. Windows color (decimal): -78030 or 3330046. OLE color: 3330046.
HSL color Cylindrical-coordinate representation of color #FECF32: hue angle of 46.18º 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 #FECF32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 50 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.00 |
| HSL | 46.18º | 0.99% | 0.6% | - |
| HSV(B) | 46.18º | 0.8% | 1% | - |
| XYZ | 63.76 | 65.93 | 12.38 | - |
| YUV | 203.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 50 | 0 | 0.19 | 0.80 | 0.00 | 46.18 | 0.99 | 0.6 |
| Hex | FE | CF | 32 | 0 | 13 | 50 | 0 | 2E | 63 | 3C |
| Octal | 376 | 317 | 62 | 0 | 23 | 120 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11001111 | 110010 | 0 | 10011 | 1010000 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FECF32
Complementary color
Monochromatic Colors of #FECF32
Black with #FECF32
Text Example
Text Example
White with #FECF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF32; }
p { color: rgb(254,207,50); }
H1.HeaderClassName
{
color: #FECF32;
}
.AnyTagClassName
{
color: #FECF32;
}
</style>
background-color css
<style>
a { background-color: #FECF32; }
a { background-color: rgb(254,207,50); }
div.DivClassName
{
background-color: #FECF32;
}
.BgClassName
{
background-color: #FECF32;
}
</style>
border-color css
<style>
span { border-color: #FECF32; }
span { border-color: rgb(254,207,50); }
td.TdClassName
{
border-color: #FECF32;
}
.TagClassName
{
border-color: #FECF32;
}
</style>