Shades of Kournikova #F8C95F
Tints of Kournikova #F8C95F
RGB
CMYK
RGB Variations
Color information
#F8C95F (or 0xF8C95F) is known color: Kournikova. HEX triplet: F8, C9 and 5F. RGB value is (248,201,95). Sum of RGB (Red+Green+Blue) = 248+201+95=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C95F is #0736A0. Grayscale: #CBCBCB. Windows color (decimal): -472737 or 6277624. OLE color: 6277624.
HSL color Cylindrical-coordinate representation of color #F8C95F: hue angle of 41.57º 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 #F8C95F is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 95 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.03 |
| HSL | 41.57º | 0.92% | 0.67% | - |
| HSV(B) | 41.57º | 0.62% | 0.97% | - |
| XYZ | 61.66 | 62.56 | 19.65 | - |
| YUV | 202.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 95 | 0 | 0.19 | 0.62 | 0.03 | 41.57 | 0.92 | 0.67 |
| Hex | F8 | C9 | 5F | 0 | 13 | 3E | 3 | 2A | 5C | 43 |
| Octal | 370 | 311 | 137 | 0 | 23 | 76 | 3 | 52 | 134 | 103 |
| Binary | 11111000 | 11001001 | 1011111 | 0 | 10011 | 111110 | 11 | 101010 | 1011100 | 1000011 |
Color Harmonies of #F8C95F
Complementary color
Monochromatic Colors of #F8C95F
Black with #F8C95F
Text Example
Text Example
White with #F8C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C95F; }
p { color: rgb(248,201,95); }
H1.HeaderClassName
{
color: #F8C95F;
}
.AnyTagClassName
{
color: #F8C95F;
}
</style>
background-color css
<style>
a { background-color: #F8C95F; }
a { background-color: rgb(248,201,95); }
div.DivClassName
{
background-color: #F8C95F;
}
.BgClassName
{
background-color: #F8C95F;
}
</style>
border-color css
<style>
span { border-color: #F8C95F; }
span { border-color: rgb(248,201,95); }
td.TdClassName
{
border-color: #F8C95F;
}
.TagClassName
{
border-color: #F8C95F;
}
</style>