Shades of Saffron #F5C737
Tints of Saffron #F5C737
RGB
CMYK
RGB Variations
Color information
#F5C737 (or 0xF5C737) is known color: Saffron. HEX triplet: F5, C7 and 37. RGB value is (245,199,55). Sum of RGB (Red+Green+Blue) = 245+199+55=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C737 is #0A38C8. Grayscale: #C4C4C4. Windows color (decimal): -669897 or 3655669. OLE color: 3655669.
HSL color Cylindrical-coordinate representation of color #F5C737: hue angle of 45.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5C737 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.04 |
| HSL | 45.47º | 0.9% | 0.59% | - |
| HSV(B) | 45.47º | 0.78% | 0.96% | - |
| XYZ | 58.77 | 60.54 | 12.2 | - |
| YUV | 196.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 55 | 0 | 0.19 | 0.78 | 0.04 | 45.47 | 0.9 | 0.59 |
| Hex | F5 | C7 | 37 | 0 | 13 | 4E | 4 | 2D | 5A | 3B |
| Octal | 365 | 307 | 67 | 0 | 23 | 116 | 4 | 55 | 132 | 73 |
| Binary | 11110101 | 11000111 | 110111 | 0 | 10011 | 1001110 | 100 | 101101 | 1011010 | 111011 |
Color Harmonies of #F5C737
Complementary color
Monochromatic Colors of #F5C737
Black with #F5C737
Text Example
Text Example
White with #F5C737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C737; }
p { color: rgb(245,199,55); }
H1.HeaderClassName
{
color: #F5C737;
}
.AnyTagClassName
{
color: #F5C737;
}
</style>
background-color css
<style>
a { background-color: #F5C737; }
a { background-color: rgb(245,199,55); }
div.DivClassName
{
background-color: #F5C737;
}
.BgClassName
{
background-color: #F5C737;
}
</style>
border-color css
<style>
span { border-color: #F5C737; }
span { border-color: rgb(245,199,55); }
td.TdClassName
{
border-color: #F5C737;
}
.TagClassName
{
border-color: #F5C737;
}
</style>