Shades of Kournikova #F8C863
Tints of Kournikova #F8C863
RGB
CMYK
RGB Variations
Color information
#F8C863 (or 0xF8C863) is known color: Kournikova. HEX triplet: F8, C8 and 63. RGB value is (248,200,99). Sum of RGB (Red+Green+Blue) = 248+200+99=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C863 is #07379C. Grayscale: #CBCBCB. Windows color (decimal): -472989 or 6539512. OLE color: 6539512.
HSL color Cylindrical-coordinate representation of color #F8C863: hue angle of 40.67º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C863 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 99 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.03 |
| HSL | 40.67º | 0.91% | 0.68% | - |
| HSV(B) | 40.67º | 0.6% | 0.97% | - |
| XYZ | 61.62 | 62.17 | 20.56 | - |
| YUV | 202.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 99 | 0 | 0.19 | 0.60 | 0.03 | 40.67 | 0.91 | 0.68 |
| Hex | F8 | C8 | 63 | 0 | 13 | 3C | 3 | 29 | 5B | 44 |
| Octal | 370 | 310 | 143 | 0 | 23 | 74 | 3 | 51 | 133 | 104 |
| Binary | 11111000 | 11001000 | 1100011 | 0 | 10011 | 111100 | 11 | 101001 | 1011011 | 1000100 |
Color Harmonies of #F8C863
Complementary color
Monochromatic Colors of #F8C863
Black with #F8C863
Text Example
Text Example
White with #F8C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C863; }
p { color: rgb(248,200,99); }
H1.HeaderClassName
{
color: #F8C863;
}
.AnyTagClassName
{
color: #F8C863;
}
</style>
background-color css
<style>
a { background-color: #F8C863; }
a { background-color: rgb(248,200,99); }
div.DivClassName
{
background-color: #F8C863;
}
.BgClassName
{
background-color: #F8C863;
}
</style>
border-color css
<style>
span { border-color: #F8C863; }
span { border-color: rgb(248,200,99); }
td.TdClassName
{
border-color: #F8C863;
}
.TagClassName
{
border-color: #F8C863;
}
</style>