Shades of Saffron #F1BC3C
Tints of Saffron #F1BC3C
RGB
CMYK
RGB Variations
Color information
#F1BC3C (or 0xF1BC3C) is known color: Saffron. HEX triplet: F1, BC and 3C. RGB value is (241,188,60). Sum of RGB (Red+Green+Blue) = 241+188+60=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC3C is #0E43C3. Grayscale: #BDBDBD. Windows color (decimal): -934852 or 3980529. OLE color: 3980529.
HSL color Cylindrical-coordinate representation of color #F1BC3C: hue angle of 42.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 #F1BC3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.05 |
| HSL | 42.43º | 0.87% | 0.59% | - |
| HSV(B) | 42.43º | 0.75% | 0.95% | - |
| XYZ | 55.07 | 54.99 | 11.99 | - |
| YUV | 189.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 60 | 0 | 0.22 | 0.75 | 0.05 | 42.43 | 0.87 | 0.59 |
| Hex | F1 | BC | 3C | 0 | 16 | 4B | 5 | 2A | 57 | 3B |
| Octal | 361 | 274 | 74 | 0 | 26 | 113 | 5 | 52 | 127 | 73 |
| Binary | 11110001 | 10111100 | 111100 | 0 | 10110 | 1001011 | 101 | 101010 | 1010111 | 111011 |
Color Harmonies of #F1BC3C
Complementary color
Monochromatic Colors of #F1BC3C
Black with #F1BC3C
Text Example
Text Example
White with #F1BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC3C; }
p { color: rgb(241,188,60); }
H1.HeaderClassName
{
color: #F1BC3C;
}
.AnyTagClassName
{
color: #F1BC3C;
}
</style>
background-color css
<style>
a { background-color: #F1BC3C; }
a { background-color: rgb(241,188,60); }
div.DivClassName
{
background-color: #F1BC3C;
}
.BgClassName
{
background-color: #F1BC3C;
}
</style>
border-color css
<style>
span { border-color: #F1BC3C; }
span { border-color: rgb(241,188,60); }
td.TdClassName
{
border-color: #F1BC3C;
}
.TagClassName
{
border-color: #F1BC3C;
}
</style>