Shades of Saffron #FEBA24
Tints of Saffron #FEBA24
RGB
CMYK
RGB Variations
Color information
#FEBA24 (or 0xFEBA24) is known color: Saffron. HEX triplet: FE, BA and 24. RGB value is (254,186,36). Sum of RGB (Red+Green+Blue) = 254+186+36=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA24 is #0145DB. Grayscale: #BDBDBD. Windows color (decimal): -83420 or 2407166. OLE color: 2407166.
HSL color Cylindrical-coordinate representation of color #FEBA24: hue angle of 41.28º 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 #FEBA24 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 36 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.00 |
| HSL | 41.28º | 0.99% | 0.57% | - |
| HSV(B) | 41.28º | 0.86% | 1% | - |
| XYZ | 58.75 | 56.32 | 9.44 | - |
| YUV | 189.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 36 | 0 | 0.27 | 0.86 | 0.00 | 41.28 | 0.99 | 0.57 |
| Hex | FE | BA | 24 | 0 | 1B | 56 | 0 | 29 | 63 | 39 |
| Octal | 376 | 272 | 44 | 0 | 33 | 126 | 0 | 51 | 143 | 71 |
| Binary | 11111110 | 10111010 | 100100 | 0 | 11011 | 1010110 | 0 | 101001 | 1100011 | 111001 |
Color Harmonies of #FEBA24
Complementary color
Monochromatic Colors of #FEBA24
Black with #FEBA24
Text Example
Text Example
White with #FEBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA24; }
p { color: rgb(254,186,36); }
H1.HeaderClassName
{
color: #FEBA24;
}
.AnyTagClassName
{
color: #FEBA24;
}
</style>
background-color css
<style>
a { background-color: #FEBA24; }
a { background-color: rgb(254,186,36); }
div.DivClassName
{
background-color: #FEBA24;
}
.BgClassName
{
background-color: #FEBA24;
}
</style>
border-color css
<style>
span { border-color: #FEBA24; }
span { border-color: rgb(254,186,36); }
td.TdClassName
{
border-color: #FEBA24;
}
.TagClassName
{
border-color: #FEBA24;
}
</style>