Shades of Kournikova #F6CF5A
Tints of Kournikova #F6CF5A
RGB
CMYK
RGB Variations
Color information
#F6CF5A (or 0xF6CF5A) is known color: Kournikova. HEX triplet: F6, CF and 5A. RGB value is (246,207,90). Sum of RGB (Red+Green+Blue) = 246+207+90=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CF5A is #0930A5. Grayscale: #CDCDCD. Windows color (decimal): -602278 or 5951478. OLE color: 5951478.
HSL color Cylindrical-coordinate representation of color #F6CF5A: hue angle of 45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6CF5A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 90 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.04 |
| HSL | 45º | 0.9% | 0.66% | - |
| HSV(B) | 45º | 0.63% | 0.96% | - |
| XYZ | 62.16 | 64.96 | 18.93 | - |
| YUV | 205.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 90 | 0 | 0.16 | 0.63 | 0.04 | 45 | 0.9 | 0.66 |
| Hex | F6 | CF | 5A | 0 | 10 | 3F | 4 | 2D | 5A | 42 |
| Octal | 366 | 317 | 132 | 0 | 20 | 77 | 4 | 55 | 132 | 102 |
| Binary | 11110110 | 11001111 | 1011010 | 0 | 10000 | 111111 | 100 | 101101 | 1011010 | 1000010 |
Color Harmonies of #F6CF5A
Complementary color
Monochromatic Colors of #F6CF5A
Black with #F6CF5A
Text Example
Text Example
White with #F6CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CF5A; }
p { color: rgb(246,207,90); }
H1.HeaderClassName
{
color: #F6CF5A;
}
.AnyTagClassName
{
color: #F6CF5A;
}
</style>
background-color css
<style>
a { background-color: #F6CF5A; }
a { background-color: rgb(246,207,90); }
div.DivClassName
{
background-color: #F6CF5A;
}
.BgClassName
{
background-color: #F6CF5A;
}
</style>
border-color css
<style>
span { border-color: #F6CF5A; }
span { border-color: rgb(246,207,90); }
td.TdClassName
{
border-color: #F6CF5A;
}
.TagClassName
{
border-color: #F6CF5A;
}
</style>