Shades of Kournikova #F2CF53
Tints of Kournikova #F2CF53
RGB
CMYK
RGB Variations
Color information
#F2CF53 (or 0xF2CF53) is known color: Kournikova. HEX triplet: F2, CF and 53. RGB value is (242,207,83). Sum of RGB (Red+Green+Blue) = 242+207+83=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF53 is #0D30AC. Grayscale: #CBCBCB. Windows color (decimal): -864429 or 5492722. OLE color: 5492722.
HSL color Cylindrical-coordinate representation of color #F2CF53: hue angle of 46.79º 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 #F2CF53 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 83 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.05 |
| HSL | 46.79º | 0.86% | 0.64% | - |
| HSV(B) | 46.79º | 0.66% | 0.95% | - |
| XYZ | 60.49 | 64.13 | 17.37 | - |
| YUV | 203.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 83 | 0 | 0.14 | 0.66 | 0.05 | 46.79 | 0.86 | 0.64 |
| Hex | F2 | CF | 53 | 0 | E | 42 | 5 | 2F | 56 | 40 |
| Octal | 362 | 317 | 123 | 0 | 16 | 102 | 5 | 57 | 126 | 100 |
| Binary | 11110010 | 11001111 | 1010011 | 0 | 1110 | 1000010 | 101 | 101111 | 1010110 | 1000000 |
Color Harmonies of #F2CF53
Complementary color
Monochromatic Colors of #F2CF53
Black with #F2CF53
Text Example
Text Example
White with #F2CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF53; }
p { color: rgb(242,207,83); }
H1.HeaderClassName
{
color: #F2CF53;
}
.AnyTagClassName
{
color: #F2CF53;
}
</style>
background-color css
<style>
a { background-color: #F2CF53; }
a { background-color: rgb(242,207,83); }
div.DivClassName
{
background-color: #F2CF53;
}
.BgClassName
{
background-color: #F2CF53;
}
</style>
border-color css
<style>
span { border-color: #F2CF53; }
span { border-color: rgb(242,207,83); }
td.TdClassName
{
border-color: #F2CF53;
}
.TagClassName
{
border-color: #F2CF53;
}
</style>