Shades of Kournikova #F2CE50
Tints of Kournikova #F2CE50
RGB
CMYK
RGB Variations
Color information
#F2CE50 (or 0xF2CE50) is known color: Kournikova. HEX triplet: F2, CE and 50. RGB value is (242,206,80). Sum of RGB (Red+Green+Blue) = 242+206+80=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE50 is #0D31AF. Grayscale: #CACACA. Windows color (decimal): -864688 or 5295858. OLE color: 5295858.
HSL color Cylindrical-coordinate representation of color #F2CE50: hue angle of 46.67º 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 #F2CE50 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 80 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.05 |
| HSL | 46.67º | 0.86% | 0.63% | - |
| HSV(B) | 46.67º | 0.67% | 0.95% | - |
| XYZ | 60.14 | 63.6 | 16.7 | - |
| YUV | 202.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 80 | 0 | 0.15 | 0.67 | 0.05 | 46.67 | 0.86 | 0.63 |
| Hex | F2 | CE | 50 | 0 | F | 43 | 5 | 2F | 56 | 3F |
| Octal | 362 | 316 | 120 | 0 | 17 | 103 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11001110 | 1010000 | 0 | 1111 | 1000011 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2CE50
Complementary color
Monochromatic Colors of #F2CE50
Black with #F2CE50
Text Example
Text Example
White with #F2CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE50; }
p { color: rgb(242,206,80); }
H1.HeaderClassName
{
color: #F2CE50;
}
.AnyTagClassName
{
color: #F2CE50;
}
</style>
background-color css
<style>
a { background-color: #F2CE50; }
a { background-color: rgb(242,206,80); }
div.DivClassName
{
background-color: #F2CE50;
}
.BgClassName
{
background-color: #F2CE50;
}
</style>
border-color css
<style>
span { border-color: #F2CE50; }
span { border-color: rgb(242,206,80); }
td.TdClassName
{
border-color: #F2CE50;
}
.TagClassName
{
border-color: #F2CE50;
}
</style>