Shades of Kournikova #F8D34F
Tints of Kournikova #F8D34F
RGB
CMYK
RGB Variations
Color information
#F8D34F (or 0xF8D34F) is known color: Kournikova. HEX triplet: F8, D3 and 4F. RGB value is (248,211,79). Sum of RGB (Red+Green+Blue) = 248+211+79=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D34F is #072CB0. Grayscale: #CFCFCF. Windows color (decimal): -470193 or 5231608. OLE color: 5231608.
HSL color Cylindrical-coordinate representation of color #F8D34F: hue angle of 46.86º 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 #F8D34F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 79 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.03 |
| HSL | 46.86º | 0.92% | 0.64% | - |
| HSV(B) | 46.86º | 0.68% | 0.97% | - |
| XYZ | 63.42 | 67.11 | 17.01 | - |
| YUV | 207.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 79 | 0 | 0.15 | 0.68 | 0.03 | 46.86 | 0.92 | 0.64 |
| Hex | F8 | D3 | 4F | 0 | F | 44 | 3 | 2F | 5C | 40 |
| Octal | 370 | 323 | 117 | 0 | 17 | 104 | 3 | 57 | 134 | 100 |
| Binary | 11111000 | 11010011 | 1001111 | 0 | 1111 | 1000100 | 11 | 101111 | 1011100 | 1000000 |
Color Harmonies of #F8D34F
Complementary color
Monochromatic Colors of #F8D34F
Black with #F8D34F
Text Example
Text Example
White with #F8D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D34F; }
p { color: rgb(248,211,79); }
H1.HeaderClassName
{
color: #F8D34F;
}
.AnyTagClassName
{
color: #F8D34F;
}
</style>
background-color css
<style>
a { background-color: #F8D34F; }
a { background-color: rgb(248,211,79); }
div.DivClassName
{
background-color: #F8D34F;
}
.BgClassName
{
background-color: #F8D34F;
}
</style>
border-color css
<style>
span { border-color: #F8D34F; }
span { border-color: rgb(248,211,79); }
td.TdClassName
{
border-color: #F8D34F;
}
.TagClassName
{
border-color: #F8D34F;
}
</style>