Shades of Kournikova #F8C95E
Tints of Kournikova #F8C95E
RGB
CMYK
RGB Variations
Color information
#F8C95E (or 0xF8C95E) is known color: Kournikova. HEX triplet: F8, C9 and 5E. RGB value is (248,201,94). Sum of RGB (Red+Green+Blue) = 248+201+94=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C95E is #0736A1. Grayscale: #CBCBCB. Windows color (decimal): -472738 or 6212088. OLE color: 6212088.
HSL color Cylindrical-coordinate representation of color #F8C95E: hue angle of 41.69º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8C95E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 94 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.03 |
| HSL | 41.69º | 0.92% | 0.67% | - |
| HSV(B) | 41.69º | 0.62% | 0.97% | - |
| XYZ | 61.62 | 62.54 | 19.41 | - |
| YUV | 202.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 94 | 0 | 0.19 | 0.62 | 0.03 | 41.69 | 0.92 | 0.67 |
| Hex | F8 | C9 | 5E | 0 | 13 | 3E | 3 | 2A | 5C | 43 |
| Octal | 370 | 311 | 136 | 0 | 23 | 76 | 3 | 52 | 134 | 103 |
| Binary | 11111000 | 11001001 | 1011110 | 0 | 10011 | 111110 | 11 | 101010 | 1011100 | 1000011 |
Color Harmonies of #F8C95E
Complementary color
Monochromatic Colors of #F8C95E
Black with #F8C95E
Text Example
Text Example
White with #F8C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C95E; }
p { color: rgb(248,201,94); }
H1.HeaderClassName
{
color: #F8C95E;
}
.AnyTagClassName
{
color: #F8C95E;
}
</style>
background-color css
<style>
a { background-color: #F8C95E; }
a { background-color: rgb(248,201,94); }
div.DivClassName
{
background-color: #F8C95E;
}
.BgClassName
{
background-color: #F8C95E;
}
</style>
border-color css
<style>
span { border-color: #F8C95E; }
span { border-color: rgb(248,201,94); }
td.TdClassName
{
border-color: #F8C95E;
}
.TagClassName
{
border-color: #F8C95E;
}
</style>