Shades of Saffron #F5C92E
Tints of Saffron #F5C92E
RGB
CMYK
RGB Variations
Color information
#F5C92E (or 0xF5C92E) is known color: Saffron. HEX triplet: F5, C9 and 2E. RGB value is (245,201,46). Sum of RGB (Red+Green+Blue) = 245+201+46=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C92E is #0A36D1. Grayscale: #C5C5C5. Windows color (decimal): -669394 or 3066357. OLE color: 3066357.
HSL color Cylindrical-coordinate representation of color #F5C92E: hue angle of 46.73º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5C92E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.04 |
| HSL | 46.73º | 0.91% | 0.57% | - |
| HSV(B) | 46.73º | 0.81% | 0.96% | - |
| XYZ | 59.04 | 61.38 | 11.32 | - |
| YUV | 196.49 | 43.08 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 46 | 0 | 0.18 | 0.81 | 0.04 | 46.73 | 0.91 | 0.57 |
| Hex | F5 | C9 | 2E | 0 | 12 | 51 | 4 | 2F | 5B | 39 |
| Octal | 365 | 311 | 56 | 0 | 22 | 121 | 4 | 57 | 133 | 71 |
| Binary | 11110101 | 11001001 | 101110 | 0 | 10010 | 1010001 | 100 | 101111 | 1011011 | 111001 |
Color Harmonies of #F5C92E
Complementary color
Monochromatic Colors of #F5C92E
Black with #F5C92E
Text Example
Text Example
White with #F5C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C92E; }
p { color: rgb(245,201,46); }
H1.HeaderClassName
{
color: #F5C92E;
}
.AnyTagClassName
{
color: #F5C92E;
}
</style>
background-color css
<style>
a { background-color: #F5C92E; }
a { background-color: rgb(245,201,46); }
div.DivClassName
{
background-color: #F5C92E;
}
.BgClassName
{
background-color: #F5C92E;
}
</style>
border-color css
<style>
span { border-color: #F5C92E; }
span { border-color: rgb(245,201,46); }
td.TdClassName
{
border-color: #F5C92E;
}
.TagClassName
{
border-color: #F5C92E;
}
</style>