Shades of Saffron #FEBD2C
Tints of Saffron #FEBD2C
RGB
CMYK
RGB Variations
Color information
#FEBD2C (or 0xFEBD2C) is known color: Saffron. HEX triplet: FE, BD and 2C. RGB value is (254,189,44). Sum of RGB (Red+Green+Blue) = 254+189+44=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD2C is #0142D3. Grayscale: #C0C0C0. Windows color (decimal): -82644 or 2932222. OLE color: 2932222.
HSL color Cylindrical-coordinate representation of color #FEBD2C: hue angle of 41.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEBD2C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 44 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.00 |
| HSL | 41.43º | 0.99% | 0.58% | - |
| HSV(B) | 41.43º | 0.83% | 1% | - |
| XYZ | 59.53 | 57.65 | 10.37 | - |
| YUV | 191.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 44 | 0 | 0.26 | 0.83 | 0.00 | 41.43 | 0.99 | 0.58 |
| Hex | FE | BD | 2C | 0 | 1A | 53 | 0 | 29 | 63 | 3A |
| Octal | 376 | 275 | 54 | 0 | 32 | 123 | 0 | 51 | 143 | 72 |
| Binary | 11111110 | 10111101 | 101100 | 0 | 11010 | 1010011 | 0 | 101001 | 1100011 | 111010 |
Color Harmonies of #FEBD2C
Complementary color
Monochromatic Colors of #FEBD2C
Black with #FEBD2C
Text Example
Text Example
White with #FEBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD2C; }
p { color: rgb(254,189,44); }
H1.HeaderClassName
{
color: #FEBD2C;
}
.AnyTagClassName
{
color: #FEBD2C;
}
</style>
background-color css
<style>
a { background-color: #FEBD2C; }
a { background-color: rgb(254,189,44); }
div.DivClassName
{
background-color: #FEBD2C;
}
.BgClassName
{
background-color: #FEBD2C;
}
</style>
border-color css
<style>
span { border-color: #FEBD2C; }
span { border-color: rgb(254,189,44); }
td.TdClassName
{
border-color: #FEBD2C;
}
.TagClassName
{
border-color: #FEBD2C;
}
</style>