Shades of Saffron #F5C429
Tints of Saffron #F5C429
RGB
CMYK
RGB Variations
Color information
#F5C429 (or 0xF5C429) is known color: Saffron. HEX triplet: F5, C4 and 29. RGB value is (245,196,41). Sum of RGB (Red+Green+Blue) = 245+196+41=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C429 is #0A3BD6. Grayscale: #C1C1C1. Windows color (decimal): -670679 or 2737397. OLE color: 2737397.
HSL color Cylindrical-coordinate representation of color #F5C429: hue angle of 45.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5C429 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 41 | - |
| CMYK | 0 | 0.2 | 0.83 | 0.04 |
| HSL | 45.59º | 0.91% | 0.56% | - |
| HSV(B) | 45.59º | 0.83% | 0.96% | - |
| XYZ | 57.8 | 59.05 | 10.45 | - |
| YUV | 192.98 | 42.23 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 41 | 0 | 0.2 | 0.83 | 0.04 | 45.59 | 0.91 | 0.56 |
| Hex | F5 | C4 | 29 | 0 | 14 | 53 | 4 | 2E | 5B | 38 |
| Octal | 365 | 304 | 51 | 0 | 24 | 123 | 4 | 56 | 133 | 70 |
| Binary | 11110101 | 11000100 | 101001 | 0 | 10100 | 1010011 | 100 | 101110 | 1011011 | 111000 |
Color Harmonies of #F5C429
Complementary color
Monochromatic Colors of #F5C429
Black with #F5C429
Text Example
Text Example
White with #F5C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C429; }
p { color: rgb(245,196,41); }
H1.HeaderClassName
{
color: #F5C429;
}
.AnyTagClassName
{
color: #F5C429;
}
</style>
background-color css
<style>
a { background-color: #F5C429; }
a { background-color: rgb(245,196,41); }
div.DivClassName
{
background-color: #F5C429;
}
.BgClassName
{
background-color: #F5C429;
}
</style>
border-color css
<style>
span { border-color: #F5C429; }
span { border-color: rgb(245,196,41); }
td.TdClassName
{
border-color: #F5C429;
}
.TagClassName
{
border-color: #F5C429;
}
</style>