Shades of Saffron #F0C737
Tints of Saffron #F0C737
RGB
CMYK
RGB Variations
Color information
#F0C737 (or 0xF0C737) is known color: Saffron. HEX triplet: F0, C7 and 37. RGB value is (240,199,55). Sum of RGB (Red+Green+Blue) = 240+199+55=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C737 is #0F38C8. Grayscale: #C3C3C3. Windows color (decimal): -997577 or 3655664. OLE color: 3655664.
HSL color Cylindrical-coordinate representation of color #F0C737: hue angle of 46.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0C737 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 55 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.06 |
| HSL | 46.7º | 0.86% | 0.58% | - |
| HSV(B) | 46.7º | 0.77% | 0.94% | - |
| XYZ | 57.05 | 59.65 | 12.12 | - |
| YUV | 194.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 55 | 0 | 0.17 | 0.77 | 0.06 | 46.7 | 0.86 | 0.58 |
| Hex | F0 | C7 | 37 | 0 | 11 | 4D | 6 | 2F | 56 | 3A |
| Octal | 360 | 307 | 67 | 0 | 21 | 115 | 6 | 57 | 126 | 72 |
| Binary | 11110000 | 11000111 | 110111 | 0 | 10001 | 1001101 | 110 | 101111 | 1010110 | 111010 |
Color Harmonies of #F0C737
Complementary color
Monochromatic Colors of #F0C737
Black with #F0C737
Text Example
Text Example
White with #F0C737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C737; }
p { color: rgb(240,199,55); }
H1.HeaderClassName
{
color: #F0C737;
}
.AnyTagClassName
{
color: #F0C737;
}
</style>
background-color css
<style>
a { background-color: #F0C737; }
a { background-color: rgb(240,199,55); }
div.DivClassName
{
background-color: #F0C737;
}
.BgClassName
{
background-color: #F0C737;
}
</style>
border-color css
<style>
span { border-color: #F0C737; }
span { border-color: rgb(240,199,55); }
td.TdClassName
{
border-color: #F0C737;
}
.TagClassName
{
border-color: #F0C737;
}
</style>