Shades of Saffron #F5C039
Tints of Saffron #F5C039
RGB
CMYK
RGB Variations
Color information
#F5C039 (or 0xF5C039) is known color: Saffron. HEX triplet: F5, C0 and 39. RGB value is (245,192,57). Sum of RGB (Red+Green+Blue) = 245+192+57=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C039 is #0A3FC6. Grayscale: #C1C1C1. Windows color (decimal): -671687 or 3784949. OLE color: 3784949.
HSL color Cylindrical-coordinate representation of color #F5C039: hue angle of 43.09º 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 #F5C039 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 57 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.04 |
| HSL | 43.09º | 0.9% | 0.59% | - |
| HSV(B) | 43.09º | 0.77% | 0.96% | - |
| XYZ | 57.24 | 57.41 | 11.93 | - |
| YUV | 192.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 57 | 0 | 0.22 | 0.77 | 0.04 | 43.09 | 0.9 | 0.59 |
| Hex | F5 | C0 | 39 | 0 | 16 | 4D | 4 | 2B | 5A | 3B |
| Octal | 365 | 300 | 71 | 0 | 26 | 115 | 4 | 53 | 132 | 73 |
| Binary | 11110101 | 11000000 | 111001 | 0 | 10110 | 1001101 | 100 | 101011 | 1011010 | 111011 |
Color Harmonies of #F5C039
Complementary color
Monochromatic Colors of #F5C039
Black with #F5C039
Text Example
Text Example
White with #F5C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C039; }
p { color: rgb(245,192,57); }
H1.HeaderClassName
{
color: #F5C039;
}
.AnyTagClassName
{
color: #F5C039;
}
</style>
background-color css
<style>
a { background-color: #F5C039; }
a { background-color: rgb(245,192,57); }
div.DivClassName
{
background-color: #F5C039;
}
.BgClassName
{
background-color: #F5C039;
}
</style>
border-color css
<style>
span { border-color: #F5C039; }
span { border-color: rgb(245,192,57); }
td.TdClassName
{
border-color: #F5C039;
}
.TagClassName
{
border-color: #F5C039;
}
</style>