Shades of Saffron #F5C92F
Tints of Saffron #F5C92F
RGB
CMYK
RGB Variations
Color information
#F5C92F (or 0xF5C92F) is known color: Saffron. HEX triplet: F5, C9 and 2F. RGB value is (245,201,47). Sum of RGB (Red+Green+Blue) = 245+201+47=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C92F is #0A36D0. Grayscale: #C5C5C5. Windows color (decimal): -669393 or 3131893. OLE color: 3131893.
HSL color Cylindrical-coordinate representation of color #F5C92F: hue angle of 46.67º 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 #F5C92F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 47 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.04 |
| HSL | 46.67º | 0.91% | 0.57% | - |
| HSV(B) | 46.67º | 0.81% | 0.96% | - |
| XYZ | 59.06 | 61.39 | 11.43 | - |
| YUV | 196.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 47 | 0 | 0.18 | 0.81 | 0.04 | 46.67 | 0.91 | 0.57 |
| Hex | F5 | C9 | 2F | 0 | 12 | 51 | 4 | 2F | 5B | 39 |
| Octal | 365 | 311 | 57 | 0 | 22 | 121 | 4 | 57 | 133 | 71 |
| Binary | 11110101 | 11001001 | 101111 | 0 | 10010 | 1010001 | 100 | 101111 | 1011011 | 111001 |
Color Harmonies of #F5C92F
Complementary color
Monochromatic Colors of #F5C92F
Black with #F5C92F
Text Example
Text Example
White with #F5C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C92F; }
p { color: rgb(245,201,47); }
H1.HeaderClassName
{
color: #F5C92F;
}
.AnyTagClassName
{
color: #F5C92F;
}
</style>
background-color css
<style>
a { background-color: #F5C92F; }
a { background-color: rgb(245,201,47); }
div.DivClassName
{
background-color: #F5C92F;
}
.BgClassName
{
background-color: #F5C92F;
}
</style>
border-color css
<style>
span { border-color: #F5C92F; }
span { border-color: rgb(245,201,47); }
td.TdClassName
{
border-color: #F5C92F;
}
.TagClassName
{
border-color: #F5C92F;
}
</style>