Shades of Saffron #F1BC3E
Tints of Saffron #F1BC3E
RGB
CMYK
RGB Variations
Color information
#F1BC3E (or 0xF1BC3E) is known color: Saffron. HEX triplet: F1, BC and 3E. RGB value is (241,188,62). Sum of RGB (Red+Green+Blue) = 241+188+62=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC3E is #0E43C1. Grayscale: #BEBEBE. Windows color (decimal): -934850 or 4111601. OLE color: 4111601.
HSL color Cylindrical-coordinate representation of color #F1BC3E: hue angle of 42.23º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1BC3E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 62 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.05 |
| HSL | 42.23º | 0.86% | 0.59% | - |
| HSV(B) | 42.23º | 0.74% | 0.95% | - |
| XYZ | 55.13 | 55.02 | 12.27 | - |
| YUV | 189.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 62 | 0 | 0.22 | 0.74 | 0.05 | 42.23 | 0.86 | 0.59 |
| Hex | F1 | BC | 3E | 0 | 16 | 4A | 5 | 2A | 56 | 3B |
| Octal | 361 | 274 | 76 | 0 | 26 | 112 | 5 | 52 | 126 | 73 |
| Binary | 11110001 | 10111100 | 111110 | 0 | 10110 | 1001010 | 101 | 101010 | 1010110 | 111011 |
Color Harmonies of #F1BC3E
Complementary color
Monochromatic Colors of #F1BC3E
Black with #F1BC3E
Text Example
Text Example
White with #F1BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC3E; }
p { color: rgb(241,188,62); }
H1.HeaderClassName
{
color: #F1BC3E;
}
.AnyTagClassName
{
color: #F1BC3E;
}
</style>
background-color css
<style>
a { background-color: #F1BC3E; }
a { background-color: rgb(241,188,62); }
div.DivClassName
{
background-color: #F1BC3E;
}
.BgClassName
{
background-color: #F1BC3E;
}
</style>
border-color css
<style>
span { border-color: #F1BC3E; }
span { border-color: rgb(241,188,62); }
td.TdClassName
{
border-color: #F1BC3E;
}
.TagClassName
{
border-color: #F1BC3E;
}
</style>