Shades of Saffron #F9BA2A
Tints of Saffron #F9BA2A
RGB
CMYK
RGB Variations
Color information
#F9BA2A (or 0xF9BA2A) is known color: Saffron. HEX triplet: F9, BA and 2A. RGB value is (249,186,42). Sum of RGB (Red+Green+Blue) = 249+186+42=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA2A is #0645D5. Grayscale: #BDBDBD. Windows color (decimal): -411094 or 2800377. OLE color: 2800377.
HSL color Cylindrical-coordinate representation of color #F9BA2A: hue angle of 41.74º degrees, saturation: 0.95, 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 #F9BA2A is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 42 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.02 |
| HSL | 41.74º | 0.95% | 0.57% | - |
| HSV(B) | 41.74º | 0.83% | 0.98% | - |
| XYZ | 57.04 | 55.42 | 9.88 | - |
| YUV | 188.42 | 45.37 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 42 | 0 | 0.25 | 0.83 | 0.02 | 41.74 | 0.95 | 0.57 |
| Hex | F9 | BA | 2A | 0 | 19 | 53 | 2 | 2A | 5F | 39 |
| Octal | 371 | 272 | 52 | 0 | 31 | 123 | 2 | 52 | 137 | 71 |
| Binary | 11111001 | 10111010 | 101010 | 0 | 11001 | 1010011 | 10 | 101010 | 1011111 | 111001 |
Color Harmonies of #F9BA2A
Complementary color
Monochromatic Colors of #F9BA2A
Black with #F9BA2A
Text Example
Text Example
White with #F9BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA2A; }
p { color: rgb(249,186,42); }
H1.HeaderClassName
{
color: #F9BA2A;
}
.AnyTagClassName
{
color: #F9BA2A;
}
</style>
background-color css
<style>
a { background-color: #F9BA2A; }
a { background-color: rgb(249,186,42); }
div.DivClassName
{
background-color: #F9BA2A;
}
.BgClassName
{
background-color: #F9BA2A;
}
</style>
border-color css
<style>
span { border-color: #F9BA2A; }
span { border-color: rgb(249,186,42); }
td.TdClassName
{
border-color: #F9BA2A;
}
.TagClassName
{
border-color: #F9BA2A;
}
</style>