Shades of Kournikova #F4C760
Tints of Kournikova #F4C760
RGB
CMYK
RGB Variations
Color information
#F4C760 (or 0xF4C760) is known color: Kournikova. HEX triplet: F4, C7 and 60. RGB value is (244,199,96). Sum of RGB (Red+Green+Blue) = 244+199+96=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C760 is #0B389F. Grayscale: #C9C9C9. Windows color (decimal): -735392 or 6342644. OLE color: 6342644.
HSL color Cylindrical-coordinate representation of color #F4C760: hue angle of 41.76º degrees, saturation: 0.87, 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 #F4C760 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 199 | 96 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.04 |
| HSL | 41.76º | 0.87% | 0.67% | - |
| HSV(B) | 41.76º | 0.61% | 0.96% | - |
| XYZ | 59.84 | 60.92 | 19.67 | - |
| YUV | 200.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 199 | 96 | 0 | 0.18 | 0.61 | 0.04 | 41.76 | 0.87 | 0.67 |
| Hex | F4 | C7 | 60 | 0 | 12 | 3D | 4 | 2A | 57 | 43 |
| Octal | 364 | 307 | 140 | 0 | 22 | 75 | 4 | 52 | 127 | 103 |
| Binary | 11110100 | 11000111 | 1100000 | 0 | 10010 | 111101 | 100 | 101010 | 1010111 | 1000011 |
Color Harmonies of #F4C760
Complementary color
Monochromatic Colors of #F4C760
Black with #F4C760
Text Example
Text Example
White with #F4C760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C760; }
p { color: rgb(244,199,96); }
H1.HeaderClassName
{
color: #F4C760;
}
.AnyTagClassName
{
color: #F4C760;
}
</style>
background-color css
<style>
a { background-color: #F4C760; }
a { background-color: rgb(244,199,96); }
div.DivClassName
{
background-color: #F4C760;
}
.BgClassName
{
background-color: #F4C760;
}
</style>
border-color css
<style>
span { border-color: #F4C760; }
span { border-color: rgb(244,199,96); }
td.TdClassName
{
border-color: #F4C760;
}
.TagClassName
{
border-color: #F4C760;
}
</style>