Shades of Saffron #F1C339
Tints of Saffron #F1C339
RGB
CMYK
RGB Variations
Color information
#F1C339 (or 0xF1C339) is known color: Saffron. HEX triplet: F1, C3 and 39. RGB value is (241,195,57). Sum of RGB (Red+Green+Blue) = 241+195+57=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C339 is #0E3CC6. Grayscale: #C1C1C1. Windows color (decimal): -933063 or 3785713. OLE color: 3785713.
HSL color Cylindrical-coordinate representation of color #F1C339: hue angle of 45º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1C339 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 57 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.05 |
| HSL | 45º | 0.87% | 0.58% | - |
| HSV(B) | 45º | 0.76% | 0.95% | - |
| XYZ | 56.53 | 58.03 | 12.09 | - |
| YUV | 193.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 57 | 0 | 0.19 | 0.76 | 0.05 | 45 | 0.87 | 0.58 |
| Hex | F1 | C3 | 39 | 0 | 13 | 4C | 5 | 2D | 57 | 3A |
| Octal | 361 | 303 | 71 | 0 | 23 | 114 | 5 | 55 | 127 | 72 |
| Binary | 11110001 | 11000011 | 111001 | 0 | 10011 | 1001100 | 101 | 101101 | 1010111 | 111010 |
Color Harmonies of #F1C339
Complementary color
Monochromatic Colors of #F1C339
Black with #F1C339
Text Example
Text Example
White with #F1C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C339; }
p { color: rgb(241,195,57); }
H1.HeaderClassName
{
color: #F1C339;
}
.AnyTagClassName
{
color: #F1C339;
}
</style>
background-color css
<style>
a { background-color: #F1C339; }
a { background-color: rgb(241,195,57); }
div.DivClassName
{
background-color: #F1C339;
}
.BgClassName
{
background-color: #F1C339;
}
</style>
border-color css
<style>
span { border-color: #F1C339; }
span { border-color: rgb(241,195,57); }
td.TdClassName
{
border-color: #F1C339;
}
.TagClassName
{
border-color: #F1C339;
}
</style>