Shades of Saffron #F1C239
Tints of Saffron #F1C239
RGB
CMYK
RGB Variations
Color information
#F1C239 (or 0xF1C239) is known color: Saffron. HEX triplet: F1, C2 and 39. RGB value is (241,194,57). Sum of RGB (Red+Green+Blue) = 241+194+57=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C239 is #0E3DC6. Grayscale: #C1C1C1. Windows color (decimal): -933319 or 3785457. OLE color: 3785457.
HSL color Cylindrical-coordinate representation of color #F1C239: hue angle of 44.67º 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 #F1C239 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 57 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.05 |
| HSL | 44.67º | 0.87% | 0.58% | - |
| HSV(B) | 44.67º | 0.76% | 0.95% | - |
| XYZ | 56.31 | 57.58 | 12.02 | - |
| YUV | 192.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 57 | 0 | 0.20 | 0.76 | 0.05 | 44.67 | 0.87 | 0.58 |
| Hex | F1 | C2 | 39 | 0 | 14 | 4C | 5 | 2D | 57 | 3A |
| Octal | 361 | 302 | 71 | 0 | 24 | 114 | 5 | 55 | 127 | 72 |
| Binary | 11110001 | 11000010 | 111001 | 0 | 10100 | 1001100 | 101 | 101101 | 1010111 | 111010 |
Color Harmonies of #F1C239
Complementary color
Monochromatic Colors of #F1C239
Black with #F1C239
Text Example
Text Example
White with #F1C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C239; }
p { color: rgb(241,194,57); }
H1.HeaderClassName
{
color: #F1C239;
}
.AnyTagClassName
{
color: #F1C239;
}
</style>
background-color css
<style>
a { background-color: #F1C239; }
a { background-color: rgb(241,194,57); }
div.DivClassName
{
background-color: #F1C239;
}
.BgClassName
{
background-color: #F1C239;
}
</style>
border-color css
<style>
span { border-color: #F1C239; }
span { border-color: rgb(241,194,57); }
td.TdClassName
{
border-color: #F1C239;
}
.TagClassName
{
border-color: #F1C239;
}
</style>