Shades of Kournikova #F2CC53
Tints of Kournikova #F2CC53
RGB
CMYK
RGB Variations
Color information
#F2CC53 (or 0xF2CC53) is known color: Kournikova. HEX triplet: F2, CC and 53. RGB value is (242,204,83). Sum of RGB (Red+Green+Blue) = 242+204+83=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC53 is #0D33AC. Grayscale: #CACACA. Windows color (decimal): -865197 or 5491954. OLE color: 5491954.
HSL color Cylindrical-coordinate representation of color #F2CC53: hue angle of 45.66º 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 #F2CC53 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 83 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.05 |
| HSL | 45.66º | 0.86% | 0.64% | - |
| HSV(B) | 45.66º | 0.66% | 0.95% | - |
| XYZ | 59.77 | 62.69 | 17.13 | - |
| YUV | 201.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 83 | 0 | 0.16 | 0.66 | 0.05 | 45.66 | 0.86 | 0.64 |
| Hex | F2 | CC | 53 | 0 | 10 | 42 | 5 | 2E | 56 | 40 |
| Octal | 362 | 314 | 123 | 0 | 20 | 102 | 5 | 56 | 126 | 100 |
| Binary | 11110010 | 11001100 | 1010011 | 0 | 10000 | 1000010 | 101 | 101110 | 1010110 | 1000000 |
Color Harmonies of #F2CC53
Complementary color
Monochromatic Colors of #F2CC53
Black with #F2CC53
Text Example
Text Example
White with #F2CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC53; }
p { color: rgb(242,204,83); }
H1.HeaderClassName
{
color: #F2CC53;
}
.AnyTagClassName
{
color: #F2CC53;
}
</style>
background-color css
<style>
a { background-color: #F2CC53; }
a { background-color: rgb(242,204,83); }
div.DivClassName
{
background-color: #F2CC53;
}
.BgClassName
{
background-color: #F2CC53;
}
</style>
border-color css
<style>
span { border-color: #F2CC53; }
span { border-color: rgb(242,204,83); }
td.TdClassName
{
border-color: #F2CC53;
}
.TagClassName
{
border-color: #F2CC53;
}
</style>