Shades of Saffron #F7C428
Tints of Saffron #F7C428
RGB
CMYK
RGB Variations
Color information
#F7C428 (or 0xF7C428) is known color: Saffron. HEX triplet: F7, C4 and 28. RGB value is (247,196,40). Sum of RGB (Red+Green+Blue) = 247+196+40=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C428 is #083BD7. Grayscale: #C2C2C2. Windows color (decimal): -539608 or 2671863. OLE color: 2671863.
HSL color Cylindrical-coordinate representation of color #F7C428: hue angle of 45.22º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7C428 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 40 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.03 |
| HSL | 45.22º | 0.93% | 0.56% | - |
| HSV(B) | 45.22º | 0.84% | 0.97% | - |
| XYZ | 58.48 | 59.41 | 10.39 | - |
| YUV | 193.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 40 | 0 | 0.21 | 0.84 | 0.03 | 45.22 | 0.93 | 0.56 |
| Hex | F7 | C4 | 28 | 0 | 15 | 54 | 3 | 2D | 5D | 38 |
| Octal | 367 | 304 | 50 | 0 | 25 | 124 | 3 | 55 | 135 | 70 |
| Binary | 11110111 | 11000100 | 101000 | 0 | 10101 | 1010100 | 11 | 101101 | 1011101 | 111000 |
Color Harmonies of #F7C428
Complementary color
Monochromatic Colors of #F7C428
Black with #F7C428
Text Example
Text Example
White with #F7C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C428; }
p { color: rgb(247,196,40); }
H1.HeaderClassName
{
color: #F7C428;
}
.AnyTagClassName
{
color: #F7C428;
}
</style>
background-color css
<style>
a { background-color: #F7C428; }
a { background-color: rgb(247,196,40); }
div.DivClassName
{
background-color: #F7C428;
}
.BgClassName
{
background-color: #F7C428;
}
</style>
border-color css
<style>
span { border-color: #F7C428; }
span { border-color: rgb(247,196,40); }
td.TdClassName
{
border-color: #F7C428;
}
.TagClassName
{
border-color: #F7C428;
}
</style>