Shades of Kournikova #F2CD5E
Tints of Kournikova #F2CD5E
RGB
CMYK
RGB Variations
Color information
#F2CD5E (or 0xF2CD5E) is known color: Kournikova. HEX triplet: F2, CD and 5E. RGB value is (242,205,94). Sum of RGB (Red+Green+Blue) = 242+205+94=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD5E is #0D32A1. Grayscale: #CBCBCB. Windows color (decimal): -864930 or 6213106. OLE color: 6213106.
HSL color Cylindrical-coordinate representation of color #F2CD5E: hue angle of 45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2CD5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 94 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.05 |
| HSL | 45º | 0.85% | 0.66% | - |
| HSV(B) | 45º | 0.61% | 0.95% | - |
| XYZ | 60.47 | 63.35 | 19.63 | - |
| YUV | 203.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 94 | 0 | 0.15 | 0.61 | 0.05 | 45 | 0.85 | 0.66 |
| Hex | F2 | CD | 5E | 0 | F | 3D | 5 | 2D | 55 | 42 |
| Octal | 362 | 315 | 136 | 0 | 17 | 75 | 5 | 55 | 125 | 102 |
| Binary | 11110010 | 11001101 | 1011110 | 0 | 1111 | 111101 | 101 | 101101 | 1010101 | 1000010 |
Color Harmonies of #F2CD5E
Complementary color
Monochromatic Colors of #F2CD5E
Black with #F2CD5E
Text Example
Text Example
White with #F2CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD5E; }
p { color: rgb(242,205,94); }
H1.HeaderClassName
{
color: #F2CD5E;
}
.AnyTagClassName
{
color: #F2CD5E;
}
</style>
background-color css
<style>
a { background-color: #F2CD5E; }
a { background-color: rgb(242,205,94); }
div.DivClassName
{
background-color: #F2CD5E;
}
.BgClassName
{
background-color: #F2CD5E;
}
</style>
border-color css
<style>
span { border-color: #F2CD5E; }
span { border-color: rgb(242,205,94); }
td.TdClassName
{
border-color: #F2CD5E;
}
.TagClassName
{
border-color: #F2CD5E;
}
</style>