Shades of Saffron #FEBD2D
Tints of Saffron #FEBD2D
RGB
CMYK
RGB Variations
Color information
#FEBD2D (or 0xFEBD2D) is known color: Saffron. HEX triplet: FE, BD and 2D. RGB value is (254,189,45). Sum of RGB (Red+Green+Blue) = 254+189+45=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD2D is #0142D2. Grayscale: #C0C0C0. Windows color (decimal): -82643 or 2997758. OLE color: 2997758.
HSL color Cylindrical-coordinate representation of color #FEBD2D: hue angle of 41.34º 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 #FEBD2D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.00 |
| HSL | 41.34º | 0.99% | 0.59% | - |
| HSV(B) | 41.34º | 0.82% | 1% | - |
| XYZ | 59.54 | 57.66 | 10.47 | - |
| YUV | 192.02 | 45.03 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 45 | 0 | 0.26 | 0.82 | 0.00 | 41.34 | 0.99 | 0.59 |
| Hex | FE | BD | 2D | 0 | 1A | 52 | 0 | 29 | 63 | 3B |
| Octal | 376 | 275 | 55 | 0 | 32 | 122 | 0 | 51 | 143 | 73 |
| Binary | 11111110 | 10111101 | 101101 | 0 | 11010 | 1010010 | 0 | 101001 | 1100011 | 111011 |
Color Harmonies of #FEBD2D
Complementary color
Monochromatic Colors of #FEBD2D
Black with #FEBD2D
Text Example
Text Example
White with #FEBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD2D; }
p { color: rgb(254,189,45); }
H1.HeaderClassName
{
color: #FEBD2D;
}
.AnyTagClassName
{
color: #FEBD2D;
}
</style>
background-color css
<style>
a { background-color: #FEBD2D; }
a { background-color: rgb(254,189,45); }
div.DivClassName
{
background-color: #FEBD2D;
}
.BgClassName
{
background-color: #FEBD2D;
}
</style>
border-color css
<style>
span { border-color: #FEBD2D; }
span { border-color: rgb(254,189,45); }
td.TdClassName
{
border-color: #FEBD2D;
}
.TagClassName
{
border-color: #FEBD2D;
}
</style>