Shades of Kournikova #FAC860
Tints of Kournikova #FAC860
RGB
CMYK
RGB Variations
Color information
#FAC860 (or 0xFAC860) is known color: Kournikova. HEX triplet: FA, C8 and 60. RGB value is (250,200,96). Sum of RGB (Red+Green+Blue) = 250+200+96=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC860 is #05379F. Grayscale: #CBCBCB. Windows color (decimal): -341920 or 6342906. OLE color: 6342906.
HSL color Cylindrical-coordinate representation of color #FAC860: hue angle of 40.52º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC860 is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 96 | - |
| CMYK | 0 | 0.2 | 0.62 | 0.02 |
| HSL | 40.52º | 0.94% | 0.68% | - |
| HSV(B) | 40.52º | 0.62% | 0.98% | - |
| XYZ | 62.19 | 62.48 | 19.85 | - |
| YUV | 203.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 96 | 0 | 0.2 | 0.62 | 0.02 | 40.52 | 0.94 | 0.68 |
| Hex | FA | C8 | 60 | 0 | 14 | 3E | 2 | 29 | 5E | 44 |
| Octal | 372 | 310 | 140 | 0 | 24 | 76 | 2 | 51 | 136 | 104 |
| Binary | 11111010 | 11001000 | 1100000 | 0 | 10100 | 111110 | 10 | 101001 | 1011110 | 1000100 |
Color Harmonies of #FAC860
Complementary color
Monochromatic Colors of #FAC860
Black with #FAC860
Text Example
Text Example
White with #FAC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC860; }
p { color: rgb(250,200,96); }
H1.HeaderClassName
{
color: #FAC860;
}
.AnyTagClassName
{
color: #FAC860;
}
</style>
background-color css
<style>
a { background-color: #FAC860; }
a { background-color: rgb(250,200,96); }
div.DivClassName
{
background-color: #FAC860;
}
.BgClassName
{
background-color: #FAC860;
}
</style>
border-color css
<style>
span { border-color: #FAC860; }
span { border-color: rgb(250,200,96); }
td.TdClassName
{
border-color: #FAC860;
}
.TagClassName
{
border-color: #FAC860;
}
</style>