Shades of Saffron #F0BA3C
Tints of Saffron #F0BA3C
RGB
CMYK
RGB Variations
Color information
#F0BA3C (or 0xF0BA3C) is known color: Saffron. HEX triplet: F0, BA and 3C. RGB value is (240,186,60). Sum of RGB (Red+Green+Blue) = 240+186+60=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA3C is #0F45C3. Grayscale: #BCBCBC. Windows color (decimal): -1000900 or 3980016. OLE color: 3980016.
HSL color Cylindrical-coordinate representation of color #F0BA3C: hue angle of 42º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0BA3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.06 |
| HSL | 42º | 0.86% | 0.59% | - |
| HSV(B) | 42º | 0.75% | 0.94% | - |
| XYZ | 54.31 | 53.97 | 11.83 | - |
| YUV | 187.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 60 | 0 | 0.22 | 0.75 | 0.06 | 42 | 0.86 | 0.59 |
| Hex | F0 | BA | 3C | 0 | 16 | 4B | 6 | 2A | 56 | 3B |
| Octal | 360 | 272 | 74 | 0 | 26 | 113 | 6 | 52 | 126 | 73 |
| Binary | 11110000 | 10111010 | 111100 | 0 | 10110 | 1001011 | 110 | 101010 | 1010110 | 111011 |
Color Harmonies of #F0BA3C
Complementary color
Monochromatic Colors of #F0BA3C
Black with #F0BA3C
Text Example
Text Example
White with #F0BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA3C; }
p { color: rgb(240,186,60); }
H1.HeaderClassName
{
color: #F0BA3C;
}
.AnyTagClassName
{
color: #F0BA3C;
}
</style>
background-color css
<style>
a { background-color: #F0BA3C; }
a { background-color: rgb(240,186,60); }
div.DivClassName
{
background-color: #F0BA3C;
}
.BgClassName
{
background-color: #F0BA3C;
}
</style>
border-color css
<style>
span { border-color: #F0BA3C; }
span { border-color: rgb(240,186,60); }
td.TdClassName
{
border-color: #F0BA3C;
}
.TagClassName
{
border-color: #F0BA3C;
}
</style>