Shades of Sunglow #FECA44
Tints of Sunglow #FECA44
RGB
CMYK
RGB Variations
Color information
#FECA44 (or 0xFECA44) is known color: Sunglow. HEX triplet: FE, CA and 44. RGB value is (254,202,68). Sum of RGB (Red+Green+Blue) = 254+202+68=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA44 is #0135BB. Grayscale: #CACACA. Windows color (decimal): -79292 or 4508414. OLE color: 4508414.
HSL color Cylindrical-coordinate representation of color #FECA44: hue angle of 43.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FECA44 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.00 |
| HSL | 43.23º | 0.99% | 0.63% | - |
| HSV(B) | 43.23º | 0.73% | 1% | - |
| XYZ | 63.04 | 63.73 | 14.45 | - |
| YUV | 202.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 68 | 0 | 0.20 | 0.73 | 0.00 | 43.23 | 0.99 | 0.63 |
| Hex | FE | CA | 44 | 0 | 14 | 49 | 0 | 2B | 63 | 3F |
| Octal | 376 | 312 | 104 | 0 | 24 | 111 | 0 | 53 | 143 | 77 |
| Binary | 11111110 | 11001010 | 1000100 | 0 | 10100 | 1001001 | 0 | 101011 | 1100011 | 111111 |
Color Harmonies of #FECA44
Complementary color
Monochromatic Colors of #FECA44
Black with #FECA44
Text Example
Text Example
White with #FECA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA44; }
p { color: rgb(254,202,68); }
H1.HeaderClassName
{
color: #FECA44;
}
.AnyTagClassName
{
color: #FECA44;
}
</style>
background-color css
<style>
a { background-color: #FECA44; }
a { background-color: rgb(254,202,68); }
div.DivClassName
{
background-color: #FECA44;
}
.BgClassName
{
background-color: #FECA44;
}
</style>
border-color css
<style>
span { border-color: #FECA44; }
span { border-color: rgb(254,202,68); }
td.TdClassName
{
border-color: #FECA44;
}
.TagClassName
{
border-color: #FECA44;
}
</style>