Shades of Saffron #F9BF2A
Tints of Saffron #F9BF2A
RGB
CMYK
RGB Variations
Color information
#F9BF2A (or 0xF9BF2A) is known color: Saffron. HEX triplet: F9, BF and 2A. RGB value is (249,191,42). Sum of RGB (Red+Green+Blue) = 249+191+42=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF2A is #0640D5. Grayscale: #C0C0C0. Windows color (decimal): -409814 or 2801657. OLE color: 2801657.
HSL color Cylindrical-coordinate representation of color #F9BF2A: hue angle of 43.19º 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 #F9BF2A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 42 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.19º | 0.95% | 0.57% | - |
| HSV(B) | 43.19º | 0.83% | 0.98% | - |
| XYZ | 58.12 | 57.57 | 10.24 | - |
| YUV | 191.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 42 | 0 | 0.23 | 0.83 | 0.02 | 43.19 | 0.95 | 0.57 |
| Hex | F9 | BF | 2A | 0 | 17 | 53 | 2 | 2B | 5F | 39 |
| Octal | 371 | 277 | 52 | 0 | 27 | 123 | 2 | 53 | 137 | 71 |
| Binary | 11111001 | 10111111 | 101010 | 0 | 10111 | 1010011 | 10 | 101011 | 1011111 | 111001 |
Color Harmonies of #F9BF2A
Complementary color
Monochromatic Colors of #F9BF2A
Black with #F9BF2A
Text Example
Text Example
White with #F9BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF2A; }
p { color: rgb(249,191,42); }
H1.HeaderClassName
{
color: #F9BF2A;
}
.AnyTagClassName
{
color: #F9BF2A;
}
</style>
background-color css
<style>
a { background-color: #F9BF2A; }
a { background-color: rgb(249,191,42); }
div.DivClassName
{
background-color: #F9BF2A;
}
.BgClassName
{
background-color: #F9BF2A;
}
</style>
border-color css
<style>
span { border-color: #F9BF2A; }
span { border-color: rgb(249,191,42); }
td.TdClassName
{
border-color: #F9BF2A;
}
.TagClassName
{
border-color: #F9BF2A;
}
</style>