Shades of Saffron #F1C035
Tints of Saffron #F1C035
RGB
CMYK
RGB Variations
Color information
#F1C035 (or 0xF1C035) is known color: Saffron. HEX triplet: F1, C0 and 35. RGB value is (241,192,53). Sum of RGB (Red+Green+Blue) = 241+192+53=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C035 is #0E3FCA. Grayscale: #BFBFBF. Windows color (decimal): -933835 or 3522801. OLE color: 3522801.
HSL color Cylindrical-coordinate representation of color #F1C035: hue angle of 44.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1C035 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 53 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.05 |
| HSL | 44.36º | 0.87% | 0.58% | - |
| HSV(B) | 44.36º | 0.78% | 0.95% | - |
| XYZ | 55.77 | 56.66 | 11.36 | - |
| YUV | 190.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 53 | 0 | 0.20 | 0.78 | 0.05 | 44.36 | 0.87 | 0.58 |
| Hex | F1 | C0 | 35 | 0 | 14 | 4E | 5 | 2C | 57 | 3A |
| Octal | 361 | 300 | 65 | 0 | 24 | 116 | 5 | 54 | 127 | 72 |
| Binary | 11110001 | 11000000 | 110101 | 0 | 10100 | 1001110 | 101 | 101100 | 1010111 | 111010 |
Color Harmonies of #F1C035
Complementary color
Monochromatic Colors of #F1C035
Black with #F1C035
Text Example
Text Example
White with #F1C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C035; }
p { color: rgb(241,192,53); }
H1.HeaderClassName
{
color: #F1C035;
}
.AnyTagClassName
{
color: #F1C035;
}
</style>
background-color css
<style>
a { background-color: #F1C035; }
a { background-color: rgb(241,192,53); }
div.DivClassName
{
background-color: #F1C035;
}
.BgClassName
{
background-color: #F1C035;
}
</style>
border-color css
<style>
span { border-color: #F1C035; }
span { border-color: rgb(241,192,53); }
td.TdClassName
{
border-color: #F1C035;
}
.TagClassName
{
border-color: #F1C035;
}
</style>