Shades of Saffron #F5C136
Tints of Saffron #F5C136
RGB
CMYK
RGB Variations
Color information
#F5C136 (or 0xF5C136) is known color: Saffron. HEX triplet: F5, C1 and 36. RGB value is (245,193,54). Sum of RGB (Red+Green+Blue) = 245+193+54=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C136 is #0A3EC9. Grayscale: #C1C1C1. Windows color (decimal): -671434 or 3588597. OLE color: 3588597.
HSL color Cylindrical-coordinate representation of color #F5C136: hue angle of 43.66º degrees, saturation: 0.91, 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 #F5C136 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 54 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.04 |
| HSL | 43.66º | 0.91% | 0.59% | - |
| HSV(B) | 43.66º | 0.78% | 0.96% | - |
| XYZ | 57.39 | 57.82 | 11.63 | - |
| YUV | 192.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 54 | 0 | 0.21 | 0.78 | 0.04 | 43.66 | 0.91 | 0.59 |
| Hex | F5 | C1 | 36 | 0 | 15 | 4E | 4 | 2C | 5B | 3B |
| Octal | 365 | 301 | 66 | 0 | 25 | 116 | 4 | 54 | 133 | 73 |
| Binary | 11110101 | 11000001 | 110110 | 0 | 10101 | 1001110 | 100 | 101100 | 1011011 | 111011 |
Color Harmonies of #F5C136
Complementary color
Monochromatic Colors of #F5C136
Black with #F5C136
Text Example
Text Example
White with #F5C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C136; }
p { color: rgb(245,193,54); }
H1.HeaderClassName
{
color: #F5C136;
}
.AnyTagClassName
{
color: #F5C136;
}
</style>
background-color css
<style>
a { background-color: #F5C136; }
a { background-color: rgb(245,193,54); }
div.DivClassName
{
background-color: #F5C136;
}
.BgClassName
{
background-color: #F5C136;
}
</style>
border-color css
<style>
span { border-color: #F5C136; }
span { border-color: rgb(245,193,54); }
td.TdClassName
{
border-color: #F5C136;
}
.TagClassName
{
border-color: #F5C136;
}
</style>