Shades of Kournikova #F2CF52
Tints of Kournikova #F2CF52
RGB
CMYK
RGB Variations
Color information
#F2CF52 (or 0xF2CF52) is known color: Kournikova. HEX triplet: F2, CF and 52. RGB value is (242,207,82). Sum of RGB (Red+Green+Blue) = 242+207+82=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF52 is #0D30AD. Grayscale: #CBCBCB. Windows color (decimal): -864430 or 5427186. OLE color: 5427186.
HSL color Cylindrical-coordinate representation of color #F2CF52: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2CF52 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 82 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.05 |
| HSL | 46.88º | 0.86% | 0.64% | - |
| HSV(B) | 46.88º | 0.66% | 0.95% | - |
| XYZ | 60.45 | 64.11 | 17.17 | - |
| YUV | 203.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 82 | 0 | 0.14 | 0.66 | 0.05 | 46.88 | 0.86 | 0.64 |
| Hex | F2 | CF | 52 | 0 | E | 42 | 5 | 2F | 56 | 40 |
| Octal | 362 | 317 | 122 | 0 | 16 | 102 | 5 | 57 | 126 | 100 |
| Binary | 11110010 | 11001111 | 1010010 | 0 | 1110 | 1000010 | 101 | 101111 | 1010110 | 1000000 |
Color Harmonies of #F2CF52
Complementary color
Monochromatic Colors of #F2CF52
Black with #F2CF52
Text Example
Text Example
White with #F2CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF52; }
p { color: rgb(242,207,82); }
H1.HeaderClassName
{
color: #F2CF52;
}
.AnyTagClassName
{
color: #F2CF52;
}
</style>
background-color css
<style>
a { background-color: #F2CF52; }
a { background-color: rgb(242,207,82); }
div.DivClassName
{
background-color: #F2CF52;
}
.BgClassName
{
background-color: #F2CF52;
}
</style>
border-color css
<style>
span { border-color: #F2CF52; }
span { border-color: rgb(242,207,82); }
td.TdClassName
{
border-color: #F2CF52;
}
.TagClassName
{
border-color: #F2CF52;
}
</style>