Shades of Saffron #F1C436
Tints of Saffron #F1C436
RGB
CMYK
RGB Variations
Color information
#F1C436 (or 0xF1C436) is known color: Saffron. HEX triplet: F1, C4 and 36. RGB value is (241,196,54). Sum of RGB (Red+Green+Blue) = 241+196+54=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C436 is #0E3BC9. Grayscale: #C1C1C1. Windows color (decimal): -932810 or 3589361. OLE color: 3589361.
HSL color Cylindrical-coordinate representation of color #F1C436: hue angle of 45.56º 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 #F1C436 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 54 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.05 |
| HSL | 45.56º | 0.87% | 0.58% | - |
| HSV(B) | 45.56º | 0.78% | 0.95% | - |
| XYZ | 56.68 | 58.45 | 11.78 | - |
| YUV | 193.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 54 | 0 | 0.19 | 0.78 | 0.05 | 45.56 | 0.87 | 0.58 |
| Hex | F1 | C4 | 36 | 0 | 13 | 4E | 5 | 2E | 57 | 3A |
| Octal | 361 | 304 | 66 | 0 | 23 | 116 | 5 | 56 | 127 | 72 |
| Binary | 11110001 | 11000100 | 110110 | 0 | 10011 | 1001110 | 101 | 101110 | 1010111 | 111010 |
Color Harmonies of #F1C436
Complementary color
Monochromatic Colors of #F1C436
Black with #F1C436
Text Example
Text Example
White with #F1C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C436; }
p { color: rgb(241,196,54); }
H1.HeaderClassName
{
color: #F1C436;
}
.AnyTagClassName
{
color: #F1C436;
}
</style>
background-color css
<style>
a { background-color: #F1C436; }
a { background-color: rgb(241,196,54); }
div.DivClassName
{
background-color: #F1C436;
}
.BgClassName
{
background-color: #F1C436;
}
</style>
border-color css
<style>
span { border-color: #F1C436; }
span { border-color: rgb(241,196,54); }
td.TdClassName
{
border-color: #F1C436;
}
.TagClassName
{
border-color: #F1C436;
}
</style>