Shades of Saffron #FEC02B
Tints of Saffron #FEC02B
RGB
CMYK
RGB Variations
Color information
#FEC02B (or 0xFEC02B) is known color: Saffron. HEX triplet: FE, C0 and 2B. RGB value is (254,192,43). Sum of RGB (Red+Green+Blue) = 254+192+43=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC02B is #013FD4. Grayscale: #C2C2C2. Windows color (decimal): -81877 or 2867454. OLE color: 2867454.
HSL color Cylindrical-coordinate representation of color #FEC02B: hue angle of 42.37º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEC02B is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 43 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.00 |
| HSL | 42.37º | 0.99% | 0.58% | - |
| HSV(B) | 42.37º | 0.83% | 1% | - |
| XYZ | 60.16 | 58.94 | 10.49 | - |
| YUV | 193.55 | 43.04 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 43 | 0 | 0.24 | 0.83 | 0.00 | 42.37 | 0.99 | 0.58 |
| Hex | FE | C0 | 2B | 0 | 18 | 53 | 0 | 2A | 63 | 3A |
| Octal | 376 | 300 | 53 | 0 | 30 | 123 | 0 | 52 | 143 | 72 |
| Binary | 11111110 | 11000000 | 101011 | 0 | 11000 | 1010011 | 0 | 101010 | 1100011 | 111010 |
Color Harmonies of #FEC02B
Complementary color
Monochromatic Colors of #FEC02B
Black with #FEC02B
Text Example
Text Example
White with #FEC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC02B; }
p { color: rgb(254,192,43); }
H1.HeaderClassName
{
color: #FEC02B;
}
.AnyTagClassName
{
color: #FEC02B;
}
</style>
background-color css
<style>
a { background-color: #FEC02B; }
a { background-color: rgb(254,192,43); }
div.DivClassName
{
background-color: #FEC02B;
}
.BgClassName
{
background-color: #FEC02B;
}
</style>
border-color css
<style>
span { border-color: #FEC02B; }
span { border-color: rgb(254,192,43); }
td.TdClassName
{
border-color: #FEC02B;
}
.TagClassName
{
border-color: #FEC02B;
}
</style>