Shades of Saffron #F1C033
Tints of Saffron #F1C033
RGB
CMYK
RGB Variations
Color information
#F1C033 (or 0xF1C033) is known color: Saffron. HEX triplet: F1, C0 and 33. RGB value is (241,192,51). Sum of RGB (Red+Green+Blue) = 241+192+51=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C033 is #0E3FCC. Grayscale: #BFBFBF. Windows color (decimal): -933837 or 3391729. OLE color: 3391729.
HSL color Cylindrical-coordinate representation of color #F1C033: hue angle of 44.53º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1C033 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 51 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.05 |
| HSL | 44.53º | 0.87% | 0.57% | - |
| HSV(B) | 44.53º | 0.79% | 0.95% | - |
| XYZ | 55.72 | 56.64 | 11.13 | - |
| YUV | 190.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 51 | 0 | 0.20 | 0.79 | 0.05 | 44.53 | 0.87 | 0.57 |
| Hex | F1 | C0 | 33 | 0 | 14 | 4F | 5 | 2D | 57 | 39 |
| Octal | 361 | 300 | 63 | 0 | 24 | 117 | 5 | 55 | 127 | 71 |
| Binary | 11110001 | 11000000 | 110011 | 0 | 10100 | 1001111 | 101 | 101101 | 1010111 | 111001 |
Color Harmonies of #F1C033
Complementary color
Monochromatic Colors of #F1C033
Black with #F1C033
Text Example
Text Example
White with #F1C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C033; }
p { color: rgb(241,192,51); }
H1.HeaderClassName
{
color: #F1C033;
}
.AnyTagClassName
{
color: #F1C033;
}
</style>
background-color css
<style>
a { background-color: #F1C033; }
a { background-color: rgb(241,192,51); }
div.DivClassName
{
background-color: #F1C033;
}
.BgClassName
{
background-color: #F1C033;
}
</style>
border-color css
<style>
span { border-color: #F1C033; }
span { border-color: rgb(241,192,51); }
td.TdClassName
{
border-color: #F1C033;
}
.TagClassName
{
border-color: #F1C033;
}
</style>