Shades of Kournikova #F2C955
Tints of Kournikova #F2C955
RGB
CMYK
RGB Variations
Color information
#F2C955 (or 0xF2C955) is known color: Kournikova. HEX triplet: F2, C9 and 55. RGB value is (242,201,85). Sum of RGB (Red+Green+Blue) = 242+201+85=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C955 is #0D36AA. Grayscale: #C8C8C8. Windows color (decimal): -865963 or 5622258. OLE color: 5622258.
HSL color Cylindrical-coordinate representation of color #F2C955: hue angle of 44.33º 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 #F2C955 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 85 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.05 |
| HSL | 44.33º | 0.86% | 0.64% | - |
| HSV(B) | 44.33º | 0.65% | 0.95% | - |
| XYZ | 59.14 | 61.31 | 17.31 | - |
| YUV | 200.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 85 | 0 | 0.17 | 0.65 | 0.05 | 44.33 | 0.86 | 0.64 |
| Hex | F2 | C9 | 55 | 0 | 11 | 41 | 5 | 2C | 56 | 40 |
| Octal | 362 | 311 | 125 | 0 | 21 | 101 | 5 | 54 | 126 | 100 |
| Binary | 11110010 | 11001001 | 1010101 | 0 | 10001 | 1000001 | 101 | 101100 | 1010110 | 1000000 |
Color Harmonies of #F2C955
Complementary color
Monochromatic Colors of #F2C955
Black with #F2C955
Text Example
Text Example
White with #F2C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C955; }
p { color: rgb(242,201,85); }
H1.HeaderClassName
{
color: #F2C955;
}
.AnyTagClassName
{
color: #F2C955;
}
</style>
background-color css
<style>
a { background-color: #F2C955; }
a { background-color: rgb(242,201,85); }
div.DivClassName
{
background-color: #F2C955;
}
.BgClassName
{
background-color: #F2C955;
}
</style>
border-color css
<style>
span { border-color: #F2C955; }
span { border-color: rgb(242,201,85); }
td.TdClassName
{
border-color: #F2C955;
}
.TagClassName
{
border-color: #F2C955;
}
</style>