Shades of Kournikova #F8C762
Tints of Kournikova #F8C762
RGB
CMYK
RGB Variations
Color information
#F8C762 (or 0xF8C762) is known color: Kournikova. HEX triplet: F8, C7 and 62. RGB value is (248,199,98). Sum of RGB (Red+Green+Blue) = 248+199+98=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C762 is #07389D. Grayscale: #CACACA. Windows color (decimal): -473246 or 6473720. OLE color: 6473720.
HSL color Cylindrical-coordinate representation of color #F8C762: hue angle of 40.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C762 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 98 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.03 |
| HSL | 40.4º | 0.91% | 0.68% | - |
| HSV(B) | 40.4º | 0.6% | 0.97% | - |
| XYZ | 61.34 | 61.69 | 20.23 | - |
| YUV | 202.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 98 | 0 | 0.20 | 0.60 | 0.03 | 40.4 | 0.91 | 0.68 |
| Hex | F8 | C7 | 62 | 0 | 14 | 3C | 3 | 28 | 5B | 44 |
| Octal | 370 | 307 | 142 | 0 | 24 | 74 | 3 | 50 | 133 | 104 |
| Binary | 11111000 | 11000111 | 1100010 | 0 | 10100 | 111100 | 11 | 101000 | 1011011 | 1000100 |
Color Harmonies of #F8C762
Complementary color
Monochromatic Colors of #F8C762
Black with #F8C762
Text Example
Text Example
White with #F8C762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C762; }
p { color: rgb(248,199,98); }
H1.HeaderClassName
{
color: #F8C762;
}
.AnyTagClassName
{
color: #F8C762;
}
</style>
background-color css
<style>
a { background-color: #F8C762; }
a { background-color: rgb(248,199,98); }
div.DivClassName
{
background-color: #F8C762;
}
.BgClassName
{
background-color: #F8C762;
}
</style>
border-color css
<style>
span { border-color: #F8C762; }
span { border-color: rgb(248,199,98); }
td.TdClassName
{
border-color: #F8C762;
}
.TagClassName
{
border-color: #F8C762;
}
</style>