Shades of Kournikova #F8D254
Tints of Kournikova #F8D254
RGB
CMYK
RGB Variations
Color information
#F8D254 (or 0xF8D254) is known color: Kournikova. HEX triplet: F8, D2 and 54. RGB value is (248,210,84). Sum of RGB (Red+Green+Blue) = 248+210+84=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D254 is #072DAB. Grayscale: #CFCFCF. Windows color (decimal): -470444 or 5559032. OLE color: 5559032.
HSL color Cylindrical-coordinate representation of color #F8D254: hue angle of 46.1º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8D254 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 84 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.03 |
| HSL | 46.1º | 0.92% | 0.65% | - |
| HSV(B) | 46.1º | 0.66% | 0.97% | - |
| XYZ | 63.36 | 66.69 | 17.92 | - |
| YUV | 207 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 84 | 0 | 0.15 | 0.66 | 0.03 | 46.1 | 0.92 | 0.65 |
| Hex | F8 | D2 | 54 | 0 | F | 42 | 3 | 2E | 5C | 41 |
| Octal | 370 | 322 | 124 | 0 | 17 | 102 | 3 | 56 | 134 | 101 |
| Binary | 11111000 | 11010010 | 1010100 | 0 | 1111 | 1000010 | 11 | 101110 | 1011100 | 1000001 |
Color Harmonies of #F8D254
Complementary color
Monochromatic Colors of #F8D254
Black with #F8D254
Text Example
Text Example
White with #F8D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D254; }
p { color: rgb(248,210,84); }
H1.HeaderClassName
{
color: #F8D254;
}
.AnyTagClassName
{
color: #F8D254;
}
</style>
background-color css
<style>
a { background-color: #F8D254; }
a { background-color: rgb(248,210,84); }
div.DivClassName
{
background-color: #F8D254;
}
.BgClassName
{
background-color: #F8D254;
}
</style>
border-color css
<style>
span { border-color: #F8D254; }
span { border-color: rgb(248,210,84); }
td.TdClassName
{
border-color: #F8D254;
}
.TagClassName
{
border-color: #F8D254;
}
</style>