Shades of Kournikova #F8C758
Tints of Kournikova #F8C758
RGB
CMYK
RGB Variations
Color information
#F8C758 (or 0xF8C758) is known color: Kournikova. HEX triplet: F8, C7 and 58. RGB value is (248,199,88). Sum of RGB (Red+Green+Blue) = 248+199+88=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C758 is #0738A7. Grayscale: #C9C9C9. Windows color (decimal): -473256 or 5818360. OLE color: 5818360.
HSL color Cylindrical-coordinate representation of color #F8C758: hue angle of 41.62º 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 #F8C758 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 88 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.03 |
| HSL | 41.63º | 0.92% | 0.66% | - |
| HSV(B) | 41.63º | 0.65% | 0.97% | - |
| XYZ | 60.9 | 61.51 | 17.9 | - |
| YUV | 201 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 88 | 0 | 0.20 | 0.65 | 0.03 | 41.63 | 0.92 | 0.66 |
| Hex | F8 | C7 | 58 | 0 | 14 | 41 | 3 | 2A | 5C | 42 |
| Octal | 370 | 307 | 130 | 0 | 24 | 101 | 3 | 52 | 134 | 102 |
| Binary | 11111000 | 11000111 | 1011000 | 0 | 10100 | 1000001 | 11 | 101010 | 1011100 | 1000010 |
Color Harmonies of #F8C758
Complementary color
Monochromatic Colors of #F8C758
Black with #F8C758
Text Example
Text Example
White with #F8C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C758; }
p { color: rgb(248,199,88); }
H1.HeaderClassName
{
color: #F8C758;
}
.AnyTagClassName
{
color: #F8C758;
}
</style>
background-color css
<style>
a { background-color: #F8C758; }
a { background-color: rgb(248,199,88); }
div.DivClassName
{
background-color: #F8C758;
}
.BgClassName
{
background-color: #F8C758;
}
</style>
border-color css
<style>
span { border-color: #F8C758; }
span { border-color: rgb(248,199,88); }
td.TdClassName
{
border-color: #F8C758;
}
.TagClassName
{
border-color: #F8C758;
}
</style>