Shades of Saffron #F9BA2C
Tints of Saffron #F9BA2C
RGB
CMYK
RGB Variations
Color information
#F9BA2C (or 0xF9BA2C) is known color: Saffron. HEX triplet: F9, BA and 2C. RGB value is (249,186,44). Sum of RGB (Red+Green+Blue) = 249+186+44=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA2C is #0645D3. Grayscale: #BDBDBD. Windows color (decimal): -411092 or 2931449. OLE color: 2931449.
HSL color Cylindrical-coordinate representation of color #F9BA2C: hue angle of 41.56º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9BA2C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 44 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.56º | 0.94% | 0.57% | - |
| HSV(B) | 41.56º | 0.82% | 0.98% | - |
| XYZ | 57.08 | 55.44 | 10.08 | - |
| YUV | 188.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 44 | 0 | 0.25 | 0.82 | 0.02 | 41.56 | 0.94 | 0.57 |
| Hex | F9 | BA | 2C | 0 | 19 | 52 | 2 | 2A | 5E | 39 |
| Octal | 371 | 272 | 54 | 0 | 31 | 122 | 2 | 52 | 136 | 71 |
| Binary | 11111001 | 10111010 | 101100 | 0 | 11001 | 1010010 | 10 | 101010 | 1011110 | 111001 |
Color Harmonies of #F9BA2C
Complementary color
Monochromatic Colors of #F9BA2C
Black with #F9BA2C
Text Example
Text Example
White with #F9BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA2C; }
p { color: rgb(249,186,44); }
H1.HeaderClassName
{
color: #F9BA2C;
}
.AnyTagClassName
{
color: #F9BA2C;
}
</style>
background-color css
<style>
a { background-color: #F9BA2C; }
a { background-color: rgb(249,186,44); }
div.DivClassName
{
background-color: #F9BA2C;
}
.BgClassName
{
background-color: #F9BA2C;
}
</style>
border-color css
<style>
span { border-color: #F9BA2C; }
span { border-color: rgb(249,186,44); }
td.TdClassName
{
border-color: #F9BA2C;
}
.TagClassName
{
border-color: #F9BA2C;
}
</style>