Shades of Sunglow #FECA32
Tints of Sunglow #FECA32
RGB
CMYK
RGB Variations
Color information
#FECA32 (or 0xFECA32) is known color: Sunglow. HEX triplet: FE, CA and 32. RGB value is (254,202,50). Sum of RGB (Red+Green+Blue) = 254+202+50=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA32 is #0135CD. Grayscale: #C8C8C8. Windows color (decimal): -79310 or 3328766. OLE color: 3328766.
HSL color Cylindrical-coordinate representation of color #FECA32: hue angle of 44.71º 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 #FECA32 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 50 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.00 |
| HSL | 44.71º | 0.99% | 0.6% | - |
| HSV(B) | 44.71º | 0.8% | 1% | - |
| XYZ | 62.57 | 63.54 | 11.98 | - |
| YUV | 200.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 50 | 0 | 0.20 | 0.80 | 0.00 | 44.71 | 0.99 | 0.6 |
| Hex | FE | CA | 32 | 0 | 14 | 50 | 0 | 2D | 63 | 3C |
| Octal | 376 | 312 | 62 | 0 | 24 | 120 | 0 | 55 | 143 | 74 |
| Binary | 11111110 | 11001010 | 110010 | 0 | 10100 | 1010000 | 0 | 101101 | 1100011 | 111100 |
Color Harmonies of #FECA32
Complementary color
Monochromatic Colors of #FECA32
Black with #FECA32
Text Example
Text Example
White with #FECA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA32; }
p { color: rgb(254,202,50); }
H1.HeaderClassName
{
color: #FECA32;
}
.AnyTagClassName
{
color: #FECA32;
}
</style>
background-color css
<style>
a { background-color: #FECA32; }
a { background-color: rgb(254,202,50); }
div.DivClassName
{
background-color: #FECA32;
}
.BgClassName
{
background-color: #FECA32;
}
</style>
border-color css
<style>
span { border-color: #FECA32; }
span { border-color: rgb(254,202,50); }
td.TdClassName
{
border-color: #FECA32;
}
.TagClassName
{
border-color: #FECA32;
}
</style>