Shades of Kournikova #F8D159
Tints of Kournikova #F8D159
RGB
CMYK
RGB Variations
Color information
#F8D159 (or 0xF8D159) is known color: Kournikova. HEX triplet: F8, D1 and 59. RGB value is (248,209,89). Sum of RGB (Red+Green+Blue) = 248+209+89=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D159 is #072EA6. Grayscale: #CFCFCF. Windows color (decimal): -470695 or 5886456. OLE color: 5886456.
HSL color Cylindrical-coordinate representation of color #F8D159: hue angle of 45.28º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8D159 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 89 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.03 |
| HSL | 45.28º | 0.92% | 0.66% | - |
| HSV(B) | 45.28º | 0.64% | 0.97% | - |
| XYZ | 63.32 | 66.28 | 18.91 | - |
| YUV | 206.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 89 | 0 | 0.16 | 0.64 | 0.03 | 45.28 | 0.92 | 0.66 |
| Hex | F8 | D1 | 59 | 0 | 10 | 40 | 3 | 2D | 5C | 42 |
| Octal | 370 | 321 | 131 | 0 | 20 | 100 | 3 | 55 | 134 | 102 |
| Binary | 11111000 | 11010001 | 1011001 | 0 | 10000 | 1000000 | 11 | 101101 | 1011100 | 1000010 |
Color Harmonies of #F8D159
Complementary color
Monochromatic Colors of #F8D159
Black with #F8D159
Text Example
Text Example
White with #F8D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D159; }
p { color: rgb(248,209,89); }
H1.HeaderClassName
{
color: #F8D159;
}
.AnyTagClassName
{
color: #F8D159;
}
</style>
background-color css
<style>
a { background-color: #F8D159; }
a { background-color: rgb(248,209,89); }
div.DivClassName
{
background-color: #F8D159;
}
.BgClassName
{
background-color: #F8D159;
}
</style>
border-color css
<style>
span { border-color: #F8D159; }
span { border-color: rgb(248,209,89); }
td.TdClassName
{
border-color: #F8D159;
}
.TagClassName
{
border-color: #F8D159;
}
</style>