Shades of Kournikova #F5CF4E
Tints of Kournikova #F5CF4E
RGB
CMYK
RGB Variations
Color information
#F5CF4E (or 0xF5CF4E) is known color: Kournikova. HEX triplet: F5, CF and 4E. RGB value is (245,207,78). Sum of RGB (Red+Green+Blue) = 245+207+78=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF4E is #0A30B1. Grayscale: #CCCCCC. Windows color (decimal): -667826 or 5165045. OLE color: 5165045.
HSL color Cylindrical-coordinate representation of color #F5CF4E: hue angle of 46.35º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5CF4E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 78 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.04 |
| HSL | 46.35º | 0.89% | 0.63% | - |
| HSV(B) | 46.35º | 0.68% | 0.96% | - |
| XYZ | 61.34 | 64.59 | 16.44 | - |
| YUV | 203.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 78 | 0 | 0.16 | 0.68 | 0.04 | 46.35 | 0.89 | 0.63 |
| Hex | F5 | CF | 4E | 0 | 10 | 44 | 4 | 2E | 59 | 3F |
| Octal | 365 | 317 | 116 | 0 | 20 | 104 | 4 | 56 | 131 | 77 |
| Binary | 11110101 | 11001111 | 1001110 | 0 | 10000 | 1000100 | 100 | 101110 | 1011001 | 111111 |
Color Harmonies of #F5CF4E
Complementary color
Monochromatic Colors of #F5CF4E
Black with #F5CF4E
Text Example
Text Example
White with #F5CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF4E; }
p { color: rgb(245,207,78); }
H1.HeaderClassName
{
color: #F5CF4E;
}
.AnyTagClassName
{
color: #F5CF4E;
}
</style>
background-color css
<style>
a { background-color: #F5CF4E; }
a { background-color: rgb(245,207,78); }
div.DivClassName
{
background-color: #F5CF4E;
}
.BgClassName
{
background-color: #F5CF4E;
}
</style>
border-color css
<style>
span { border-color: #F5CF4E; }
span { border-color: rgb(245,207,78); }
td.TdClassName
{
border-color: #F5CF4E;
}
.TagClassName
{
border-color: #F5CF4E;
}
</style>