Shades of Saffron #F7C437
Tints of Saffron #F7C437
RGB
CMYK
RGB Variations
Color information
#F7C437 (or 0xF7C437) is known color: Saffron. HEX triplet: F7, C4 and 37. RGB value is (247,196,55). Sum of RGB (Red+Green+Blue) = 247+196+55=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C437 is #083BC8. Grayscale: #C3C3C3. Windows color (decimal): -539593 or 3654903. OLE color: 3654903.
HSL color Cylindrical-coordinate representation of color #F7C437: hue angle of 44.06º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7C437 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 55 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.03 |
| HSL | 44.06º | 0.92% | 0.59% | - |
| HSV(B) | 44.06º | 0.78% | 0.97% | - |
| XYZ | 58.79 | 59.53 | 12.01 | - |
| YUV | 195.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 55 | 0 | 0.21 | 0.78 | 0.03 | 44.06 | 0.92 | 0.59 |
| Hex | F7 | C4 | 37 | 0 | 15 | 4E | 3 | 2C | 5C | 3B |
| Octal | 367 | 304 | 67 | 0 | 25 | 116 | 3 | 54 | 134 | 73 |
| Binary | 11110111 | 11000100 | 110111 | 0 | 10101 | 1001110 | 11 | 101100 | 1011100 | 111011 |
Color Harmonies of #F7C437
Complementary color
Monochromatic Colors of #F7C437
Black with #F7C437
Text Example
Text Example
White with #F7C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C437; }
p { color: rgb(247,196,55); }
H1.HeaderClassName
{
color: #F7C437;
}
.AnyTagClassName
{
color: #F7C437;
}
</style>
background-color css
<style>
a { background-color: #F7C437; }
a { background-color: rgb(247,196,55); }
div.DivClassName
{
background-color: #F7C437;
}
.BgClassName
{
background-color: #F7C437;
}
</style>
border-color css
<style>
span { border-color: #F7C437; }
span { border-color: rgb(247,196,55); }
td.TdClassName
{
border-color: #F7C437;
}
.TagClassName
{
border-color: #F7C437;
}
</style>