Shades of Saffron #F8C92E
Tints of Saffron #F8C92E
RGB
CMYK
RGB Variations
Color information
#F8C92E (or 0xF8C92E) is known color: Saffron. HEX triplet: F8, C9 and 2E. RGB value is (248,201,46). Sum of RGB (Red+Green+Blue) = 248+201+46=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C92E is #0736D1. Grayscale: #C6C6C6. Windows color (decimal): -472786 or 3066360. OLE color: 3066360.
HSL color Cylindrical-coordinate representation of color #F8C92E: hue angle of 46.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8C92E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 46 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.03 |
| HSL | 46.04º | 0.94% | 0.58% | - |
| HSV(B) | 46.04º | 0.81% | 0.97% | - |
| XYZ | 60.09 | 61.93 | 11.37 | - |
| YUV | 197.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 46 | 0 | 0.19 | 0.81 | 0.03 | 46.04 | 0.94 | 0.58 |
| Hex | F8 | C9 | 2E | 0 | 13 | 51 | 3 | 2E | 5E | 3A |
| Octal | 370 | 311 | 56 | 0 | 23 | 121 | 3 | 56 | 136 | 72 |
| Binary | 11111000 | 11001001 | 101110 | 0 | 10011 | 1010001 | 11 | 101110 | 1011110 | 111010 |
Color Harmonies of #F8C92E
Complementary color
Monochromatic Colors of #F8C92E
Black with #F8C92E
Text Example
Text Example
White with #F8C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C92E; }
p { color: rgb(248,201,46); }
H1.HeaderClassName
{
color: #F8C92E;
}
.AnyTagClassName
{
color: #F8C92E;
}
</style>
background-color css
<style>
a { background-color: #F8C92E; }
a { background-color: rgb(248,201,46); }
div.DivClassName
{
background-color: #F8C92E;
}
.BgClassName
{
background-color: #F8C92E;
}
</style>
border-color css
<style>
span { border-color: #F8C92E; }
span { border-color: rgb(248,201,46); }
td.TdClassName
{
border-color: #F8C92E;
}
.TagClassName
{
border-color: #F8C92E;
}
</style>