Shades of Kournikova #F8D149
Tints of Kournikova #F8D149
RGB
CMYK
RGB Variations
Color information
#F8D149 (or 0xF8D149) is known color: Kournikova. HEX triplet: F8, D1 and 49. RGB value is (248,209,73). Sum of RGB (Red+Green+Blue) = 248+209+73=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D149 is #072EB6. Grayscale: #CDCDCD. Windows color (decimal): -470711 or 4837880. OLE color: 4837880.
HSL color Cylindrical-coordinate representation of color #F8D149: hue angle of 46.63º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8D149 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 73 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.03 |
| HSL | 46.63º | 0.93% | 0.63% | - |
| HSV(B) | 46.63º | 0.71% | 0.97% | - |
| XYZ | 62.71 | 66.04 | 15.74 | - |
| YUV | 205.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 73 | 0 | 0.16 | 0.71 | 0.03 | 46.63 | 0.93 | 0.63 |
| Hex | F8 | D1 | 49 | 0 | 10 | 47 | 3 | 2F | 5D | 3F |
| Octal | 370 | 321 | 111 | 0 | 20 | 107 | 3 | 57 | 135 | 77 |
| Binary | 11111000 | 11010001 | 1001001 | 0 | 10000 | 1000111 | 11 | 101111 | 1011101 | 111111 |
Color Harmonies of #F8D149
Complementary color
Monochromatic Colors of #F8D149
Black with #F8D149
Text Example
Text Example
White with #F8D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D149; }
p { color: rgb(248,209,73); }
H1.HeaderClassName
{
color: #F8D149;
}
.AnyTagClassName
{
color: #F8D149;
}
</style>
background-color css
<style>
a { background-color: #F8D149; }
a { background-color: rgb(248,209,73); }
div.DivClassName
{
background-color: #F8D149;
}
.BgClassName
{
background-color: #F8D149;
}
</style>
border-color css
<style>
span { border-color: #F8D149; }
span { border-color: rgb(248,209,73); }
td.TdClassName
{
border-color: #F8D149;
}
.TagClassName
{
border-color: #F8D149;
}
</style>