Shades of Saffron #F4C637
Tints of Saffron #F4C637
RGB
CMYK
RGB Variations
Color information
#F4C637 (or 0xF4C637) is known color: Saffron. HEX triplet: F4, C6 and 37. RGB value is (244,198,55). Sum of RGB (Red+Green+Blue) = 244+198+55=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C637 is #0B39C8. Grayscale: #C4C4C4. Windows color (decimal): -735689 or 3655412. OLE color: 3655412.
HSL color Cylindrical-coordinate representation of color #F4C637: hue angle of 45.4º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4C637 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 55 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.04 |
| HSL | 45.4º | 0.9% | 0.59% | - |
| HSV(B) | 45.4º | 0.77% | 0.96% | - |
| XYZ | 58.19 | 59.9 | 12.11 | - |
| YUV | 195.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 55 | 0 | 0.19 | 0.77 | 0.04 | 45.4 | 0.9 | 0.59 |
| Hex | F4 | C6 | 37 | 0 | 13 | 4D | 4 | 2D | 5A | 3B |
| Octal | 364 | 306 | 67 | 0 | 23 | 115 | 4 | 55 | 132 | 73 |
| Binary | 11110100 | 11000110 | 110111 | 0 | 10011 | 1001101 | 100 | 101101 | 1011010 | 111011 |
Color Harmonies of #F4C637
Complementary color
Monochromatic Colors of #F4C637
Black with #F4C637
Text Example
Text Example
White with #F4C637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C637; }
p { color: rgb(244,198,55); }
H1.HeaderClassName
{
color: #F4C637;
}
.AnyTagClassName
{
color: #F4C637;
}
</style>
background-color css
<style>
a { background-color: #F4C637; }
a { background-color: rgb(244,198,55); }
div.DivClassName
{
background-color: #F4C637;
}
.BgClassName
{
background-color: #F4C637;
}
</style>
border-color css
<style>
span { border-color: #F4C637; }
span { border-color: rgb(244,198,55); }
td.TdClassName
{
border-color: #F4C637;
}
.TagClassName
{
border-color: #F4C637;
}
</style>