Shades of Saffron #F9BF32
Tints of Saffron #F9BF32
RGB
CMYK
RGB Variations
Color information
#F9BF32 (or 0xF9BF32) is known color: Saffron. HEX triplet: F9, BF and 32. RGB value is (249,191,50). Sum of RGB (Red+Green+Blue) = 249+191+50=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF32 is #0640CD. Grayscale: #C0C0C0. Windows color (decimal): -409806 or 3325945. OLE color: 3325945.
HSL color Cylindrical-coordinate representation of color #F9BF32: hue angle of 42.51º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9BF32 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.02 |
| HSL | 42.51º | 0.94% | 0.59% | - |
| HSV(B) | 42.51º | 0.8% | 0.98% | - |
| XYZ | 58.27 | 57.63 | 11.07 | - |
| YUV | 192.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 50 | 0 | 0.23 | 0.80 | 0.02 | 42.51 | 0.94 | 0.59 |
| Hex | F9 | BF | 32 | 0 | 17 | 50 | 2 | 2B | 5E | 3B |
| Octal | 371 | 277 | 62 | 0 | 27 | 120 | 2 | 53 | 136 | 73 |
| Binary | 11111001 | 10111111 | 110010 | 0 | 10111 | 1010000 | 10 | 101011 | 1011110 | 111011 |
Color Harmonies of #F9BF32
Complementary color
Monochromatic Colors of #F9BF32
Black with #F9BF32
Text Example
Text Example
White with #F9BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF32; }
p { color: rgb(249,191,50); }
H1.HeaderClassName
{
color: #F9BF32;
}
.AnyTagClassName
{
color: #F9BF32;
}
</style>
background-color css
<style>
a { background-color: #F9BF32; }
a { background-color: rgb(249,191,50); }
div.DivClassName
{
background-color: #F9BF32;
}
.BgClassName
{
background-color: #F9BF32;
}
</style>
border-color css
<style>
span { border-color: #F9BF32; }
span { border-color: rgb(249,191,50); }
td.TdClassName
{
border-color: #F9BF32;
}
.TagClassName
{
border-color: #F9BF32;
}
</style>