Shades of Kournikova #F2C95C
Tints of Kournikova #F2C95C
RGB
CMYK
RGB Variations
Color information
#F2C95C (or 0xF2C95C) is known color: Kournikova. HEX triplet: F2, C9 and 5C. RGB value is (242,201,92). Sum of RGB (Red+Green+Blue) = 242+201+92=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C95C is #0D36A3. Grayscale: #C9C9C9. Windows color (decimal): -865956 or 6081010. OLE color: 6081010.
HSL color Cylindrical-coordinate representation of color #F2C95C: hue angle of 43.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2C95C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 92 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.05 |
| HSL | 43.6º | 0.85% | 0.65% | - |
| HSV(B) | 43.6º | 0.62% | 0.95% | - |
| XYZ | 59.44 | 61.42 | 18.85 | - |
| YUV | 200.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 92 | 0 | 0.17 | 0.62 | 0.05 | 43.6 | 0.85 | 0.65 |
| Hex | F2 | C9 | 5C | 0 | 11 | 3E | 5 | 2C | 55 | 41 |
| Octal | 362 | 311 | 134 | 0 | 21 | 76 | 5 | 54 | 125 | 101 |
| Binary | 11110010 | 11001001 | 1011100 | 0 | 10001 | 111110 | 101 | 101100 | 1010101 | 1000001 |
Color Harmonies of #F2C95C
Complementary color
Monochromatic Colors of #F2C95C
Black with #F2C95C
Text Example
Text Example
White with #F2C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C95C; }
p { color: rgb(242,201,92); }
H1.HeaderClassName
{
color: #F2C95C;
}
.AnyTagClassName
{
color: #F2C95C;
}
</style>
background-color css
<style>
a { background-color: #F2C95C; }
a { background-color: rgb(242,201,92); }
div.DivClassName
{
background-color: #F2C95C;
}
.BgClassName
{
background-color: #F2C95C;
}
</style>
border-color css
<style>
span { border-color: #F2C95C; }
span { border-color: rgb(242,201,92); }
td.TdClassName
{
border-color: #F2C95C;
}
.TagClassName
{
border-color: #F2C95C;
}
</style>