Shades of Kournikova #F2CF58
Tints of Kournikova #F2CF58
RGB
CMYK
RGB Variations
Color information
#F2CF58 (or 0xF2CF58) is known color: Kournikova. HEX triplet: F2, CF and 58. RGB value is (242,207,88). Sum of RGB (Red+Green+Blue) = 242+207+88=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF58 is #0D30A7. Grayscale: #CCCCCC. Windows color (decimal): -864424 or 5820402. OLE color: 5820402.
HSL color Cylindrical-coordinate representation of color #F2CF58: hue angle of 46.36º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2CF58 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 88 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.05 |
| HSL | 46.36º | 0.86% | 0.65% | - |
| HSV(B) | 46.36º | 0.64% | 0.95% | - |
| XYZ | 60.69 | 64.21 | 18.43 | - |
| YUV | 203.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 88 | 0 | 0.14 | 0.64 | 0.05 | 46.36 | 0.86 | 0.65 |
| Hex | F2 | CF | 58 | 0 | E | 40 | 5 | 2E | 56 | 41 |
| Octal | 362 | 317 | 130 | 0 | 16 | 100 | 5 | 56 | 126 | 101 |
| Binary | 11110010 | 11001111 | 1011000 | 0 | 1110 | 1000000 | 101 | 101110 | 1010110 | 1000001 |
Color Harmonies of #F2CF58
Complementary color
Monochromatic Colors of #F2CF58
Black with #F2CF58
Text Example
Text Example
White with #F2CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF58; }
p { color: rgb(242,207,88); }
H1.HeaderClassName
{
color: #F2CF58;
}
.AnyTagClassName
{
color: #F2CF58;
}
</style>
background-color css
<style>
a { background-color: #F2CF58; }
a { background-color: rgb(242,207,88); }
div.DivClassName
{
background-color: #F2CF58;
}
.BgClassName
{
background-color: #F2CF58;
}
</style>
border-color css
<style>
span { border-color: #F2CF58; }
span { border-color: rgb(242,207,88); }
td.TdClassName
{
border-color: #F2CF58;
}
.TagClassName
{
border-color: #F2CF58;
}
</style>