Shades of Kournikova #F0CC52
Tints of Kournikova #F0CC52
RGB
CMYK
RGB Variations
Color information
#F0CC52 (or 0xF0CC52) is known color: Kournikova. HEX triplet: F0, CC and 52. RGB value is (240,204,82). Sum of RGB (Red+Green+Blue) = 240+204+82=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC52 is #0F33AD. Grayscale: #C9C9C9. Windows color (decimal): -996270 or 5426416. OLE color: 5426416.
HSL color Cylindrical-coordinate representation of color #F0CC52: hue angle of 46.33º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0CC52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 82 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.06 |
| HSL | 46.33º | 0.84% | 0.63% | - |
| HSV(B) | 46.33º | 0.66% | 0.94% | - |
| XYZ | 59.05 | 62.32 | 16.9 | - |
| YUV | 200.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 82 | 0 | 0.15 | 0.66 | 0.06 | 46.33 | 0.84 | 0.63 |
| Hex | F0 | CC | 52 | 0 | F | 42 | 6 | 2E | 54 | 3F |
| Octal | 360 | 314 | 122 | 0 | 17 | 102 | 6 | 56 | 124 | 77 |
| Binary | 11110000 | 11001100 | 1010010 | 0 | 1111 | 1000010 | 110 | 101110 | 1010100 | 111111 |
Color Harmonies of #F0CC52
Complementary color
Monochromatic Colors of #F0CC52
Black with #F0CC52
Text Example
Text Example
White with #F0CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC52; }
p { color: rgb(240,204,82); }
H1.HeaderClassName
{
color: #F0CC52;
}
.AnyTagClassName
{
color: #F0CC52;
}
</style>
background-color css
<style>
a { background-color: #F0CC52; }
a { background-color: rgb(240,204,82); }
div.DivClassName
{
background-color: #F0CC52;
}
.BgClassName
{
background-color: #F0CC52;
}
</style>
border-color css
<style>
span { border-color: #F0CC52; }
span { border-color: rgb(240,204,82); }
td.TdClassName
{
border-color: #F0CC52;
}
.TagClassName
{
border-color: #F0CC52;
}
</style>