Shades of Kournikova #F7C862
Tints of Kournikova #F7C862
RGB
CMYK
RGB Variations
Color information
#F7C862 (or 0xF7C862) is known color: Kournikova. HEX triplet: F7, C8 and 62. RGB value is (247,200,98). Sum of RGB (Red+Green+Blue) = 247+200+98=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C862 is #08379D. Grayscale: #CACACA. Windows color (decimal): -538526 or 6473975. OLE color: 6473975.
HSL color Cylindrical-coordinate representation of color #F7C862: hue angle of 41.07º degrees, saturation: 0.9, 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 #F7C862 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 98 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.03 |
| HSL | 41.07º | 0.9% | 0.68% | - |
| HSV(B) | 41.07º | 0.6% | 0.97% | - |
| XYZ | 61.22 | 61.96 | 20.29 | - |
| YUV | 202.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 98 | 0 | 0.19 | 0.60 | 0.03 | 41.07 | 0.9 | 0.68 |
| Hex | F7 | C8 | 62 | 0 | 13 | 3C | 3 | 29 | 5A | 44 |
| Octal | 367 | 310 | 142 | 0 | 23 | 74 | 3 | 51 | 132 | 104 |
| Binary | 11110111 | 11001000 | 1100010 | 0 | 10011 | 111100 | 11 | 101001 | 1011010 | 1000100 |
Color Harmonies of #F7C862
Complementary color
Monochromatic Colors of #F7C862
Black with #F7C862
Text Example
Text Example
White with #F7C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C862; }
p { color: rgb(247,200,98); }
H1.HeaderClassName
{
color: #F7C862;
}
.AnyTagClassName
{
color: #F7C862;
}
</style>
background-color css
<style>
a { background-color: #F7C862; }
a { background-color: rgb(247,200,98); }
div.DivClassName
{
background-color: #F7C862;
}
.BgClassName
{
background-color: #F7C862;
}
</style>
border-color css
<style>
span { border-color: #F7C862; }
span { border-color: rgb(247,200,98); }
td.TdClassName
{
border-color: #F7C862;
}
.TagClassName
{
border-color: #F7C862;
}
</style>