Shades of Saffron #FEBE28
Tints of Saffron #FEBE28
RGB
CMYK
RGB Variations
Color information
#FEBE28 (or 0xFEBE28) is known color: Saffron. HEX triplet: FE, BE and 28. RGB value is (254,190,40). Sum of RGB (Red+Green+Blue) = 254+190+40=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE28 is #0141D7. Grayscale: #C0C0C0. Windows color (decimal): -82392 or 2670334. OLE color: 2670334.
HSL color Cylindrical-coordinate representation of color #FEBE28: hue angle of 42.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEBE28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.00 |
| HSL | 42.06º | 0.99% | 0.58% | - |
| HSV(B) | 42.06º | 0.84% | 1% | - |
| XYZ | 59.67 | 58.05 | 10.07 | - |
| YUV | 192.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 40 | 0 | 0.25 | 0.84 | 0.00 | 42.06 | 0.99 | 0.58 |
| Hex | FE | BE | 28 | 0 | 19 | 54 | 0 | 2A | 63 | 3A |
| Octal | 376 | 276 | 50 | 0 | 31 | 124 | 0 | 52 | 143 | 72 |
| Binary | 11111110 | 10111110 | 101000 | 0 | 11001 | 1010100 | 0 | 101010 | 1100011 | 111010 |
Color Harmonies of #FEBE28
Complementary color
Monochromatic Colors of #FEBE28
Black with #FEBE28
Text Example
Text Example
White with #FEBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE28; }
p { color: rgb(254,190,40); }
H1.HeaderClassName
{
color: #FEBE28;
}
.AnyTagClassName
{
color: #FEBE28;
}
</style>
background-color css
<style>
a { background-color: #FEBE28; }
a { background-color: rgb(254,190,40); }
div.DivClassName
{
background-color: #FEBE28;
}
.BgClassName
{
background-color: #FEBE28;
}
</style>
border-color css
<style>
span { border-color: #FEBE28; }
span { border-color: rgb(254,190,40); }
td.TdClassName
{
border-color: #FEBE28;
}
.TagClassName
{
border-color: #FEBE28;
}
</style>