Shades of Saffron #FEBE25
Tints of Saffron #FEBE25
RGB
CMYK
RGB Variations
Color information
#FEBE25 (or 0xFEBE25) is known color: Saffron. HEX triplet: FE, BE and 25. RGB value is (254,190,37). Sum of RGB (Red+Green+Blue) = 254+190+37=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE25 is #0141DA. Grayscale: #C0C0C0. Windows color (decimal): -82395 or 2473726. OLE color: 2473726.
HSL color Cylindrical-coordinate representation of color #FEBE25: hue angle of 42.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEBE25 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 37 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.00 |
| HSL | 42.3º | 0.99% | 0.57% | - |
| HSV(B) | 42.3º | 0.85% | 1% | - |
| XYZ | 59.62 | 58.03 | 9.81 | - |
| YUV | 191.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 37 | 0 | 0.25 | 0.85 | 0.00 | 42.3 | 0.99 | 0.57 |
| Hex | FE | BE | 25 | 0 | 19 | 55 | 0 | 2A | 63 | 39 |
| Octal | 376 | 276 | 45 | 0 | 31 | 125 | 0 | 52 | 143 | 71 |
| Binary | 11111110 | 10111110 | 100101 | 0 | 11001 | 1010101 | 0 | 101010 | 1100011 | 111001 |
Color Harmonies of #FEBE25
Complementary color
Monochromatic Colors of #FEBE25
Black with #FEBE25
Text Example
Text Example
White with #FEBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE25; }
p { color: rgb(254,190,37); }
H1.HeaderClassName
{
color: #FEBE25;
}
.AnyTagClassName
{
color: #FEBE25;
}
</style>
background-color css
<style>
a { background-color: #FEBE25; }
a { background-color: rgb(254,190,37); }
div.DivClassName
{
background-color: #FEBE25;
}
.BgClassName
{
background-color: #FEBE25;
}
</style>
border-color css
<style>
span { border-color: #FEBE25; }
span { border-color: rgb(254,190,37); }
td.TdClassName
{
border-color: #FEBE25;
}
.TagClassName
{
border-color: #FEBE25;
}
</style>