Shades of Saffron #F5BA32
Tints of Saffron #F5BA32
RGB
CMYK
RGB Variations
Color information
#F5BA32 (or 0xF5BA32) is known color: Saffron. HEX triplet: F5, BA and 32. RGB value is (245,186,50). Sum of RGB (Red+Green+Blue) = 245+186+50=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA32 is #0A45CD. Grayscale: #BCBCBC. Windows color (decimal): -673230 or 3324661. OLE color: 3324661.
HSL color Cylindrical-coordinate representation of color #F5BA32: hue angle of 41.85º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5BA32 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.04 |
| HSL | 41.85º | 0.91% | 0.58% | - |
| HSV(B) | 41.85º | 0.8% | 0.96% | - |
| XYZ | 55.79 | 54.76 | 10.65 | - |
| YUV | 188.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 50 | 0 | 0.24 | 0.80 | 0.04 | 41.85 | 0.91 | 0.58 |
| Hex | F5 | BA | 32 | 0 | 18 | 50 | 4 | 2A | 5B | 3A |
| Octal | 365 | 272 | 62 | 0 | 30 | 120 | 4 | 52 | 133 | 72 |
| Binary | 11110101 | 10111010 | 110010 | 0 | 11000 | 1010000 | 100 | 101010 | 1011011 | 111010 |
Color Harmonies of #F5BA32
Complementary color
Monochromatic Colors of #F5BA32
Black with #F5BA32
Text Example
Text Example
White with #F5BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA32; }
p { color: rgb(245,186,50); }
H1.HeaderClassName
{
color: #F5BA32;
}
.AnyTagClassName
{
color: #F5BA32;
}
</style>
background-color css
<style>
a { background-color: #F5BA32; }
a { background-color: rgb(245,186,50); }
div.DivClassName
{
background-color: #F5BA32;
}
.BgClassName
{
background-color: #F5BA32;
}
</style>
border-color css
<style>
span { border-color: #F5BA32; }
span { border-color: rgb(245,186,50); }
td.TdClassName
{
border-color: #F5BA32;
}
.TagClassName
{
border-color: #F5BA32;
}
</style>