Shades of Kournikova #F6C856
Tints of Kournikova #F6C856
RGB
CMYK
RGB Variations
Color information
#F6C856 (or 0xF6C856) is known color: Kournikova. HEX triplet: F6, C8 and 56. RGB value is (246,200,86). Sum of RGB (Red+Green+Blue) = 246+200+86=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C856 is #0937A9. Grayscale: #C9C9C9. Windows color (decimal): -604074 or 5687542. OLE color: 5687542.
HSL color Cylindrical-coordinate representation of color #F6C856: hue angle of 42.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6C856 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 86 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.04 |
| HSL | 42.75º | 0.9% | 0.65% | - |
| HSV(B) | 42.75º | 0.65% | 0.96% | - |
| XYZ | 60.34 | 61.57 | 17.51 | - |
| YUV | 200.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 86 | 0 | 0.19 | 0.65 | 0.04 | 42.75 | 0.9 | 0.65 |
| Hex | F6 | C8 | 56 | 0 | 13 | 41 | 4 | 2B | 5A | 41 |
| Octal | 366 | 310 | 126 | 0 | 23 | 101 | 4 | 53 | 132 | 101 |
| Binary | 11110110 | 11001000 | 1010110 | 0 | 10011 | 1000001 | 100 | 101011 | 1011010 | 1000001 |
Color Harmonies of #F6C856
Complementary color
Monochromatic Colors of #F6C856
Black with #F6C856
Text Example
Text Example
White with #F6C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C856; }
p { color: rgb(246,200,86); }
H1.HeaderClassName
{
color: #F6C856;
}
.AnyTagClassName
{
color: #F6C856;
}
</style>
background-color css
<style>
a { background-color: #F6C856; }
a { background-color: rgb(246,200,86); }
div.DivClassName
{
background-color: #F6C856;
}
.BgClassName
{
background-color: #F6C856;
}
</style>
border-color css
<style>
span { border-color: #F6C856; }
span { border-color: rgb(246,200,86); }
td.TdClassName
{
border-color: #F6C856;
}
.TagClassName
{
border-color: #F6C856;
}
</style>