Shades of Saffron #FEC42B
Tints of Saffron #FEC42B
RGB
CMYK
RGB Variations
Color information
#FEC42B (or 0xFEC42B) is known color: Saffron. HEX triplet: FE, C4 and 2B. RGB value is (254,196,43). Sum of RGB (Red+Green+Blue) = 254+196+43=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC42B is #013BD4. Grayscale: #C4C4C4. Windows color (decimal): -80853 or 2868478. OLE color: 2868478.
HSL color Cylindrical-coordinate representation of color #FEC42B: hue angle of 43.51º 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 #FEC42B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.00 |
| HSL | 43.51º | 0.99% | 0.58% | - |
| HSV(B) | 43.51º | 0.83% | 1% | - |
| XYZ | 61.05 | 60.73 | 10.79 | - |
| YUV | 195.9 | 41.72 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 43 | 0 | 0.23 | 0.83 | 0.00 | 43.51 | 0.99 | 0.58 |
| Hex | FE | C4 | 2B | 0 | 17 | 53 | 0 | 2C | 63 | 3A |
| Octal | 376 | 304 | 53 | 0 | 27 | 123 | 0 | 54 | 143 | 72 |
| Binary | 11111110 | 11000100 | 101011 | 0 | 10111 | 1010011 | 0 | 101100 | 1100011 | 111010 |
Color Harmonies of #FEC42B
Complementary color
Monochromatic Colors of #FEC42B
Black with #FEC42B
Text Example
Text Example
White with #FEC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC42B; }
p { color: rgb(254,196,43); }
H1.HeaderClassName
{
color: #FEC42B;
}
.AnyTagClassName
{
color: #FEC42B;
}
</style>
background-color css
<style>
a { background-color: #FEC42B; }
a { background-color: rgb(254,196,43); }
div.DivClassName
{
background-color: #FEC42B;
}
.BgClassName
{
background-color: #FEC42B;
}
</style>
border-color css
<style>
span { border-color: #FEC42B; }
span { border-color: rgb(254,196,43); }
td.TdClassName
{
border-color: #FEC42B;
}
.TagClassName
{
border-color: #FEC42B;
}
</style>