Shades of Saffron #FEBC24
Tints of Saffron #FEBC24
RGB
CMYK
RGB Variations
Color information
#FEBC24 (or 0xFEBC24) is known color: Saffron. HEX triplet: FE, BC and 24. RGB value is (254,188,36). Sum of RGB (Red+Green+Blue) = 254+188+36=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC24 is #0143DB. Grayscale: #BFBFBF. Windows color (decimal): -82908 or 2407678. OLE color: 2407678.
HSL color Cylindrical-coordinate representation of color #FEBC24: hue angle of 41.83º 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 #FEBC24 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 36 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.00 |
| HSL | 41.83º | 0.99% | 0.57% | - |
| HSV(B) | 41.83º | 0.86% | 1% | - |
| XYZ | 59.17 | 57.16 | 9.58 | - |
| YUV | 190.41 | 40.87 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 36 | 0 | 0.26 | 0.86 | 0.00 | 41.83 | 0.99 | 0.57 |
| Hex | FE | BC | 24 | 0 | 1A | 56 | 0 | 2A | 63 | 39 |
| Octal | 376 | 274 | 44 | 0 | 32 | 126 | 0 | 52 | 143 | 71 |
| Binary | 11111110 | 10111100 | 100100 | 0 | 11010 | 1010110 | 0 | 101010 | 1100011 | 111001 |
Color Harmonies of #FEBC24
Complementary color
Monochromatic Colors of #FEBC24
Black with #FEBC24
Text Example
Text Example
White with #FEBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC24; }
p { color: rgb(254,188,36); }
H1.HeaderClassName
{
color: #FEBC24;
}
.AnyTagClassName
{
color: #FEBC24;
}
</style>
background-color css
<style>
a { background-color: #FEBC24; }
a { background-color: rgb(254,188,36); }
div.DivClassName
{
background-color: #FEBC24;
}
.BgClassName
{
background-color: #FEBC24;
}
</style>
border-color css
<style>
span { border-color: #FEBC24; }
span { border-color: rgb(254,188,36); }
td.TdClassName
{
border-color: #FEBC24;
}
.TagClassName
{
border-color: #FEBC24;
}
</style>