Shades of Saffron #F7C62F
Tints of Saffron #F7C62F
RGB
CMYK
RGB Variations
Color information
#F7C62F (or 0xF7C62F) is known color: Saffron. HEX triplet: F7, C6 and 2F. RGB value is (247,198,47). Sum of RGB (Red+Green+Blue) = 247+198+47=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C62F is #0839D0. Grayscale: #C4C4C4. Windows color (decimal): -539089 or 3131127. OLE color: 3131127.
HSL color Cylindrical-coordinate representation of color #F7C62F: hue angle of 45.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7C62F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 47 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.03 |
| HSL | 45.3º | 0.93% | 0.58% | - |
| HSV(B) | 45.3º | 0.81% | 0.97% | - |
| XYZ | 59.06 | 60.37 | 11.23 | - |
| YUV | 195.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 47 | 0 | 0.20 | 0.81 | 0.03 | 45.3 | 0.93 | 0.58 |
| Hex | F7 | C6 | 2F | 0 | 14 | 51 | 3 | 2D | 5D | 3A |
| Octal | 367 | 306 | 57 | 0 | 24 | 121 | 3 | 55 | 135 | 72 |
| Binary | 11110111 | 11000110 | 101111 | 0 | 10100 | 1010001 | 11 | 101101 | 1011101 | 111010 |
Color Harmonies of #F7C62F
Complementary color
Monochromatic Colors of #F7C62F
Black with #F7C62F
Text Example
Text Example
White with #F7C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C62F; }
p { color: rgb(247,198,47); }
H1.HeaderClassName
{
color: #F7C62F;
}
.AnyTagClassName
{
color: #F7C62F;
}
</style>
background-color css
<style>
a { background-color: #F7C62F; }
a { background-color: rgb(247,198,47); }
div.DivClassName
{
background-color: #F7C62F;
}
.BgClassName
{
background-color: #F7C62F;
}
</style>
border-color css
<style>
span { border-color: #F7C62F; }
span { border-color: rgb(247,198,47); }
td.TdClassName
{
border-color: #F7C62F;
}
.TagClassName
{
border-color: #F7C62F;
}
</style>