Shades of Saffron #FEBF2C
Tints of Saffron #FEBF2C
RGB
CMYK
RGB Variations
Color information
#FEBF2C (or 0xFEBF2C) is known color: Saffron. HEX triplet: FE, BF and 2C. RGB value is (254,191,44). Sum of RGB (Red+Green+Blue) = 254+191+44=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF2C is #0140D3. Grayscale: #C1C1C1. Windows color (decimal): -82132 or 2932734. OLE color: 2932734.
HSL color Cylindrical-coordinate representation of color #FEBF2C: hue angle of 42º 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 #FEBF2C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 44 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.00 |
| HSL | 42º | 0.99% | 0.58% | - |
| HSV(B) | 42º | 0.83% | 1% | - |
| XYZ | 59.96 | 58.51 | 10.52 | - |
| YUV | 193.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 44 | 0 | 0.25 | 0.83 | 0.00 | 42 | 0.99 | 0.58 |
| Hex | FE | BF | 2C | 0 | 19 | 53 | 0 | 2A | 63 | 3A |
| Octal | 376 | 277 | 54 | 0 | 31 | 123 | 0 | 52 | 143 | 72 |
| Binary | 11111110 | 10111111 | 101100 | 0 | 11001 | 1010011 | 0 | 101010 | 1100011 | 111010 |
Color Harmonies of #FEBF2C
Complementary color
Monochromatic Colors of #FEBF2C
Black with #FEBF2C
Text Example
Text Example
White with #FEBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF2C; }
p { color: rgb(254,191,44); }
H1.HeaderClassName
{
color: #FEBF2C;
}
.AnyTagClassName
{
color: #FEBF2C;
}
</style>
background-color css
<style>
a { background-color: #FEBF2C; }
a { background-color: rgb(254,191,44); }
div.DivClassName
{
background-color: #FEBF2C;
}
.BgClassName
{
background-color: #FEBF2C;
}
</style>
border-color css
<style>
span { border-color: #FEBF2C; }
span { border-color: rgb(254,191,44); }
td.TdClassName
{
border-color: #FEBF2C;
}
.TagClassName
{
border-color: #FEBF2C;
}
</style>