Shades of Kournikova #F8D458
Tints of Kournikova #F8D458
RGB
CMYK
RGB Variations
Color information
#F8D458 (or 0xF8D458) is known color: Kournikova. HEX triplet: F8, D4 and 58. RGB value is (248,212,88). Sum of RGB (Red+Green+Blue) = 248+212+88=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D458 is #072BA7. Grayscale: #D1D1D1. Windows color (decimal): -469928 or 5821688. OLE color: 5821688.
HSL color Cylindrical-coordinate representation of color #F8D458: hue angle of 46.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8D458 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 88 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.03 |
| HSL | 46.5º | 0.92% | 0.66% | - |
| HSV(B) | 46.5º | 0.65% | 0.97% | - |
| XYZ | 64.02 | 67.75 | 18.94 | - |
| YUV | 208.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 88 | 0 | 0.15 | 0.65 | 0.03 | 46.5 | 0.92 | 0.66 |
| Hex | F8 | D4 | 58 | 0 | F | 41 | 3 | 2E | 5C | 42 |
| Octal | 370 | 324 | 130 | 0 | 17 | 101 | 3 | 56 | 134 | 102 |
| Binary | 11111000 | 11010100 | 1011000 | 0 | 1111 | 1000001 | 11 | 101110 | 1011100 | 1000010 |
Color Harmonies of #F8D458
Complementary color
Monochromatic Colors of #F8D458
Black with #F8D458
Text Example
Text Example
White with #F8D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D458; }
p { color: rgb(248,212,88); }
H1.HeaderClassName
{
color: #F8D458;
}
.AnyTagClassName
{
color: #F8D458;
}
</style>
background-color css
<style>
a { background-color: #F8D458; }
a { background-color: rgb(248,212,88); }
div.DivClassName
{
background-color: #F8D458;
}
.BgClassName
{
background-color: #F8D458;
}
</style>
border-color css
<style>
span { border-color: #F8D458; }
span { border-color: rgb(248,212,88); }
td.TdClassName
{
border-color: #F8D458;
}
.TagClassName
{
border-color: #F8D458;
}
</style>