Shades of Kournikova #F2C85A
Tints of Kournikova #F2C85A
RGB
CMYK
RGB Variations
Color information
#F2C85A (or 0xF2C85A) is known color: Kournikova. HEX triplet: F2, C8 and 5A. RGB value is (242,200,90). Sum of RGB (Red+Green+Blue) = 242+200+90=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C85A is #0D37A5. Grayscale: #C8C8C8. Windows color (decimal): -866214 or 5949682. OLE color: 5949682.
HSL color Cylindrical-coordinate representation of color #F2C85A: hue angle of 43.42º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2C85A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 90 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.05 |
| HSL | 43.42º | 0.85% | 0.65% | - |
| HSV(B) | 43.42º | 0.63% | 0.95% | - |
| XYZ | 59.12 | 60.92 | 18.32 | - |
| YUV | 200.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 90 | 0 | 0.17 | 0.63 | 0.05 | 43.42 | 0.85 | 0.65 |
| Hex | F2 | C8 | 5A | 0 | 11 | 3F | 5 | 2B | 55 | 41 |
| Octal | 362 | 310 | 132 | 0 | 21 | 77 | 5 | 53 | 125 | 101 |
| Binary | 11110010 | 11001000 | 1011010 | 0 | 10001 | 111111 | 101 | 101011 | 1010101 | 1000001 |
Color Harmonies of #F2C85A
Complementary color
Monochromatic Colors of #F2C85A
Black with #F2C85A
Text Example
Text Example
White with #F2C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C85A; }
p { color: rgb(242,200,90); }
H1.HeaderClassName
{
color: #F2C85A;
}
.AnyTagClassName
{
color: #F2C85A;
}
</style>
background-color css
<style>
a { background-color: #F2C85A; }
a { background-color: rgb(242,200,90); }
div.DivClassName
{
background-color: #F2C85A;
}
.BgClassName
{
background-color: #F2C85A;
}
</style>
border-color css
<style>
span { border-color: #F2C85A; }
span { border-color: rgb(242,200,90); }
td.TdClassName
{
border-color: #F2C85A;
}
.TagClassName
{
border-color: #F2C85A;
}
</style>