Shades of Kournikova #F2CF50
Tints of Kournikova #F2CF50
RGB
CMYK
RGB Variations
Color information
#F2CF50 (or 0xF2CF50) is known color: Kournikova. HEX triplet: F2, CF and 50. RGB value is (242,207,80). Sum of RGB (Red+Green+Blue) = 242+207+80=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF50 is #0D30AF. Grayscale: #CBCBCB. Windows color (decimal): -864432 or 5296114. OLE color: 5296114.
HSL color Cylindrical-coordinate representation of color #F2CF50: hue angle of 47.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2CF50 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 80 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.05 |
| HSL | 47.04º | 0.86% | 0.63% | - |
| HSV(B) | 47.04º | 0.67% | 0.95% | - |
| XYZ | 60.38 | 64.08 | 16.78 | - |
| YUV | 202.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 80 | 0 | 0.14 | 0.67 | 0.05 | 47.04 | 0.86 | 0.63 |
| Hex | F2 | CF | 50 | 0 | E | 43 | 5 | 2F | 56 | 3F |
| Octal | 362 | 317 | 120 | 0 | 16 | 103 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11001111 | 1010000 | 0 | 1110 | 1000011 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2CF50
Complementary color
Monochromatic Colors of #F2CF50
Black with #F2CF50
Text Example
Text Example
White with #F2CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF50; }
p { color: rgb(242,207,80); }
H1.HeaderClassName
{
color: #F2CF50;
}
.AnyTagClassName
{
color: #F2CF50;
}
</style>
background-color css
<style>
a { background-color: #F2CF50; }
a { background-color: rgb(242,207,80); }
div.DivClassName
{
background-color: #F2CF50;
}
.BgClassName
{
background-color: #F2CF50;
}
</style>
border-color css
<style>
span { border-color: #F2CF50; }
span { border-color: rgb(242,207,80); }
td.TdClassName
{
border-color: #F2CF50;
}
.TagClassName
{
border-color: #F2CF50;
}
</style>