Shades of Kournikova #F2C956
Tints of Kournikova #F2C956
RGB
CMYK
RGB Variations
Color information
#F2C956 (or 0xF2C956) is known color: Kournikova. HEX triplet: F2, C9 and 56. RGB value is (242,201,86). Sum of RGB (Red+Green+Blue) = 242+201+86=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C956 is #0D36A9. Grayscale: #C8C8C8. Windows color (decimal): -865962 or 5687794. OLE color: 5687794.
HSL color Cylindrical-coordinate representation of color #F2C956: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2C956 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.05 |
| HSL | 44.23º | 0.86% | 0.64% | - |
| HSV(B) | 44.23º | 0.64% | 0.95% | - |
| XYZ | 59.18 | 61.32 | 17.52 | - |
| YUV | 200.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 86 | 0 | 0.17 | 0.64 | 0.05 | 44.23 | 0.86 | 0.64 |
| Hex | F2 | C9 | 56 | 0 | 11 | 40 | 5 | 2C | 56 | 40 |
| Octal | 362 | 311 | 126 | 0 | 21 | 100 | 5 | 54 | 126 | 100 |
| Binary | 11110010 | 11001001 | 1010110 | 0 | 10001 | 1000000 | 101 | 101100 | 1010110 | 1000000 |
Color Harmonies of #F2C956
Complementary color
Monochromatic Colors of #F2C956
Black with #F2C956
Text Example
Text Example
White with #F2C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C956; }
p { color: rgb(242,201,86); }
H1.HeaderClassName
{
color: #F2C956;
}
.AnyTagClassName
{
color: #F2C956;
}
</style>
background-color css
<style>
a { background-color: #F2C956; }
a { background-color: rgb(242,201,86); }
div.DivClassName
{
background-color: #F2C956;
}
.BgClassName
{
background-color: #F2C956;
}
</style>
border-color css
<style>
span { border-color: #F2C956; }
span { border-color: rgb(242,201,86); }
td.TdClassName
{
border-color: #F2C956;
}
.TagClassName
{
border-color: #F2C956;
}
</style>