Shades of Saffron #F1BF3C
Tints of Saffron #F1BF3C
RGB
CMYK
RGB Variations
Color information
#F1BF3C (or 0xF1BF3C) is known color: Saffron. HEX triplet: F1, BF and 3C. RGB value is (241,191,60). Sum of RGB (Red+Green+Blue) = 241+191+60=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF3C is #0E40C3. Grayscale: #BFBFBF. Windows color (decimal): -934084 or 3981297. OLE color: 3981297.
HSL color Cylindrical-coordinate representation of color #F1BF3C: hue angle of 43.43º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1BF3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 60 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.05 |
| HSL | 43.43º | 0.87% | 0.59% | - |
| HSV(B) | 43.43º | 0.75% | 0.95% | - |
| XYZ | 55.72 | 56.29 | 12.2 | - |
| YUV | 191.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 60 | 0 | 0.21 | 0.75 | 0.05 | 43.43 | 0.87 | 0.59 |
| Hex | F1 | BF | 3C | 0 | 15 | 4B | 5 | 2B | 57 | 3B |
| Octal | 361 | 277 | 74 | 0 | 25 | 113 | 5 | 53 | 127 | 73 |
| Binary | 11110001 | 10111111 | 111100 | 0 | 10101 | 1001011 | 101 | 101011 | 1010111 | 111011 |
Color Harmonies of #F1BF3C
Complementary color
Monochromatic Colors of #F1BF3C
Black with #F1BF3C
Text Example
Text Example
White with #F1BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF3C; }
p { color: rgb(241,191,60); }
H1.HeaderClassName
{
color: #F1BF3C;
}
.AnyTagClassName
{
color: #F1BF3C;
}
</style>
background-color css
<style>
a { background-color: #F1BF3C; }
a { background-color: rgb(241,191,60); }
div.DivClassName
{
background-color: #F1BF3C;
}
.BgClassName
{
background-color: #F1BF3C;
}
</style>
border-color css
<style>
span { border-color: #F1BF3C; }
span { border-color: rgb(241,191,60); }
td.TdClassName
{
border-color: #F1BF3C;
}
.TagClassName
{
border-color: #F1BF3C;
}
</style>