Shades of Kournikova #F5CC59
Tints of Kournikova #F5CC59
RGB
CMYK
RGB Variations
Color information
#F5CC59 (or 0xF5CC59) is known color: Kournikova. HEX triplet: F5, CC and 59. RGB value is (245,204,89). Sum of RGB (Red+Green+Blue) = 245+204+89=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC59 is #0A33A6. Grayscale: #CBCBCB. Windows color (decimal): -668583 or 5885173. OLE color: 5885173.
HSL color Cylindrical-coordinate representation of color #F5CC59: hue angle of 44.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5CC59 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 89 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.04 |
| HSL | 44.23º | 0.89% | 0.65% | - |
| HSV(B) | 44.23º | 0.64% | 0.96% | - |
| XYZ | 61.05 | 63.32 | 18.46 | - |
| YUV | 203.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 89 | 0 | 0.17 | 0.64 | 0.04 | 44.23 | 0.89 | 0.65 |
| Hex | F5 | CC | 59 | 0 | 11 | 40 | 4 | 2C | 59 | 41 |
| Octal | 365 | 314 | 131 | 0 | 21 | 100 | 4 | 54 | 131 | 101 |
| Binary | 11110101 | 11001100 | 1011001 | 0 | 10001 | 1000000 | 100 | 101100 | 1011001 | 1000001 |
Color Harmonies of #F5CC59
Complementary color
Monochromatic Colors of #F5CC59
Black with #F5CC59
Text Example
Text Example
White with #F5CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC59; }
p { color: rgb(245,204,89); }
H1.HeaderClassName
{
color: #F5CC59;
}
.AnyTagClassName
{
color: #F5CC59;
}
</style>
background-color css
<style>
a { background-color: #F5CC59; }
a { background-color: rgb(245,204,89); }
div.DivClassName
{
background-color: #F5CC59;
}
.BgClassName
{
background-color: #F5CC59;
}
</style>
border-color css
<style>
span { border-color: #F5CC59; }
span { border-color: rgb(245,204,89); }
td.TdClassName
{
border-color: #F5CC59;
}
.TagClassName
{
border-color: #F5CC59;
}
</style>