Shades of Kournikova #F8D253
Tints of Kournikova #F8D253
RGB
CMYK
RGB Variations
Color information
#F8D253 (or 0xF8D253) is known color: Kournikova. HEX triplet: F8, D2 and 53. RGB value is (248,210,83). Sum of RGB (Red+Green+Blue) = 248+210+83=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D253 is #072DAC. Grayscale: #CFCFCF. Windows color (decimal): -470445 or 5493496. OLE color: 5493496.
HSL color Cylindrical-coordinate representation of color #F8D253: hue angle of 46.18º 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 #F8D253 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.03 |
| HSL | 46.18º | 0.92% | 0.65% | - |
| HSV(B) | 46.18º | 0.67% | 0.97% | - |
| XYZ | 63.32 | 66.67 | 17.72 | - |
| YUV | 206.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 83 | 0 | 0.15 | 0.67 | 0.03 | 46.18 | 0.92 | 0.65 |
| Hex | F8 | D2 | 53 | 0 | F | 43 | 3 | 2E | 5C | 41 |
| Octal | 370 | 322 | 123 | 0 | 17 | 103 | 3 | 56 | 134 | 101 |
| Binary | 11111000 | 11010010 | 1010011 | 0 | 1111 | 1000011 | 11 | 101110 | 1011100 | 1000001 |
Color Harmonies of #F8D253
Complementary color
Monochromatic Colors of #F8D253
Black with #F8D253
Text Example
Text Example
White with #F8D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D253; }
p { color: rgb(248,210,83); }
H1.HeaderClassName
{
color: #F8D253;
}
.AnyTagClassName
{
color: #F8D253;
}
</style>
background-color css
<style>
a { background-color: #F8D253; }
a { background-color: rgb(248,210,83); }
div.DivClassName
{
background-color: #F8D253;
}
.BgClassName
{
background-color: #F8D253;
}
</style>
border-color css
<style>
span { border-color: #F8D253; }
span { border-color: rgb(248,210,83); }
td.TdClassName
{
border-color: #F8D253;
}
.TagClassName
{
border-color: #F8D253;
}
</style>