Shades of Saffron #F7C92E
Tints of Saffron #F7C92E
RGB
CMYK
RGB Variations
Color information
#F7C92E (or 0xF7C92E) is known color: Saffron. HEX triplet: F7, C9 and 2E. RGB value is (247,201,46). Sum of RGB (Red+Green+Blue) = 247+201+46=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C92E is #0836D1. Grayscale: #C5C5C5. Windows color (decimal): -538322 or 3066359. OLE color: 3066359.
HSL color Cylindrical-coordinate representation of color #F7C92E: hue angle of 46.27º 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 #F7C92E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 46 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.03 |
| HSL | 46.27º | 0.93% | 0.57% | - |
| HSV(B) | 46.27º | 0.81% | 0.97% | - |
| XYZ | 59.74 | 61.74 | 11.35 | - |
| YUV | 197.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 46 | 0 | 0.19 | 0.81 | 0.03 | 46.27 | 0.93 | 0.57 |
| Hex | F7 | C9 | 2E | 0 | 13 | 51 | 3 | 2E | 5D | 39 |
| Octal | 367 | 311 | 56 | 0 | 23 | 121 | 3 | 56 | 135 | 71 |
| Binary | 11110111 | 11001001 | 101110 | 0 | 10011 | 1010001 | 11 | 101110 | 1011101 | 111001 |
Color Harmonies of #F7C92E
Complementary color
Monochromatic Colors of #F7C92E
Black with #F7C92E
Text Example
Text Example
White with #F7C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C92E; }
p { color: rgb(247,201,46); }
H1.HeaderClassName
{
color: #F7C92E;
}
.AnyTagClassName
{
color: #F7C92E;
}
</style>
background-color css
<style>
a { background-color: #F7C92E; }
a { background-color: rgb(247,201,46); }
div.DivClassName
{
background-color: #F7C92E;
}
.BgClassName
{
background-color: #F7C92E;
}
</style>
border-color css
<style>
span { border-color: #F7C92E; }
span { border-color: rgb(247,201,46); }
td.TdClassName
{
border-color: #F7C92E;
}
.TagClassName
{
border-color: #F7C92E;
}
</style>