Shades of Saffron #F9BA2B
Tints of Saffron #F9BA2B
RGB
CMYK
RGB Variations
Color information
#F9BA2B (or 0xF9BA2B) is known color: Saffron. HEX triplet: F9, BA and 2B. RGB value is (249,186,43). Sum of RGB (Red+Green+Blue) = 249+186+43=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA2B is #0645D4. Grayscale: #BDBDBD. Windows color (decimal): -411093 or 2865913. OLE color: 2865913.
HSL color Cylindrical-coordinate representation of color #F9BA2B: hue angle of 41.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9BA2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.02 |
| HSL | 41.65º | 0.94% | 0.57% | - |
| HSV(B) | 41.65º | 0.83% | 0.98% | - |
| XYZ | 57.06 | 55.43 | 9.98 | - |
| YUV | 188.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 43 | 0 | 0.25 | 0.83 | 0.02 | 41.65 | 0.94 | 0.57 |
| Hex | F9 | BA | 2B | 0 | 19 | 53 | 2 | 2A | 5E | 39 |
| Octal | 371 | 272 | 53 | 0 | 31 | 123 | 2 | 52 | 136 | 71 |
| Binary | 11111001 | 10111010 | 101011 | 0 | 11001 | 1010011 | 10 | 101010 | 1011110 | 111001 |
Color Harmonies of #F9BA2B
Complementary color
Monochromatic Colors of #F9BA2B
Black with #F9BA2B
Text Example
Text Example
White with #F9BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA2B; }
p { color: rgb(249,186,43); }
H1.HeaderClassName
{
color: #F9BA2B;
}
.AnyTagClassName
{
color: #F9BA2B;
}
</style>
background-color css
<style>
a { background-color: #F9BA2B; }
a { background-color: rgb(249,186,43); }
div.DivClassName
{
background-color: #F9BA2B;
}
.BgClassName
{
background-color: #F9BA2B;
}
</style>
border-color css
<style>
span { border-color: #F9BA2B; }
span { border-color: rgb(249,186,43); }
td.TdClassName
{
border-color: #F9BA2B;
}
.TagClassName
{
border-color: #F9BA2B;
}
</style>