Shades of Saffron #F5C639
Tints of Saffron #F5C639
RGB
CMYK
RGB Variations
Color information
#F5C639 (or 0xF5C639) is known color: Saffron. HEX triplet: F5, C6 and 39. RGB value is (245,198,57). Sum of RGB (Red+Green+Blue) = 245+198+57=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C639 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C639 is #0A39C6. Grayscale: #C4C4C4. Windows color (decimal): -670151 or 3786485. OLE color: 3786485.
HSL color Cylindrical-coordinate representation of color #F5C639: hue angle of 45º 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 #F5C639 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 57 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.04 |
| HSL | 45º | 0.9% | 0.59% | - |
| HSV(B) | 45º | 0.77% | 0.96% | - |
| XYZ | 58.59 | 60.1 | 12.38 | - |
| YUV | 195.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 57 | 0 | 0.19 | 0.77 | 0.04 | 45 | 0.9 | 0.59 |
| Hex | F5 | C6 | 39 | 0 | 13 | 4D | 4 | 2D | 5A | 3B |
| Octal | 365 | 306 | 71 | 0 | 23 | 115 | 4 | 55 | 132 | 73 |
| Binary | 11110101 | 11000110 | 111001 | 0 | 10011 | 1001101 | 100 | 101101 | 1011010 | 111011 |
Color Harmonies of #F5C639
Complementary color
Monochromatic Colors of #F5C639
Black with #F5C639
Text Example
Text Example
White with #F5C639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C639; }
p { color: rgb(245,198,57); }
H1.HeaderClassName
{
color: #F5C639;
}
.AnyTagClassName
{
color: #F5C639;
}
</style>
background-color css
<style>
a { background-color: #F5C639; }
a { background-color: rgb(245,198,57); }
div.DivClassName
{
background-color: #F5C639;
}
.BgClassName
{
background-color: #F5C639;
}
</style>
border-color css
<style>
span { border-color: #F5C639; }
span { border-color: rgb(245,198,57); }
td.TdClassName
{
border-color: #F5C639;
}
.TagClassName
{
border-color: #F5C639;
}
</style>