Shades of Kournikova #F8D14F
Tints of Kournikova #F8D14F
RGB
CMYK
RGB Variations
Color information
#F8D14F (or 0xF8D14F) is known color: Kournikova. HEX triplet: F8, D1 and 4F. RGB value is (248,209,79). Sum of RGB (Red+Green+Blue) = 248+209+79=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D14F is #072EB0. Grayscale: #CECECE. Windows color (decimal): -470705 or 5231096. OLE color: 5231096.
HSL color Cylindrical-coordinate representation of color #F8D14F: hue angle of 46.15º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8D14F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 79 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.03 |
| HSL | 46.15º | 0.92% | 0.64% | - |
| HSV(B) | 46.15º | 0.68% | 0.97% | - |
| XYZ | 62.92 | 66.12 | 16.84 | - |
| YUV | 205.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 79 | 0 | 0.16 | 0.68 | 0.03 | 46.15 | 0.92 | 0.64 |
| Hex | F8 | D1 | 4F | 0 | 10 | 44 | 3 | 2E | 5C | 40 |
| Octal | 370 | 321 | 117 | 0 | 20 | 104 | 3 | 56 | 134 | 100 |
| Binary | 11111000 | 11010001 | 1001111 | 0 | 10000 | 1000100 | 11 | 101110 | 1011100 | 1000000 |
Color Harmonies of #F8D14F
Complementary color
Monochromatic Colors of #F8D14F
Black with #F8D14F
Text Example
Text Example
White with #F8D14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D14F; }
p { color: rgb(248,209,79); }
H1.HeaderClassName
{
color: #F8D14F;
}
.AnyTagClassName
{
color: #F8D14F;
}
</style>
background-color css
<style>
a { background-color: #F8D14F; }
a { background-color: rgb(248,209,79); }
div.DivClassName
{
background-color: #F8D14F;
}
.BgClassName
{
background-color: #F8D14F;
}
</style>
border-color css
<style>
span { border-color: #F8D14F; }
span { border-color: rgb(248,209,79); }
td.TdClassName
{
border-color: #F8D14F;
}
.TagClassName
{
border-color: #F8D14F;
}
</style>