Shades of Kournikova #F8D351
Tints of Kournikova #F8D351
RGB
CMYK
RGB Variations
Color information
#F8D351 (or 0xF8D351) is known color: Kournikova. HEX triplet: F8, D3 and 51. RGB value is (248,211,81). Sum of RGB (Red+Green+Blue) = 248+211+81=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D351 is #072CAE. Grayscale: #CFCFCF. Windows color (decimal): -470191 or 5362680. OLE color: 5362680.
HSL color Cylindrical-coordinate representation of color #F8D351: hue angle of 46.71º 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 #F8D351 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 81 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.03 |
| HSL | 46.71º | 0.92% | 0.65% | - |
| HSV(B) | 46.71º | 0.67% | 0.97% | - |
| XYZ | 63.49 | 67.14 | 17.4 | - |
| YUV | 207.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 81 | 0 | 0.15 | 0.67 | 0.03 | 46.71 | 0.92 | 0.65 |
| Hex | F8 | D3 | 51 | 0 | F | 43 | 3 | 2F | 5C | 41 |
| Octal | 370 | 323 | 121 | 0 | 17 | 103 | 3 | 57 | 134 | 101 |
| Binary | 11111000 | 11010011 | 1010001 | 0 | 1111 | 1000011 | 11 | 101111 | 1011100 | 1000001 |
Color Harmonies of #F8D351
Complementary color
Monochromatic Colors of #F8D351
Black with #F8D351
Text Example
Text Example
White with #F8D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D351; }
p { color: rgb(248,211,81); }
H1.HeaderClassName
{
color: #F8D351;
}
.AnyTagClassName
{
color: #F8D351;
}
</style>
background-color css
<style>
a { background-color: #F8D351; }
a { background-color: rgb(248,211,81); }
div.DivClassName
{
background-color: #F8D351;
}
.BgClassName
{
background-color: #F8D351;
}
</style>
border-color css
<style>
span { border-color: #F8D351; }
span { border-color: rgb(248,211,81); }
td.TdClassName
{
border-color: #F8D351;
}
.TagClassName
{
border-color: #F8D351;
}
</style>