Shades of Kournikova #F5CF4D
Tints of Kournikova #F5CF4D
RGB
CMYK
RGB Variations
Color information
#F5CF4D (or 0xF5CF4D) is known color: Kournikova. HEX triplet: F5, CF and 4D. RGB value is (245,207,77). Sum of RGB (Red+Green+Blue) = 245+207+77=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF4D is #0A30B2. Grayscale: #CCCCCC. Windows color (decimal): -667827 or 5099509. OLE color: 5099509.
HSL color Cylindrical-coordinate representation of color #F5CF4D: hue angle of 46.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5CF4D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 77 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.04 |
| HSL | 46.43º | 0.89% | 0.63% | - |
| HSV(B) | 46.43º | 0.69% | 0.96% | - |
| XYZ | 61.31 | 64.57 | 16.25 | - |
| YUV | 203.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 77 | 0 | 0.16 | 0.69 | 0.04 | 46.43 | 0.89 | 0.63 |
| Hex | F5 | CF | 4D | 0 | 10 | 45 | 4 | 2E | 59 | 3F |
| Octal | 365 | 317 | 115 | 0 | 20 | 105 | 4 | 56 | 131 | 77 |
| Binary | 11110101 | 11001111 | 1001101 | 0 | 10000 | 1000101 | 100 | 101110 | 1011001 | 111111 |
Color Harmonies of #F5CF4D
Complementary color
Monochromatic Colors of #F5CF4D
Black with #F5CF4D
Text Example
Text Example
White with #F5CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF4D; }
p { color: rgb(245,207,77); }
H1.HeaderClassName
{
color: #F5CF4D;
}
.AnyTagClassName
{
color: #F5CF4D;
}
</style>
background-color css
<style>
a { background-color: #F5CF4D; }
a { background-color: rgb(245,207,77); }
div.DivClassName
{
background-color: #F5CF4D;
}
.BgClassName
{
background-color: #F5CF4D;
}
</style>
border-color css
<style>
span { border-color: #F5CF4D; }
span { border-color: rgb(245,207,77); }
td.TdClassName
{
border-color: #F5CF4D;
}
.TagClassName
{
border-color: #F5CF4D;
}
</style>