Shades of Kournikova #F2CC54
Tints of Kournikova #F2CC54
RGB
CMYK
RGB Variations
Color information
#F2CC54 (or 0xF2CC54) is known color: Kournikova. HEX triplet: F2, CC and 54. RGB value is (242,204,84). Sum of RGB (Red+Green+Blue) = 242+204+84=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC54 is #0D33AB. Grayscale: #CACACA. Windows color (decimal): -865196 or 5557490. OLE color: 5557490.
HSL color Cylindrical-coordinate representation of color #F2CC54: hue angle of 45.57º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2CC54 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.05 |
| HSL | 45.57º | 0.86% | 0.64% | - |
| HSV(B) | 45.57º | 0.65% | 0.95% | - |
| XYZ | 59.81 | 62.7 | 17.34 | - |
| YUV | 201.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 84 | 0 | 0.16 | 0.65 | 0.05 | 45.57 | 0.86 | 0.64 |
| Hex | F2 | CC | 54 | 0 | 10 | 41 | 5 | 2E | 56 | 40 |
| Octal | 362 | 314 | 124 | 0 | 20 | 101 | 5 | 56 | 126 | 100 |
| Binary | 11110010 | 11001100 | 1010100 | 0 | 10000 | 1000001 | 101 | 101110 | 1010110 | 1000000 |
Color Harmonies of #F2CC54
Complementary color
Monochromatic Colors of #F2CC54
Black with #F2CC54
Text Example
Text Example
White with #F2CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC54; }
p { color: rgb(242,204,84); }
H1.HeaderClassName
{
color: #F2CC54;
}
.AnyTagClassName
{
color: #F2CC54;
}
</style>
background-color css
<style>
a { background-color: #F2CC54; }
a { background-color: rgb(242,204,84); }
div.DivClassName
{
background-color: #F2CC54;
}
.BgClassName
{
background-color: #F2CC54;
}
</style>
border-color css
<style>
span { border-color: #F2CC54; }
span { border-color: rgb(242,204,84); }
td.TdClassName
{
border-color: #F2CC54;
}
.TagClassName
{
border-color: #F2CC54;
}
</style>