Shades of Saffron #FEBD2E
Tints of Saffron #FEBD2E
RGB
CMYK
RGB Variations
Color information
#FEBD2E (or 0xFEBD2E) is known color: Saffron. HEX triplet: FE, BD and 2E. RGB value is (254,189,46). Sum of RGB (Red+Green+Blue) = 254+189+46=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD2E is #0142D1. Grayscale: #C0C0C0. Windows color (decimal): -82642 or 3063294. OLE color: 3063294.
HSL color Cylindrical-coordinate representation of color #FEBD2E: hue angle of 41.25º 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 #FEBD2E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 46 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.00 |
| HSL | 41.25º | 0.99% | 0.59% | - |
| HSV(B) | 41.25º | 0.82% | 1% | - |
| XYZ | 59.56 | 57.66 | 10.58 | - |
| YUV | 192.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 46 | 0 | 0.26 | 0.82 | 0.00 | 41.25 | 0.99 | 0.59 |
| Hex | FE | BD | 2E | 0 | 1A | 52 | 0 | 29 | 63 | 3B |
| Octal | 376 | 275 | 56 | 0 | 32 | 122 | 0 | 51 | 143 | 73 |
| Binary | 11111110 | 10111101 | 101110 | 0 | 11010 | 1010010 | 0 | 101001 | 1100011 | 111011 |
Color Harmonies of #FEBD2E
Complementary color
Monochromatic Colors of #FEBD2E
Black with #FEBD2E
Text Example
Text Example
White with #FEBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD2E; }
p { color: rgb(254,189,46); }
H1.HeaderClassName
{
color: #FEBD2E;
}
.AnyTagClassName
{
color: #FEBD2E;
}
</style>
background-color css
<style>
a { background-color: #FEBD2E; }
a { background-color: rgb(254,189,46); }
div.DivClassName
{
background-color: #FEBD2E;
}
.BgClassName
{
background-color: #FEBD2E;
}
</style>
border-color css
<style>
span { border-color: #FEBD2E; }
span { border-color: rgb(254,189,46); }
td.TdClassName
{
border-color: #FEBD2E;
}
.TagClassName
{
border-color: #FEBD2E;
}
</style>