Shades of Kournikova #F8D150
Tints of Kournikova #F8D150
RGB
CMYK
RGB Variations
Color information
#F8D150 (or 0xF8D150) is known color: Kournikova. HEX triplet: F8, D1 and 50. RGB value is (248,209,80). Sum of RGB (Red+Green+Blue) = 248+209+80=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D150 is #072EAF. Grayscale: #CECECE. Windows color (decimal): -470704 or 5296632. OLE color: 5296632.
HSL color Cylindrical-coordinate representation of color #F8D150: hue angle of 46.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8D150 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 80 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.03 |
| HSL | 46.07º | 0.92% | 0.64% | - |
| HSV(B) | 46.07º | 0.68% | 0.97% | - |
| XYZ | 62.96 | 66.14 | 17.04 | - |
| YUV | 205.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 80 | 0 | 0.16 | 0.68 | 0.03 | 46.07 | 0.92 | 0.64 |
| Hex | F8 | D1 | 50 | 0 | 10 | 44 | 3 | 2E | 5C | 40 |
| Octal | 370 | 321 | 120 | 0 | 20 | 104 | 3 | 56 | 134 | 100 |
| Binary | 11111000 | 11010001 | 1010000 | 0 | 10000 | 1000100 | 11 | 101110 | 1011100 | 1000000 |
Color Harmonies of #F8D150
Complementary color
Monochromatic Colors of #F8D150
Black with #F8D150
Text Example
Text Example
White with #F8D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D150; }
p { color: rgb(248,209,80); }
H1.HeaderClassName
{
color: #F8D150;
}
.AnyTagClassName
{
color: #F8D150;
}
</style>
background-color css
<style>
a { background-color: #F8D150; }
a { background-color: rgb(248,209,80); }
div.DivClassName
{
background-color: #F8D150;
}
.BgClassName
{
background-color: #F8D150;
}
</style>
border-color css
<style>
span { border-color: #F8D150; }
span { border-color: rgb(248,209,80); }
td.TdClassName
{
border-color: #F8D150;
}
.TagClassName
{
border-color: #F8D150;
}
</style>