Shades of Sunglow #FECA33
Tints of Sunglow #FECA33
RGB
CMYK
RGB Variations
Color information
#FECA33 (or 0xFECA33) is known color: Sunglow. HEX triplet: FE, CA and 33. RGB value is (254,202,51). Sum of RGB (Red+Green+Blue) = 254+202+51=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA33 is #0135CC. Grayscale: #C8C8C8. Windows color (decimal): -79309 or 3394302. OLE color: 3394302.
HSL color Cylindrical-coordinate representation of color #FECA33: hue angle of 44.63º 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 #FECA33 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 51 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.00 |
| HSL | 44.63º | 0.99% | 0.6% | - |
| HSV(B) | 44.63º | 0.8% | 1% | - |
| XYZ | 62.59 | 63.55 | 12.1 | - |
| YUV | 200.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 51 | 0 | 0.20 | 0.80 | 0.00 | 44.63 | 0.99 | 0.6 |
| Hex | FE | CA | 33 | 0 | 14 | 50 | 0 | 2D | 63 | 3C |
| Octal | 376 | 312 | 63 | 0 | 24 | 120 | 0 | 55 | 143 | 74 |
| Binary | 11111110 | 11001010 | 110011 | 0 | 10100 | 1010000 | 0 | 101101 | 1100011 | 111100 |
Color Harmonies of #FECA33
Complementary color
Monochromatic Colors of #FECA33
Black with #FECA33
Text Example
Text Example
White with #FECA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA33; }
p { color: rgb(254,202,51); }
H1.HeaderClassName
{
color: #FECA33;
}
.AnyTagClassName
{
color: #FECA33;
}
</style>
background-color css
<style>
a { background-color: #FECA33; }
a { background-color: rgb(254,202,51); }
div.DivClassName
{
background-color: #FECA33;
}
.BgClassName
{
background-color: #FECA33;
}
</style>
border-color css
<style>
span { border-color: #FECA33; }
span { border-color: rgb(254,202,51); }
td.TdClassName
{
border-color: #FECA33;
}
.TagClassName
{
border-color: #FECA33;
}
</style>