Shades of Sunglow #FECE40
Tints of Sunglow #FECE40
RGB
CMYK
RGB Variations
Color information
#FECE40 (or 0xFECE40) is known color: Sunglow. HEX triplet: FE, CE and 40. RGB value is (254,206,64). Sum of RGB (Red+Green+Blue) = 254+206+64=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE40 is #0131BF. Grayscale: #CCCCCC. Windows color (decimal): -78272 or 4247294. OLE color: 4247294.
HSL color Cylindrical-coordinate representation of color #FECE40: hue angle of 44.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FECE40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.00 |
| HSL | 44.84º | 0.99% | 0.62% | - |
| HSV(B) | 44.84º | 0.75% | 1% | - |
| XYZ | 63.87 | 65.58 | 14.14 | - |
| YUV | 204.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 64 | 0 | 0.19 | 0.75 | 0.00 | 44.84 | 0.99 | 0.62 |
| Hex | FE | CE | 40 | 0 | 13 | 4B | 0 | 2D | 63 | 3E |
| Octal | 376 | 316 | 100 | 0 | 23 | 113 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001110 | 1000000 | 0 | 10011 | 1001011 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECE40
Complementary color
Monochromatic Colors of #FECE40
Black with #FECE40
Text Example
Text Example
White with #FECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE40; }
p { color: rgb(254,206,64); }
H1.HeaderClassName
{
color: #FECE40;
}
.AnyTagClassName
{
color: #FECE40;
}
</style>
background-color css
<style>
a { background-color: #FECE40; }
a { background-color: rgb(254,206,64); }
div.DivClassName
{
background-color: #FECE40;
}
.BgClassName
{
background-color: #FECE40;
}
</style>
border-color css
<style>
span { border-color: #FECE40; }
span { border-color: rgb(254,206,64); }
td.TdClassName
{
border-color: #FECE40;
}
.TagClassName
{
border-color: #FECE40;
}
</style>