Shades of Kournikova #F9C862
Tints of Kournikova #F9C862
RGB
CMYK
RGB Variations
Color information
#F9C862 (or 0xF9C862) is known color: Kournikova. HEX triplet: F9, C8 and 62. RGB value is (249,200,98). Sum of RGB (Red+Green+Blue) = 249+200+98=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C862 is #06379D. Grayscale: #CBCBCB. Windows color (decimal): -407454 or 6473977. OLE color: 6473977.
HSL color Cylindrical-coordinate representation of color #F9C862: hue angle of 40.53º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9C862 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 98 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.02 |
| HSL | 40.53º | 0.93% | 0.68% | - |
| HSV(B) | 40.53º | 0.61% | 0.98% | - |
| XYZ | 61.93 | 62.33 | 20.32 | - |
| YUV | 203.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 98 | 0 | 0.20 | 0.61 | 0.02 | 40.53 | 0.93 | 0.68 |
| Hex | F9 | C8 | 62 | 0 | 14 | 3D | 2 | 29 | 5D | 44 |
| Octal | 371 | 310 | 142 | 0 | 24 | 75 | 2 | 51 | 135 | 104 |
| Binary | 11111001 | 11001000 | 1100010 | 0 | 10100 | 111101 | 10 | 101001 | 1011101 | 1000100 |
Color Harmonies of #F9C862
Complementary color
Monochromatic Colors of #F9C862
Black with #F9C862
Text Example
Text Example
White with #F9C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C862; }
p { color: rgb(249,200,98); }
H1.HeaderClassName
{
color: #F9C862;
}
.AnyTagClassName
{
color: #F9C862;
}
</style>
background-color css
<style>
a { background-color: #F9C862; }
a { background-color: rgb(249,200,98); }
div.DivClassName
{
background-color: #F9C862;
}
.BgClassName
{
background-color: #F9C862;
}
</style>
border-color css
<style>
span { border-color: #F9C862; }
span { border-color: rgb(249,200,98); }
td.TdClassName
{
border-color: #F9C862;
}
.TagClassName
{
border-color: #F9C862;
}
</style>