Shades of Saffron #F1C336
Tints of Saffron #F1C336
RGB
CMYK
RGB Variations
Color information
#F1C336 (or 0xF1C336) is known color: Saffron. HEX triplet: F1, C3 and 36. RGB value is (241,195,54). Sum of RGB (Red+Green+Blue) = 241+195+54=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C336 is #0E3CC9. Grayscale: #C1C1C1. Windows color (decimal): -933066 or 3589105. OLE color: 3589105.
HSL color Cylindrical-coordinate representation of color #F1C336: hue angle of 45.24º 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 #F1C336 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 54 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.05 |
| HSL | 45.24º | 0.87% | 0.58% | - |
| HSV(B) | 45.24º | 0.78% | 0.95% | - |
| XYZ | 56.46 | 58 | 11.71 | - |
| YUV | 192.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 54 | 0 | 0.19 | 0.78 | 0.05 | 45.24 | 0.87 | 0.58 |
| Hex | F1 | C3 | 36 | 0 | 13 | 4E | 5 | 2D | 57 | 3A |
| Octal | 361 | 303 | 66 | 0 | 23 | 116 | 5 | 55 | 127 | 72 |
| Binary | 11110001 | 11000011 | 110110 | 0 | 10011 | 1001110 | 101 | 101101 | 1010111 | 111010 |
Color Harmonies of #F1C336
Complementary color
Monochromatic Colors of #F1C336
Black with #F1C336
Text Example
Text Example
White with #F1C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C336; }
p { color: rgb(241,195,54); }
H1.HeaderClassName
{
color: #F1C336;
}
.AnyTagClassName
{
color: #F1C336;
}
</style>
background-color css
<style>
a { background-color: #F1C336; }
a { background-color: rgb(241,195,54); }
div.DivClassName
{
background-color: #F1C336;
}
.BgClassName
{
background-color: #F1C336;
}
</style>
border-color css
<style>
span { border-color: #F1C336; }
span { border-color: rgb(241,195,54); }
td.TdClassName
{
border-color: #F1C336;
}
.TagClassName
{
border-color: #F1C336;
}
</style>