Shades of Saffron #FEC12E
Tints of Saffron #FEC12E
RGB
CMYK
RGB Variations
Color information
#FEC12E (or 0xFEC12E) is known color: Saffron. HEX triplet: FE, C1 and 2E. RGB value is (254,193,46). Sum of RGB (Red+Green+Blue) = 254+193+46=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC12E is #013ED1. Grayscale: #C3C3C3. Windows color (decimal): -81618 or 3064318. OLE color: 3064318.
HSL color Cylindrical-coordinate representation of color #FEC12E: hue angle of 42.4º 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 #FEC12E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 46 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.00 |
| HSL | 42.4º | 0.99% | 0.59% | - |
| HSV(B) | 42.4º | 0.82% | 1% | - |
| XYZ | 60.44 | 59.41 | 10.87 | - |
| YUV | 194.48 | 44.21 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 46 | 0 | 0.24 | 0.82 | 0.00 | 42.4 | 0.99 | 0.59 |
| Hex | FE | C1 | 2E | 0 | 18 | 52 | 0 | 2A | 63 | 3B |
| Octal | 376 | 301 | 56 | 0 | 30 | 122 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 11000001 | 101110 | 0 | 11000 | 1010010 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEC12E
Complementary color
Monochromatic Colors of #FEC12E
Black with #FEC12E
Text Example
Text Example
White with #FEC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC12E; }
p { color: rgb(254,193,46); }
H1.HeaderClassName
{
color: #FEC12E;
}
.AnyTagClassName
{
color: #FEC12E;
}
</style>
background-color css
<style>
a { background-color: #FEC12E; }
a { background-color: rgb(254,193,46); }
div.DivClassName
{
background-color: #FEC12E;
}
.BgClassName
{
background-color: #FEC12E;
}
</style>
border-color css
<style>
span { border-color: #FEC12E; }
span { border-color: rgb(254,193,46); }
td.TdClassName
{
border-color: #FEC12E;
}
.TagClassName
{
border-color: #FEC12E;
}
</style>