Shades of Kournikova #F8CF4E
Tints of Kournikova #F8CF4E
RGB
CMYK
RGB Variations
Color information
#F8CF4E (or 0xF8CF4E) is known color: Kournikova. HEX triplet: F8, CF and 4E. RGB value is (248,207,78). Sum of RGB (Red+Green+Blue) = 248+207+78=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF4E is #0730B1. Grayscale: #CDCDCD. Windows color (decimal): -471218 or 5165048. OLE color: 5165048.
HSL color Cylindrical-coordinate representation of color #F8CF4E: hue angle of 45.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8CF4E is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 78 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.03 |
| HSL | 45.53º | 0.92% | 0.64% | - |
| HSV(B) | 45.53º | 0.69% | 0.97% | - |
| XYZ | 62.4 | 65.13 | 16.49 | - |
| YUV | 204.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 78 | 0 | 0.17 | 0.69 | 0.03 | 45.53 | 0.92 | 0.64 |
| Hex | F8 | CF | 4E | 0 | 11 | 45 | 3 | 2E | 5C | 40 |
| Octal | 370 | 317 | 116 | 0 | 21 | 105 | 3 | 56 | 134 | 100 |
| Binary | 11111000 | 11001111 | 1001110 | 0 | 10001 | 1000101 | 11 | 101110 | 1011100 | 1000000 |
Color Harmonies of #F8CF4E
Complementary color
Monochromatic Colors of #F8CF4E
Black with #F8CF4E
Text Example
Text Example
White with #F8CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF4E; }
p { color: rgb(248,207,78); }
H1.HeaderClassName
{
color: #F8CF4E;
}
.AnyTagClassName
{
color: #F8CF4E;
}
</style>
background-color css
<style>
a { background-color: #F8CF4E; }
a { background-color: rgb(248,207,78); }
div.DivClassName
{
background-color: #F8CF4E;
}
.BgClassName
{
background-color: #F8CF4E;
}
</style>
border-color css
<style>
span { border-color: #F8CF4E; }
span { border-color: rgb(248,207,78); }
td.TdClassName
{
border-color: #F8CF4E;
}
.TagClassName
{
border-color: #F8CF4E;
}
</style>