Shades of Kournikova #F2CE5F
Tints of Kournikova #F2CE5F
RGB
CMYK
RGB Variations
Color information
#F2CE5F (or 0xF2CE5F) is known color: Kournikova. HEX triplet: F2, CE and 5F. RGB value is (242,206,95). Sum of RGB (Red+Green+Blue) = 242+206+95=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE5F is #0D31A0. Grayscale: #CCCCCC. Windows color (decimal): -864673 or 6278898. OLE color: 6278898.
HSL color Cylindrical-coordinate representation of color #F2CE5F: hue angle of 45.31º 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 #F2CE5F is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 95 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.05 |
| HSL | 45.31º | 0.85% | 0.66% | - |
| HSV(B) | 45.31º | 0.61% | 0.95% | - |
| XYZ | 60.75 | 63.85 | 19.95 | - |
| YUV | 204.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 95 | 0 | 0.15 | 0.61 | 0.05 | 45.31 | 0.85 | 0.66 |
| Hex | F2 | CE | 5F | 0 | F | 3D | 5 | 2D | 55 | 42 |
| Octal | 362 | 316 | 137 | 0 | 17 | 75 | 5 | 55 | 125 | 102 |
| Binary | 11110010 | 11001110 | 1011111 | 0 | 1111 | 111101 | 101 | 101101 | 1010101 | 1000010 |
Color Harmonies of #F2CE5F
Complementary color
Monochromatic Colors of #F2CE5F
Black with #F2CE5F
Text Example
Text Example
White with #F2CE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE5F; }
p { color: rgb(242,206,95); }
H1.HeaderClassName
{
color: #F2CE5F;
}
.AnyTagClassName
{
color: #F2CE5F;
}
</style>
background-color css
<style>
a { background-color: #F2CE5F; }
a { background-color: rgb(242,206,95); }
div.DivClassName
{
background-color: #F2CE5F;
}
.BgClassName
{
background-color: #F2CE5F;
}
</style>
border-color css
<style>
span { border-color: #F2CE5F; }
span { border-color: rgb(242,206,95); }
td.TdClassName
{
border-color: #F2CE5F;
}
.TagClassName
{
border-color: #F2CE5F;
}
</style>