Shades of Kournikova #F2CE56
Tints of Kournikova #F2CE56
RGB
CMYK
RGB Variations
Color information
#F2CE56 (or 0xF2CE56) is known color: Kournikova. HEX triplet: F2, CE and 56. RGB value is (242,206,86). Sum of RGB (Red+Green+Blue) = 242+206+86=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE56 is #0D31A9. Grayscale: #CBCBCB. Windows color (decimal): -864682 or 5689074. OLE color: 5689074.
HSL color Cylindrical-coordinate representation of color #F2CE56: hue angle of 46.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2CE56 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 86 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.05 |
| HSL | 46.15º | 0.86% | 0.64% | - |
| HSV(B) | 46.15º | 0.64% | 0.95% | - |
| XYZ | 60.37 | 63.69 | 17.92 | - |
| YUV | 203.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 86 | 0 | 0.15 | 0.64 | 0.05 | 46.15 | 0.86 | 0.64 |
| Hex | F2 | CE | 56 | 0 | F | 40 | 5 | 2E | 56 | 40 |
| Octal | 362 | 316 | 126 | 0 | 17 | 100 | 5 | 56 | 126 | 100 |
| Binary | 11110010 | 11001110 | 1010110 | 0 | 1111 | 1000000 | 101 | 101110 | 1010110 | 1000000 |
Color Harmonies of #F2CE56
Complementary color
Monochromatic Colors of #F2CE56
Black with #F2CE56
Text Example
Text Example
White with #F2CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE56; }
p { color: rgb(242,206,86); }
H1.HeaderClassName
{
color: #F2CE56;
}
.AnyTagClassName
{
color: #F2CE56;
}
</style>
background-color css
<style>
a { background-color: #F2CE56; }
a { background-color: rgb(242,206,86); }
div.DivClassName
{
background-color: #F2CE56;
}
.BgClassName
{
background-color: #F2CE56;
}
</style>
border-color css
<style>
span { border-color: #F2CE56; }
span { border-color: rgb(242,206,86); }
td.TdClassName
{
border-color: #F2CE56;
}
.TagClassName
{
border-color: #F2CE56;
}
</style>