Shades of Saffron #F7C429
Tints of Saffron #F7C429
RGB
CMYK
RGB Variations
Color information
#F7C429 (or 0xF7C429) is known color: Saffron. HEX triplet: F7, C4 and 29. RGB value is (247,196,41). Sum of RGB (Red+Green+Blue) = 247+196+41=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C429 is #083BD6. Grayscale: #C2C2C2. Windows color (decimal): -539607 or 2737399. OLE color: 2737399.
HSL color Cylindrical-coordinate representation of color #F7C429: hue angle of 45.15º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7C429 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 41 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.03 |
| HSL | 45.15º | 0.93% | 0.56% | - |
| HSV(B) | 45.15º | 0.83% | 0.97% | - |
| XYZ | 58.5 | 59.41 | 10.48 | - |
| YUV | 193.58 | 41.9 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 41 | 0 | 0.21 | 0.83 | 0.03 | 45.15 | 0.93 | 0.56 |
| Hex | F7 | C4 | 29 | 0 | 15 | 53 | 3 | 2D | 5D | 38 |
| Octal | 367 | 304 | 51 | 0 | 25 | 123 | 3 | 55 | 135 | 70 |
| Binary | 11110111 | 11000100 | 101001 | 0 | 10101 | 1010011 | 11 | 101101 | 1011101 | 111000 |
Color Harmonies of #F7C429
Complementary color
Monochromatic Colors of #F7C429
Black with #F7C429
Text Example
Text Example
White with #F7C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C429; }
p { color: rgb(247,196,41); }
H1.HeaderClassName
{
color: #F7C429;
}
.AnyTagClassName
{
color: #F7C429;
}
</style>
background-color css
<style>
a { background-color: #F7C429; }
a { background-color: rgb(247,196,41); }
div.DivClassName
{
background-color: #F7C429;
}
.BgClassName
{
background-color: #F7C429;
}
</style>
border-color css
<style>
span { border-color: #F7C429; }
span { border-color: rgb(247,196,41); }
td.TdClassName
{
border-color: #F7C429;
}
.TagClassName
{
border-color: #F7C429;
}
</style>