Shades of Kournikova #F8C760
Tints of Kournikova #F8C760
RGB
CMYK
RGB Variations
Color information
#F8C760 (or 0xF8C760) is known color: Kournikova. HEX triplet: F8, C7 and 60. RGB value is (248,199,96). Sum of RGB (Red+Green+Blue) = 248+199+96=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C760 is #07389F. Grayscale: #CACACA. Windows color (decimal): -473248 or 6342648. OLE color: 6342648.
HSL color Cylindrical-coordinate representation of color #F8C760: hue angle of 40.66º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8C760 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 96 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.03 |
| HSL | 40.66º | 0.92% | 0.67% | - |
| HSV(B) | 40.66º | 0.61% | 0.97% | - |
| XYZ | 61.25 | 61.65 | 19.74 | - |
| YUV | 201.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 96 | 0 | 0.20 | 0.61 | 0.03 | 40.66 | 0.92 | 0.67 |
| Hex | F8 | C7 | 60 | 0 | 14 | 3D | 3 | 29 | 5C | 43 |
| Octal | 370 | 307 | 140 | 0 | 24 | 75 | 3 | 51 | 134 | 103 |
| Binary | 11111000 | 11000111 | 1100000 | 0 | 10100 | 111101 | 11 | 101001 | 1011100 | 1000011 |
Color Harmonies of #F8C760
Complementary color
Monochromatic Colors of #F8C760
Black with #F8C760
Text Example
Text Example
White with #F8C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C760; }
p { color: rgb(248,199,96); }
H1.HeaderClassName
{
color: #F8C760;
}
.AnyTagClassName
{
color: #F8C760;
}
</style>
background-color css
<style>
a { background-color: #F8C760; }
a { background-color: rgb(248,199,96); }
div.DivClassName
{
background-color: #F8C760;
}
.BgClassName
{
background-color: #F8C760;
}
</style>
border-color css
<style>
span { border-color: #F8C760; }
span { border-color: rgb(248,199,96); }
td.TdClassName
{
border-color: #F8C760;
}
.TagClassName
{
border-color: #F8C760;
}
</style>