Shades of Saffron #F9BA2E
Tints of Saffron #F9BA2E
RGB
CMYK
RGB Variations
Color information
#F9BA2E (or 0xF9BA2E) is known color: Saffron. HEX triplet: F9, BA and 2E. RGB value is (249,186,46). Sum of RGB (Red+Green+Blue) = 249+186+46=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA2E is #0645D1. Grayscale: #BDBDBD. Windows color (decimal): -411090 or 3062521. OLE color: 3062521.
HSL color Cylindrical-coordinate representation of color #F9BA2E: hue angle of 41.38º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9BA2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.38º | 0.94% | 0.58% | - |
| HSV(B) | 41.38º | 0.82% | 0.98% | - |
| XYZ | 57.12 | 55.45 | 10.28 | - |
| YUV | 188.88 | 47.37 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 46 | 0 | 0.25 | 0.82 | 0.02 | 41.38 | 0.94 | 0.58 |
| Hex | F9 | BA | 2E | 0 | 19 | 52 | 2 | 29 | 5E | 3A |
| Octal | 371 | 272 | 56 | 0 | 31 | 122 | 2 | 51 | 136 | 72 |
| Binary | 11111001 | 10111010 | 101110 | 0 | 11001 | 1010010 | 10 | 101001 | 1011110 | 111010 |
Color Harmonies of #F9BA2E
Complementary color
Monochromatic Colors of #F9BA2E
Black with #F9BA2E
Text Example
Text Example
White with #F9BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA2E; }
p { color: rgb(249,186,46); }
H1.HeaderClassName
{
color: #F9BA2E;
}
.AnyTagClassName
{
color: #F9BA2E;
}
</style>
background-color css
<style>
a { background-color: #F9BA2E; }
a { background-color: rgb(249,186,46); }
div.DivClassName
{
background-color: #F9BA2E;
}
.BgClassName
{
background-color: #F9BA2E;
}
</style>
border-color css
<style>
span { border-color: #F9BA2E; }
span { border-color: rgb(249,186,46); }
td.TdClassName
{
border-color: #F9BA2E;
}
.TagClassName
{
border-color: #F9BA2E;
}
</style>