Shades of Sunglow #FECB40
Tints of Sunglow #FECB40
RGB
CMYK
RGB Variations
Color information
#FECB40 (or 0xFECB40) is known color: Sunglow. HEX triplet: FE, CB and 40. RGB value is (254,203,64). Sum of RGB (Red+Green+Blue) = 254+203+64=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB40 is #0134BF. Grayscale: #CBCBCB. Windows color (decimal): -79040 or 4246526. OLE color: 4246526.
HSL color Cylindrical-coordinate representation of color #FECB40: hue angle of 43.89º 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 #FECB40 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 64 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.00 |
| HSL | 43.89º | 0.99% | 0.62% | - |
| HSV(B) | 43.89º | 0.75% | 1% | - |
| XYZ | 63.15 | 64.15 | 13.9 | - |
| YUV | 202.4 | 49.9 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 64 | 0 | 0.20 | 0.75 | 0.00 | 43.89 | 0.99 | 0.62 |
| Hex | FE | CB | 40 | 0 | 14 | 4B | 0 | 2C | 63 | 3E |
| Octal | 376 | 313 | 100 | 0 | 24 | 113 | 0 | 54 | 143 | 76 |
| Binary | 11111110 | 11001011 | 1000000 | 0 | 10100 | 1001011 | 0 | 101100 | 1100011 | 111110 |
Color Harmonies of #FECB40
Complementary color
Monochromatic Colors of #FECB40
Black with #FECB40
Text Example
Text Example
White with #FECB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB40; }
p { color: rgb(254,203,64); }
H1.HeaderClassName
{
color: #FECB40;
}
.AnyTagClassName
{
color: #FECB40;
}
</style>
background-color css
<style>
a { background-color: #FECB40; }
a { background-color: rgb(254,203,64); }
div.DivClassName
{
background-color: #FECB40;
}
.BgClassName
{
background-color: #FECB40;
}
</style>
border-color css
<style>
span { border-color: #FECB40; }
span { border-color: rgb(254,203,64); }
td.TdClassName
{
border-color: #FECB40;
}
.TagClassName
{
border-color: #FECB40;
}
</style>