Shades of Saffron #F1C429
Tints of Saffron #F1C429
RGB
CMYK
RGB Variations
Color information
#F1C429 (or 0xF1C429) is known color: Saffron. HEX triplet: F1, C4 and 29. RGB value is (241,196,41). Sum of RGB (Red+Green+Blue) = 241+196+41=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C429 is #0E3BD6. Grayscale: #C0C0C0. Windows color (decimal): -932823 or 2737393. OLE color: 2737393.
HSL color Cylindrical-coordinate representation of color #F1C429: hue angle of 46.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1C429 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 41 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.05 |
| HSL | 46.5º | 0.88% | 0.55% | - |
| HSV(B) | 46.5º | 0.83% | 0.95% | - |
| XYZ | 56.42 | 58.34 | 10.39 | - |
| YUV | 191.79 | 42.91 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 41 | 0 | 0.19 | 0.83 | 0.05 | 46.5 | 0.88 | 0.55 |
| Hex | F1 | C4 | 29 | 0 | 13 | 53 | 5 | 2E | 58 | 37 |
| Octal | 361 | 304 | 51 | 0 | 23 | 123 | 5 | 56 | 130 | 67 |
| Binary | 11110001 | 11000100 | 101001 | 0 | 10011 | 1010011 | 101 | 101110 | 1011000 | 110111 |
Color Harmonies of #F1C429
Complementary color
Monochromatic Colors of #F1C429
Black with #F1C429
Text Example
Text Example
White with #F1C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C429; }
p { color: rgb(241,196,41); }
H1.HeaderClassName
{
color: #F1C429;
}
.AnyTagClassName
{
color: #F1C429;
}
</style>
background-color css
<style>
a { background-color: #F1C429; }
a { background-color: rgb(241,196,41); }
div.DivClassName
{
background-color: #F1C429;
}
.BgClassName
{
background-color: #F1C429;
}
</style>
border-color css
<style>
span { border-color: #F1C429; }
span { border-color: rgb(241,196,41); }
td.TdClassName
{
border-color: #F1C429;
}
.TagClassName
{
border-color: #F1C429;
}
</style>