Shades of Kournikova #F2C95B
Tints of Kournikova #F2C95B
RGB
CMYK
RGB Variations
Color information
#F2C95B (or 0xF2C95B) is known color: Kournikova. HEX triplet: F2, C9 and 5B. RGB value is (242,201,91). Sum of RGB (Red+Green+Blue) = 242+201+91=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C95B is #0D36A4. Grayscale: #C9C9C9. Windows color (decimal): -865957 or 6015474. OLE color: 6015474.
HSL color Cylindrical-coordinate representation of color #F2C95B: hue angle of 43.71º 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 #F2C95B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 91 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.05 |
| HSL | 43.71º | 0.85% | 0.65% | - |
| HSV(B) | 43.71º | 0.62% | 0.95% | - |
| XYZ | 59.39 | 61.41 | 18.62 | - |
| YUV | 200.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 91 | 0 | 0.17 | 0.62 | 0.05 | 43.71 | 0.85 | 0.65 |
| Hex | F2 | C9 | 5B | 0 | 11 | 3E | 5 | 2C | 55 | 41 |
| Octal | 362 | 311 | 133 | 0 | 21 | 76 | 5 | 54 | 125 | 101 |
| Binary | 11110010 | 11001001 | 1011011 | 0 | 10001 | 111110 | 101 | 101100 | 1010101 | 1000001 |
Color Harmonies of #F2C95B
Complementary color
Monochromatic Colors of #F2C95B
Black with #F2C95B
Text Example
Text Example
White with #F2C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C95B; }
p { color: rgb(242,201,91); }
H1.HeaderClassName
{
color: #F2C95B;
}
.AnyTagClassName
{
color: #F2C95B;
}
</style>
background-color css
<style>
a { background-color: #F2C95B; }
a { background-color: rgb(242,201,91); }
div.DivClassName
{
background-color: #F2C95B;
}
.BgClassName
{
background-color: #F2C95B;
}
</style>
border-color css
<style>
span { border-color: #F2C95B; }
span { border-color: rgb(242,201,91); }
td.TdClassName
{
border-color: #F2C95B;
}
.TagClassName
{
border-color: #F2C95B;
}
</style>