Shades of Kournikova #F8C751
Tints of Kournikova #F8C751
RGB
CMYK
RGB Variations
Color information
#F8C751 (or 0xF8C751) is known color: Kournikova. HEX triplet: F8, C7 and 51. RGB value is (248,199,81). Sum of RGB (Red+Green+Blue) = 248+199+81=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C751 is #0738AE. Grayscale: #C8C8C8. Windows color (decimal): -473263 or 5359608. OLE color: 5359608.
HSL color Cylindrical-coordinate representation of color #F8C751: hue angle of 42.4º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8C751 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 81 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.03 |
| HSL | 42.4º | 0.92% | 0.65% | - |
| HSV(B) | 42.4º | 0.67% | 0.97% | - |
| XYZ | 60.62 | 61.4 | 16.44 | - |
| YUV | 200.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 81 | 0 | 0.20 | 0.67 | 0.03 | 42.4 | 0.92 | 0.65 |
| Hex | F8 | C7 | 51 | 0 | 14 | 43 | 3 | 2A | 5C | 41 |
| Octal | 370 | 307 | 121 | 0 | 24 | 103 | 3 | 52 | 134 | 101 |
| Binary | 11111000 | 11000111 | 1010001 | 0 | 10100 | 1000011 | 11 | 101010 | 1011100 | 1000001 |
Color Harmonies of #F8C751
Complementary color
Monochromatic Colors of #F8C751
Black with #F8C751
Text Example
Text Example
White with #F8C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C751; }
p { color: rgb(248,199,81); }
H1.HeaderClassName
{
color: #F8C751;
}
.AnyTagClassName
{
color: #F8C751;
}
</style>
background-color css
<style>
a { background-color: #F8C751; }
a { background-color: rgb(248,199,81); }
div.DivClassName
{
background-color: #F8C751;
}
.BgClassName
{
background-color: #F8C751;
}
</style>
border-color css
<style>
span { border-color: #F8C751; }
span { border-color: rgb(248,199,81); }
td.TdClassName
{
border-color: #F8C751;
}
.TagClassName
{
border-color: #F8C751;
}
</style>