Shades of Saffron #FEC02D
Tints of Saffron #FEC02D
RGB
CMYK
RGB Variations
Color information
#FEC02D (or 0xFEC02D) is known color: Saffron. HEX triplet: FE, C0 and 2D. RGB value is (254,192,45). Sum of RGB (Red+Green+Blue) = 254+192+45=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC02D is #013FD2. Grayscale: #C2C2C2. Windows color (decimal): -81875 or 2998526. OLE color: 2998526.
HSL color Cylindrical-coordinate representation of color #FEC02D: hue angle of 42.2º 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 #FEC02D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.00 |
| HSL | 42.2º | 0.99% | 0.59% | - |
| HSV(B) | 42.2º | 0.82% | 1% | - |
| XYZ | 60.2 | 58.96 | 10.69 | - |
| YUV | 193.78 | 44.04 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 45 | 0 | 0.24 | 0.82 | 0.00 | 42.2 | 0.99 | 0.59 |
| Hex | FE | C0 | 2D | 0 | 18 | 52 | 0 | 2A | 63 | 3B |
| Octal | 376 | 300 | 55 | 0 | 30 | 122 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 11000000 | 101101 | 0 | 11000 | 1010010 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEC02D
Complementary color
Monochromatic Colors of #FEC02D
Black with #FEC02D
Text Example
Text Example
White with #FEC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC02D; }
p { color: rgb(254,192,45); }
H1.HeaderClassName
{
color: #FEC02D;
}
.AnyTagClassName
{
color: #FEC02D;
}
</style>
background-color css
<style>
a { background-color: #FEC02D; }
a { background-color: rgb(254,192,45); }
div.DivClassName
{
background-color: #FEC02D;
}
.BgClassName
{
background-color: #FEC02D;
}
</style>
border-color css
<style>
span { border-color: #FEC02D; }
span { border-color: rgb(254,192,45); }
td.TdClassName
{
border-color: #FEC02D;
}
.TagClassName
{
border-color: #FEC02D;
}
</style>