Shades of Saffron #F8C22E
Tints of Saffron #F8C22E
RGB
CMYK
RGB Variations
Color information
#F8C22E (or 0xF8C22E) is known color: Saffron. HEX triplet: F8, C2 and 2E. RGB value is (248,194,46). Sum of RGB (Red+Green+Blue) = 248+194+46=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C22E is #073DD1. Grayscale: #C1C1C1. Windows color (decimal): -474578 or 3064568. OLE color: 3064568.
HSL color Cylindrical-coordinate representation of color #F8C22E: hue angle of 43.96º 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 #F8C22E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 46 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.03 |
| HSL | 43.96º | 0.94% | 0.58% | - |
| HSV(B) | 43.96º | 0.81% | 0.97% | - |
| XYZ | 58.5 | 58.74 | 10.84 | - |
| YUV | 193.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 46 | 0 | 0.22 | 0.81 | 0.03 | 43.96 | 0.94 | 0.58 |
| Hex | F8 | C2 | 2E | 0 | 16 | 51 | 3 | 2C | 5E | 3A |
| Octal | 370 | 302 | 56 | 0 | 26 | 121 | 3 | 54 | 136 | 72 |
| Binary | 11111000 | 11000010 | 101110 | 0 | 10110 | 1010001 | 11 | 101100 | 1011110 | 111010 |
Color Harmonies of #F8C22E
Complementary color
Monochromatic Colors of #F8C22E
Black with #F8C22E
Text Example
Text Example
White with #F8C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C22E; }
p { color: rgb(248,194,46); }
H1.HeaderClassName
{
color: #F8C22E;
}
.AnyTagClassName
{
color: #F8C22E;
}
</style>
background-color css
<style>
a { background-color: #F8C22E; }
a { background-color: rgb(248,194,46); }
div.DivClassName
{
background-color: #F8C22E;
}
.BgClassName
{
background-color: #F8C22E;
}
</style>
border-color css
<style>
span { border-color: #F8C22E; }
span { border-color: rgb(248,194,46); }
td.TdClassName
{
border-color: #F8C22E;
}
.TagClassName
{
border-color: #F8C22E;
}
</style>