Shades of Saffron #FEB924
Tints of Saffron #FEB924
RGB
CMYK
RGB Variations
Color information
#FEB924 (or 0xFEB924) is known color: Saffron. HEX triplet: FE, B9 and 24. RGB value is (254,185,36). Sum of RGB (Red+Green+Blue) = 254+185+36=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 36 (14.45% from 255 or 7.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB924 is #0146DB. Grayscale: #BDBDBD. Windows color (decimal): -83676 or 2406910. OLE color: 2406910.
HSL color Cylindrical-coordinate representation of color #FEB924: hue angle of 41.01º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEB924 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 36 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.00 |
| HSL | 41.01º | 0.99% | 0.57% | - |
| HSV(B) | 41.01º | 0.86% | 1% | - |
| XYZ | 58.54 | 55.9 | 9.37 | - |
| YUV | 188.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 36 | 0 | 0.27 | 0.86 | 0.00 | 41.01 | 0.99 | 0.57 |
| Hex | FE | B9 | 24 | 0 | 1B | 56 | 0 | 29 | 63 | 39 |
| Octal | 376 | 271 | 44 | 0 | 33 | 126 | 0 | 51 | 143 | 71 |
| Binary | 11111110 | 10111001 | 100100 | 0 | 11011 | 1010110 | 0 | 101001 | 1100011 | 111001 |
Color Harmonies of #FEB924
Complementary color
Monochromatic Colors of #FEB924
Black with #FEB924
Text Example
Text Example
White with #FEB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB924; }
p { color: rgb(254,185,36); }
H1.HeaderClassName
{
color: #FEB924;
}
.AnyTagClassName
{
color: #FEB924;
}
</style>
background-color css
<style>
a { background-color: #FEB924; }
a { background-color: rgb(254,185,36); }
div.DivClassName
{
background-color: #FEB924;
}
.BgClassName
{
background-color: #FEB924;
}
</style>
border-color css
<style>
span { border-color: #FEB924; }
span { border-color: rgb(254,185,36); }
td.TdClassName
{
border-color: #FEB924;
}
.TagClassName
{
border-color: #FEB924;
}
</style>