Shades of Saffron #FEBE2D
Tints of Saffron #FEBE2D
RGB
CMYK
RGB Variations
Color information
#FEBE2D (or 0xFEBE2D) is known color: Saffron. HEX triplet: FE, BE and 2D. RGB value is (254,190,45). Sum of RGB (Red+Green+Blue) = 254+190+45=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE2D is #0141D2. Grayscale: #C1C1C1. Windows color (decimal): -82387 or 2998014. OLE color: 2998014.
HSL color Cylindrical-coordinate representation of color #FEBE2D: hue angle of 41.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEBE2D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 45 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.00 |
| HSL | 41.63º | 0.99% | 0.59% | - |
| HSV(B) | 41.63º | 0.82% | 1% | - |
| XYZ | 59.76 | 58.09 | 10.54 | - |
| YUV | 192.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 45 | 0 | 0.25 | 0.82 | 0.00 | 41.63 | 0.99 | 0.59 |
| Hex | FE | BE | 2D | 0 | 19 | 52 | 0 | 2A | 63 | 3B |
| Octal | 376 | 276 | 55 | 0 | 31 | 122 | 0 | 52 | 143 | 73 |
| Binary | 11111110 | 10111110 | 101101 | 0 | 11001 | 1010010 | 0 | 101010 | 1100011 | 111011 |
Color Harmonies of #FEBE2D
Complementary color
Monochromatic Colors of #FEBE2D
Black with #FEBE2D
Text Example
Text Example
White with #FEBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE2D; }
p { color: rgb(254,190,45); }
H1.HeaderClassName
{
color: #FEBE2D;
}
.AnyTagClassName
{
color: #FEBE2D;
}
</style>
background-color css
<style>
a { background-color: #FEBE2D; }
a { background-color: rgb(254,190,45); }
div.DivClassName
{
background-color: #FEBE2D;
}
.BgClassName
{
background-color: #FEBE2D;
}
</style>
border-color css
<style>
span { border-color: #FEBE2D; }
span { border-color: rgb(254,190,45); }
td.TdClassName
{
border-color: #FEBE2D;
}
.TagClassName
{
border-color: #FEBE2D;
}
</style>