Shades of Saffron #F7C039
Tints of Saffron #F7C039
RGB
CMYK
RGB Variations
Color information
#F7C039 (or 0xF7C039) is known color: Saffron. HEX triplet: F7, C0 and 39. RGB value is (247,192,57). Sum of RGB (Red+Green+Blue) = 247+192+57=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 57 (22.66% from 255 or 11.49% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C039 is #083FC6. Grayscale: #C1C1C1. Windows color (decimal): -540615 or 3784951. OLE color: 3784951.
HSL color Cylindrical-coordinate representation of color #F7C039: hue angle of 42.63º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7C039 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 57 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.03 |
| HSL | 42.63º | 0.92% | 0.6% | - |
| HSV(B) | 42.63º | 0.77% | 0.97% | - |
| XYZ | 57.95 | 57.77 | 11.97 | - |
| YUV | 193.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 57 | 0 | 0.22 | 0.77 | 0.03 | 42.63 | 0.92 | 0.6 |
| Hex | F7 | C0 | 39 | 0 | 16 | 4D | 3 | 2B | 5C | 3C |
| Octal | 367 | 300 | 71 | 0 | 26 | 115 | 3 | 53 | 134 | 74 |
| Binary | 11110111 | 11000000 | 111001 | 0 | 10110 | 1001101 | 11 | 101011 | 1011100 | 111100 |
Color Harmonies of #F7C039
Complementary color
Monochromatic Colors of #F7C039
Black with #F7C039
Text Example
Text Example
White with #F7C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C039; }
p { color: rgb(247,192,57); }
H1.HeaderClassName
{
color: #F7C039;
}
.AnyTagClassName
{
color: #F7C039;
}
</style>
background-color css
<style>
a { background-color: #F7C039; }
a { background-color: rgb(247,192,57); }
div.DivClassName
{
background-color: #F7C039;
}
.BgClassName
{
background-color: #F7C039;
}
</style>
border-color css
<style>
span { border-color: #F7C039; }
span { border-color: rgb(247,192,57); }
td.TdClassName
{
border-color: #F7C039;
}
.TagClassName
{
border-color: #F7C039;
}
</style>