Shades of Kournikova #F2CE5E
Tints of Kournikova #F2CE5E
RGB
CMYK
RGB Variations
Color information
#F2CE5E (or 0xF2CE5E) is known color: Kournikova. HEX triplet: F2, CE and 5E. RGB value is (242,206,94). Sum of RGB (Red+Green+Blue) = 242+206+94=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE5E is #0D31A1. Grayscale: #CCCCCC. Windows color (decimal): -864674 or 6213362. OLE color: 6213362.
HSL color Cylindrical-coordinate representation of color #F2CE5E: hue angle of 45.41º 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 #F2CE5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 94 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.05 |
| HSL | 45.41º | 0.85% | 0.66% | - |
| HSV(B) | 45.41º | 0.61% | 0.95% | - |
| XYZ | 60.71 | 63.83 | 19.71 | - |
| YUV | 204 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 94 | 0 | 0.15 | 0.61 | 0.05 | 45.41 | 0.85 | 0.66 |
| Hex | F2 | CE | 5E | 0 | F | 3D | 5 | 2D | 55 | 42 |
| Octal | 362 | 316 | 136 | 0 | 17 | 75 | 5 | 55 | 125 | 102 |
| Binary | 11110010 | 11001110 | 1011110 | 0 | 1111 | 111101 | 101 | 101101 | 1010101 | 1000010 |
Color Harmonies of #F2CE5E
Complementary color
Monochromatic Colors of #F2CE5E
Black with #F2CE5E
Text Example
Text Example
White with #F2CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE5E; }
p { color: rgb(242,206,94); }
H1.HeaderClassName
{
color: #F2CE5E;
}
.AnyTagClassName
{
color: #F2CE5E;
}
</style>
background-color css
<style>
a { background-color: #F2CE5E; }
a { background-color: rgb(242,206,94); }
div.DivClassName
{
background-color: #F2CE5E;
}
.BgClassName
{
background-color: #F2CE5E;
}
</style>
border-color css
<style>
span { border-color: #F2CE5E; }
span { border-color: rgb(242,206,94); }
td.TdClassName
{
border-color: #F2CE5E;
}
.TagClassName
{
border-color: #F2CE5E;
}
</style>