Shades of Saffron #F1C435
Tints of Saffron #F1C435
RGB
CMYK
RGB Variations
Color information
#F1C435 (or 0xF1C435) is known color: Saffron. HEX triplet: F1, C4 and 35. RGB value is (241,196,53). Sum of RGB (Red+Green+Blue) = 241+196+53=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C435 is #0E3BCA. Grayscale: #C1C1C1. Windows color (decimal): -932811 or 3523825. OLE color: 3523825.
HSL color Cylindrical-coordinate representation of color #F1C435: hue angle of 45.64º 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 #F1C435 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 53 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.05 |
| HSL | 45.64º | 0.87% | 0.58% | - |
| HSV(B) | 45.64º | 0.78% | 0.95% | - |
| XYZ | 56.66 | 58.44 | 11.66 | - |
| YUV | 193.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 53 | 0 | 0.19 | 0.78 | 0.05 | 45.64 | 0.87 | 0.58 |
| Hex | F1 | C4 | 35 | 0 | 13 | 4E | 5 | 2E | 57 | 3A |
| Octal | 361 | 304 | 65 | 0 | 23 | 116 | 5 | 56 | 127 | 72 |
| Binary | 11110001 | 11000100 | 110101 | 0 | 10011 | 1001110 | 101 | 101110 | 1010111 | 111010 |
Color Harmonies of #F1C435
Complementary color
Monochromatic Colors of #F1C435
Black with #F1C435
Text Example
Text Example
White with #F1C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C435; }
p { color: rgb(241,196,53); }
H1.HeaderClassName
{
color: #F1C435;
}
.AnyTagClassName
{
color: #F1C435;
}
</style>
background-color css
<style>
a { background-color: #F1C435; }
a { background-color: rgb(241,196,53); }
div.DivClassName
{
background-color: #F1C435;
}
.BgClassName
{
background-color: #F1C435;
}
</style>
border-color css
<style>
span { border-color: #F1C435; }
span { border-color: rgb(241,196,53); }
td.TdClassName
{
border-color: #F1C435;
}
.TagClassName
{
border-color: #F1C435;
}
</style>