Shades of Kournikova #F6C85D
Tints of Kournikova #F6C85D
RGB
CMYK
RGB Variations
Color information
#F6C85D (or 0xF6C85D) is known color: Kournikova. HEX triplet: F6, C8 and 5D. RGB value is (246,200,93). Sum of RGB (Red+Green+Blue) = 246+200+93=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C85D is #0937A2. Grayscale: #CACACA. Windows color (decimal): -604067 or 6146294. OLE color: 6146294.
HSL color Cylindrical-coordinate representation of color #F6C85D: hue angle of 41.96º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6C85D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 93 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.04 |
| HSL | 41.96º | 0.89% | 0.66% | - |
| HSV(B) | 41.96º | 0.62% | 0.96% | - |
| XYZ | 60.64 | 61.69 | 19.07 | - |
| YUV | 201.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 93 | 0 | 0.19 | 0.62 | 0.04 | 41.96 | 0.89 | 0.66 |
| Hex | F6 | C8 | 5D | 0 | 13 | 3E | 4 | 2A | 59 | 42 |
| Octal | 366 | 310 | 135 | 0 | 23 | 76 | 4 | 52 | 131 | 102 |
| Binary | 11110110 | 11001000 | 1011101 | 0 | 10011 | 111110 | 100 | 101010 | 1011001 | 1000010 |
Color Harmonies of #F6C85D
Complementary color
Monochromatic Colors of #F6C85D
Black with #F6C85D
Text Example
Text Example
White with #F6C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C85D; }
p { color: rgb(246,200,93); }
H1.HeaderClassName
{
color: #F6C85D;
}
.AnyTagClassName
{
color: #F6C85D;
}
</style>
background-color css
<style>
a { background-color: #F6C85D; }
a { background-color: rgb(246,200,93); }
div.DivClassName
{
background-color: #F6C85D;
}
.BgClassName
{
background-color: #F6C85D;
}
</style>
border-color css
<style>
span { border-color: #F6C85D; }
span { border-color: rgb(246,200,93); }
td.TdClassName
{
border-color: #F6C85D;
}
.TagClassName
{
border-color: #F6C85D;
}
</style>