Shades of Saffron #F1BA3A
Tints of Saffron #F1BA3A
RGB
CMYK
RGB Variations
Color information
#F1BA3A (or 0xF1BA3A) is known color: Saffron. HEX triplet: F1, BA and 3A. RGB value is (241,186,58). Sum of RGB (Red+Green+Blue) = 241+186+58=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA3A is #0E45C5. Grayscale: #BCBCBC. Windows color (decimal): -935366 or 3848945. OLE color: 3848945.
HSL color Cylindrical-coordinate representation of color #F1BA3A: hue angle of 41.97º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1BA3A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 58 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.05 |
| HSL | 41.97º | 0.87% | 0.59% | - |
| HSV(B) | 41.97º | 0.76% | 0.95% | - |
| XYZ | 54.6 | 54.12 | 11.57 | - |
| YUV | 187.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 58 | 0 | 0.23 | 0.76 | 0.05 | 41.97 | 0.87 | 0.59 |
| Hex | F1 | BA | 3A | 0 | 17 | 4C | 5 | 2A | 57 | 3B |
| Octal | 361 | 272 | 72 | 0 | 27 | 114 | 5 | 52 | 127 | 73 |
| Binary | 11110001 | 10111010 | 111010 | 0 | 10111 | 1001100 | 101 | 101010 | 1010111 | 111011 |
Color Harmonies of #F1BA3A
Complementary color
Monochromatic Colors of #F1BA3A
Black with #F1BA3A
Text Example
Text Example
White with #F1BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA3A; }
p { color: rgb(241,186,58); }
H1.HeaderClassName
{
color: #F1BA3A;
}
.AnyTagClassName
{
color: #F1BA3A;
}
</style>
background-color css
<style>
a { background-color: #F1BA3A; }
a { background-color: rgb(241,186,58); }
div.DivClassName
{
background-color: #F1BA3A;
}
.BgClassName
{
background-color: #F1BA3A;
}
</style>
border-color css
<style>
span { border-color: #F1BA3A; }
span { border-color: rgb(241,186,58); }
td.TdClassName
{
border-color: #F1BA3A;
}
.TagClassName
{
border-color: #F1BA3A;
}
</style>