Shades of Kournikova #F8D151
Tints of Kournikova #F8D151
RGB
CMYK
RGB Variations
Color information
#F8D151 (or 0xF8D151) is known color: Kournikova. HEX triplet: F8, D1 and 51. RGB value is (248,209,81). Sum of RGB (Red+Green+Blue) = 248+209+81=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D151 is #072EAE. Grayscale: #CECECE. Windows color (decimal): -470703 or 5362168. OLE color: 5362168.
HSL color Cylindrical-coordinate representation of color #F8D151: hue angle of 45.99º 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 #F8D151 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 81 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.03 |
| HSL | 45.99º | 0.92% | 0.65% | - |
| HSV(B) | 45.99º | 0.67% | 0.97% | - |
| XYZ | 63 | 66.15 | 17.23 | - |
| YUV | 206.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 81 | 0 | 0.16 | 0.67 | 0.03 | 45.99 | 0.92 | 0.65 |
| Hex | F8 | D1 | 51 | 0 | 10 | 43 | 3 | 2E | 5C | 41 |
| Octal | 370 | 321 | 121 | 0 | 20 | 103 | 3 | 56 | 134 | 101 |
| Binary | 11111000 | 11010001 | 1010001 | 0 | 10000 | 1000011 | 11 | 101110 | 1011100 | 1000001 |
Color Harmonies of #F8D151
Complementary color
Monochromatic Colors of #F8D151
Black with #F8D151
Text Example
Text Example
White with #F8D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D151; }
p { color: rgb(248,209,81); }
H1.HeaderClassName
{
color: #F8D151;
}
.AnyTagClassName
{
color: #F8D151;
}
</style>
background-color css
<style>
a { background-color: #F8D151; }
a { background-color: rgb(248,209,81); }
div.DivClassName
{
background-color: #F8D151;
}
.BgClassName
{
background-color: #F8D151;
}
</style>
border-color css
<style>
span { border-color: #F8D151; }
span { border-color: rgb(248,209,81); }
td.TdClassName
{
border-color: #F8D151;
}
.TagClassName
{
border-color: #F8D151;
}
</style>