Shades of Kournikova #F5CF60
Tints of Kournikova #F5CF60
RGB
CMYK
RGB Variations
Color information
#F5CF60 (or 0xF5CF60) is known color: Kournikova. HEX triplet: F5, CF and 60. RGB value is (245,207,96). Sum of RGB (Red+Green+Blue) = 245+207+96=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF60 is #0A309F. Grayscale: #CECECE. Windows color (decimal): -667808 or 6344693. OLE color: 6344693.
HSL color Cylindrical-coordinate representation of color #F5CF60: hue angle of 44.7º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5CF60 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 96 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.04 |
| HSL | 44.7º | 0.88% | 0.67% | - |
| HSV(B) | 44.7º | 0.61% | 0.96% | - |
| XYZ | 62.08 | 64.88 | 20.32 | - |
| YUV | 205.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 96 | 0 | 0.16 | 0.61 | 0.04 | 44.7 | 0.88 | 0.67 |
| Hex | F5 | CF | 60 | 0 | 10 | 3D | 4 | 2D | 58 | 43 |
| Octal | 365 | 317 | 140 | 0 | 20 | 75 | 4 | 55 | 130 | 103 |
| Binary | 11110101 | 11001111 | 1100000 | 0 | 10000 | 111101 | 100 | 101101 | 1011000 | 1000011 |
Color Harmonies of #F5CF60
Complementary color
Monochromatic Colors of #F5CF60
Black with #F5CF60
Text Example
Text Example
White with #F5CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF60; }
p { color: rgb(245,207,96); }
H1.HeaderClassName
{
color: #F5CF60;
}
.AnyTagClassName
{
color: #F5CF60;
}
</style>
background-color css
<style>
a { background-color: #F5CF60; }
a { background-color: rgb(245,207,96); }
div.DivClassName
{
background-color: #F5CF60;
}
.BgClassName
{
background-color: #F5CF60;
}
</style>
border-color css
<style>
span { border-color: #F5CF60; }
span { border-color: rgb(245,207,96); }
td.TdClassName
{
border-color: #F5CF60;
}
.TagClassName
{
border-color: #F5CF60;
}
</style>