Shades of Saffron #F9BB2C
Tints of Saffron #F9BB2C
RGB
CMYK
RGB Variations
Color information
#F9BB2C (or 0xF9BB2C) is known color: Saffron. HEX triplet: F9, BB and 2C. RGB value is (249,187,44). Sum of RGB (Red+Green+Blue) = 249+187+44=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BB2C is #0644D3. Grayscale: #BDBDBD. Windows color (decimal): -410836 or 2931705. OLE color: 2931705.
HSL color Cylindrical-coordinate representation of color #F9BB2C: hue angle of 41.85º 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 #F9BB2C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 44 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.85º | 0.94% | 0.57% | - |
| HSV(B) | 41.85º | 0.82% | 0.98% | - |
| XYZ | 57.29 | 55.86 | 10.15 | - |
| YUV | 189.24 | 46.04 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 44 | 0 | 0.25 | 0.82 | 0.02 | 41.85 | 0.94 | 0.57 |
| Hex | F9 | BB | 2C | 0 | 19 | 52 | 2 | 2A | 5E | 39 |
| Octal | 371 | 273 | 54 | 0 | 31 | 122 | 2 | 52 | 136 | 71 |
| Binary | 11111001 | 10111011 | 101100 | 0 | 11001 | 1010010 | 10 | 101010 | 1011110 | 111001 |
Color Harmonies of #F9BB2C
Complementary color
Monochromatic Colors of #F9BB2C
Black with #F9BB2C
Text Example
Text Example
White with #F9BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB2C; }
p { color: rgb(249,187,44); }
H1.HeaderClassName
{
color: #F9BB2C;
}
.AnyTagClassName
{
color: #F9BB2C;
}
</style>
background-color css
<style>
a { background-color: #F9BB2C; }
a { background-color: rgb(249,187,44); }
div.DivClassName
{
background-color: #F9BB2C;
}
.BgClassName
{
background-color: #F9BB2C;
}
</style>
border-color css
<style>
span { border-color: #F9BB2C; }
span { border-color: rgb(249,187,44); }
td.TdClassName
{
border-color: #F9BB2C;
}
.TagClassName
{
border-color: #F9BB2C;
}
</style>