Shades of Saffron #F7C62E
Tints of Saffron #F7C62E
RGB
CMYK
RGB Variations
Color information
#F7C62E (or 0xF7C62E) is known color: Saffron. HEX triplet: F7, C6 and 2E. RGB value is (247,198,46). Sum of RGB (Red+Green+Blue) = 247+198+46=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C62E is #0839D1. Grayscale: #C3C3C3. Windows color (decimal): -539090 or 3065591. OLE color: 3065591.
HSL color Cylindrical-coordinate representation of color #F7C62E: hue angle of 45.37º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7C62E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.03 |
| HSL | 45.37º | 0.93% | 0.57% | - |
| HSV(B) | 45.37º | 0.81% | 0.97% | - |
| XYZ | 59.05 | 60.36 | 11.12 | - |
| YUV | 195.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 46 | 0 | 0.20 | 0.81 | 0.03 | 45.37 | 0.93 | 0.57 |
| Hex | F7 | C6 | 2E | 0 | 14 | 51 | 3 | 2D | 5D | 39 |
| Octal | 367 | 306 | 56 | 0 | 24 | 121 | 3 | 55 | 135 | 71 |
| Binary | 11110111 | 11000110 | 101110 | 0 | 10100 | 1010001 | 11 | 101101 | 1011101 | 111001 |
Color Harmonies of #F7C62E
Complementary color
Monochromatic Colors of #F7C62E
Black with #F7C62E
Text Example
Text Example
White with #F7C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C62E; }
p { color: rgb(247,198,46); }
H1.HeaderClassName
{
color: #F7C62E;
}
.AnyTagClassName
{
color: #F7C62E;
}
</style>
background-color css
<style>
a { background-color: #F7C62E; }
a { background-color: rgb(247,198,46); }
div.DivClassName
{
background-color: #F7C62E;
}
.BgClassName
{
background-color: #F7C62E;
}
</style>
border-color css
<style>
span { border-color: #F7C62E; }
span { border-color: rgb(247,198,46); }
td.TdClassName
{
border-color: #F7C62E;
}
.TagClassName
{
border-color: #F7C62E;
}
</style>