Shades of Saffron #F1BD3E
Tints of Saffron #F1BD3E
RGB
CMYK
RGB Variations
Color information
#F1BD3E (or 0xF1BD3E) is known color: Saffron. HEX triplet: F1, BD and 3E. RGB value is (241,189,62). Sum of RGB (Red+Green+Blue) = 241+189+62=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BD3E is #0E42C1. Grayscale: #BEBEBE. Windows color (decimal): -934594 or 4111857. OLE color: 4111857.
HSL color Cylindrical-coordinate representation of color #F1BD3E: hue angle of 42.57º 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 #F1BD3E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 62 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.05 |
| HSL | 42.57º | 0.86% | 0.59% | - |
| HSV(B) | 42.57º | 0.74% | 0.95% | - |
| XYZ | 55.34 | 55.44 | 12.34 | - |
| YUV | 190.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 62 | 0 | 0.22 | 0.74 | 0.05 | 42.57 | 0.86 | 0.59 |
| Hex | F1 | BD | 3E | 0 | 16 | 4A | 5 | 2B | 56 | 3B |
| Octal | 361 | 275 | 76 | 0 | 26 | 112 | 5 | 53 | 126 | 73 |
| Binary | 11110001 | 10111101 | 111110 | 0 | 10110 | 1001010 | 101 | 101011 | 1010110 | 111011 |
Color Harmonies of #F1BD3E
Complementary color
Monochromatic Colors of #F1BD3E
Black with #F1BD3E
Text Example
Text Example
White with #F1BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD3E; }
p { color: rgb(241,189,62); }
H1.HeaderClassName
{
color: #F1BD3E;
}
.AnyTagClassName
{
color: #F1BD3E;
}
</style>
background-color css
<style>
a { background-color: #F1BD3E; }
a { background-color: rgb(241,189,62); }
div.DivClassName
{
background-color: #F1BD3E;
}
.BgClassName
{
background-color: #F1BD3E;
}
</style>
border-color css
<style>
span { border-color: #F1BD3E; }
span { border-color: rgb(241,189,62); }
td.TdClassName
{
border-color: #F1BD3E;
}
.TagClassName
{
border-color: #F1BD3E;
}
</style>