Shades of Saffron #F7C031
Tints of Saffron #F7C031
RGB
CMYK
RGB Variations
Color information
#F7C031 (or 0xF7C031) is known color: Saffron. HEX triplet: F7, C0 and 31. RGB value is (247,192,49). Sum of RGB (Red+Green+Blue) = 247+192+49=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C031 is #083FCE. Grayscale: #C0C0C0. Windows color (decimal): -540623 or 3260663. OLE color: 3260663.
HSL color Cylindrical-coordinate representation of color #F7C031: hue angle of 43.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7C031 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.03 |
| HSL | 43.33º | 0.93% | 0.58% | - |
| HSV(B) | 43.33º | 0.8% | 0.97% | - |
| XYZ | 57.76 | 57.7 | 11 | - |
| YUV | 192.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 49 | 0 | 0.22 | 0.80 | 0.03 | 43.33 | 0.93 | 0.58 |
| Hex | F7 | C0 | 31 | 0 | 16 | 50 | 3 | 2B | 5D | 3A |
| Octal | 367 | 300 | 61 | 0 | 26 | 120 | 3 | 53 | 135 | 72 |
| Binary | 11110111 | 11000000 | 110001 | 0 | 10110 | 1010000 | 11 | 101011 | 1011101 | 111010 |
Color Harmonies of #F7C031
Complementary color
Monochromatic Colors of #F7C031
Black with #F7C031
Text Example
Text Example
White with #F7C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C031; }
p { color: rgb(247,192,49); }
H1.HeaderClassName
{
color: #F7C031;
}
.AnyTagClassName
{
color: #F7C031;
}
</style>
background-color css
<style>
a { background-color: #F7C031; }
a { background-color: rgb(247,192,49); }
div.DivClassName
{
background-color: #F7C031;
}
.BgClassName
{
background-color: #F7C031;
}
</style>
border-color css
<style>
span { border-color: #F7C031; }
span { border-color: rgb(247,192,49); }
td.TdClassName
{
border-color: #F7C031;
}
.TagClassName
{
border-color: #F7C031;
}
</style>