Shades of Kournikova #F5C961
Tints of Kournikova #F5C961
RGB
CMYK
RGB Variations
Color information
#F5C961 (or 0xF5C961) is known color: Kournikova. HEX triplet: F5, C9 and 61. RGB value is (245,201,97). Sum of RGB (Red+Green+Blue) = 245+201+97=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C961 is #0A369E. Grayscale: #CACACA. Windows color (decimal): -669343 or 6408693. OLE color: 6408693.
HSL color Cylindrical-coordinate representation of color #F5C961: hue angle of 42.16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C961 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 97 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.04 |
| HSL | 42.16º | 0.88% | 0.67% | - |
| HSV(B) | 42.16º | 0.6% | 0.96% | - |
| XYZ | 60.7 | 62.05 | 20.09 | - |
| YUV | 202.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 97 | 0 | 0.18 | 0.60 | 0.04 | 42.16 | 0.88 | 0.67 |
| Hex | F5 | C9 | 61 | 0 | 12 | 3C | 4 | 2A | 58 | 43 |
| Octal | 365 | 311 | 141 | 0 | 22 | 74 | 4 | 52 | 130 | 103 |
| Binary | 11110101 | 11001001 | 1100001 | 0 | 10010 | 111100 | 100 | 101010 | 1011000 | 1000011 |
Color Harmonies of #F5C961
Complementary color
Monochromatic Colors of #F5C961
Black with #F5C961
Text Example
Text Example
White with #F5C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C961; }
p { color: rgb(245,201,97); }
H1.HeaderClassName
{
color: #F5C961;
}
.AnyTagClassName
{
color: #F5C961;
}
</style>
background-color css
<style>
a { background-color: #F5C961; }
a { background-color: rgb(245,201,97); }
div.DivClassName
{
background-color: #F5C961;
}
.BgClassName
{
background-color: #F5C961;
}
</style>
border-color css
<style>
span { border-color: #F5C961; }
span { border-color: rgb(245,201,97); }
td.TdClassName
{
border-color: #F5C961;
}
.TagClassName
{
border-color: #F5C961;
}
</style>