Shades of Kournikova #F8D15C
Tints of Kournikova #F8D15C
RGB
CMYK
RGB Variations
Color information
#F8D15C (or 0xF8D15C) is known color: Kournikova. HEX triplet: F8, D1 and 5C. RGB value is (248,209,92). Sum of RGB (Red+Green+Blue) = 248+209+92=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D15C is #072EA3. Grayscale: #CFCFCF. Windows color (decimal): -470692 or 6083064. OLE color: 6083064.
HSL color Cylindrical-coordinate representation of color #F8D15C: hue angle of 45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8D15C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 92 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.03 |
| HSL | 45º | 0.92% | 0.67% | - |
| HSV(B) | 45º | 0.63% | 0.97% | - |
| XYZ | 63.44 | 66.33 | 19.58 | - |
| YUV | 207.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 92 | 0 | 0.16 | 0.63 | 0.03 | 45 | 0.92 | 0.67 |
| Hex | F8 | D1 | 5C | 0 | 10 | 3F | 3 | 2D | 5C | 43 |
| Octal | 370 | 321 | 134 | 0 | 20 | 77 | 3 | 55 | 134 | 103 |
| Binary | 11111000 | 11010001 | 1011100 | 0 | 10000 | 111111 | 11 | 101101 | 1011100 | 1000011 |
Color Harmonies of #F8D15C
Complementary color
Monochromatic Colors of #F8D15C
Black with #F8D15C
Text Example
Text Example
White with #F8D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D15C; }
p { color: rgb(248,209,92); }
H1.HeaderClassName
{
color: #F8D15C;
}
.AnyTagClassName
{
color: #F8D15C;
}
</style>
background-color css
<style>
a { background-color: #F8D15C; }
a { background-color: rgb(248,209,92); }
div.DivClassName
{
background-color: #F8D15C;
}
.BgClassName
{
background-color: #F8D15C;
}
</style>
border-color css
<style>
span { border-color: #F8D15C; }
span { border-color: rgb(248,209,92); }
td.TdClassName
{
border-color: #F8D15C;
}
.TagClassName
{
border-color: #F8D15C;
}
</style>