Shades of Saffron #FEC02E
Tints of Saffron #FEC02E
RGB
CMYK
RGB Variations
Color information
#FEC02E (or 0xFEC02E) is known color: Saffron. HEX triplet: FE, C0 and 2E. RGB value is (254,192,46). Sum of RGB (Red+Green+Blue) = 254+192+46=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC02E is #013FD1. Grayscale: #C2C2C2. Windows color (decimal): -81874 or 3064062. OLE color: 3064062.
HSL color Cylindrical-coordinate representation of color #FEC02E: hue angle of 42.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC02E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 46 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.00 |
| HSL | 42.12º | 0.99% | 0.59% | - |
| HSV(B) | 42.12º | 0.82% | 1% | - |
| XYZ | 60.22 | 58.97 | 10.79 | - |
| YUV | 193.89 | 44.54 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 46 | 0 | 0.24 | 0.82 | 0.00 | 42.12 | 0.99 | 0.59 |
| Hex | FE | C0 | 2E | 0 | 18 | 52 | 0 | 2A | 63 | 3B |
| Octal | 376 | 300 | 56 | 0 | 30 | 122 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 11000000 | 101110 | 0 | 11000 | 1010010 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEC02E
Complementary color
Monochromatic Colors of #FEC02E
Black with #FEC02E
Text Example
Text Example
White with #FEC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC02E; }
p { color: rgb(254,192,46); }
H1.HeaderClassName
{
color: #FEC02E;
}
.AnyTagClassName
{
color: #FEC02E;
}
</style>
background-color css
<style>
a { background-color: #FEC02E; }
a { background-color: rgb(254,192,46); }
div.DivClassName
{
background-color: #FEC02E;
}
.BgClassName
{
background-color: #FEC02E;
}
</style>
border-color css
<style>
span { border-color: #FEC02E; }
span { border-color: rgb(254,192,46); }
td.TdClassName
{
border-color: #FEC02E;
}
.TagClassName
{
border-color: #FEC02E;
}
</style>