Shades of Kournikova #F2CB5F
Tints of Kournikova #F2CB5F
RGB
CMYK
RGB Variations
Color information
#F2CB5F (or 0xF2CB5F) is known color: Kournikova. HEX triplet: F2, CB and 5F. RGB value is (242,203,95). Sum of RGB (Red+Green+Blue) = 242+203+95=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB5F is #0D34A0. Grayscale: #CACACA. Windows color (decimal): -865441 or 6278130. OLE color: 6278130.
HSL color Cylindrical-coordinate representation of color #F2CB5F: hue angle of 44.08º 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 #F2CB5F is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 95 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.05 |
| HSL | 44.08º | 0.85% | 0.66% | - |
| HSV(B) | 44.08º | 0.61% | 0.95% | - |
| XYZ | 60.04 | 62.42 | 19.71 | - |
| YUV | 202.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 95 | 0 | 0.16 | 0.61 | 0.05 | 44.08 | 0.85 | 0.66 |
| Hex | F2 | CB | 5F | 0 | 10 | 3D | 5 | 2C | 55 | 42 |
| Octal | 362 | 313 | 137 | 0 | 20 | 75 | 5 | 54 | 125 | 102 |
| Binary | 11110010 | 11001011 | 1011111 | 0 | 10000 | 111101 | 101 | 101100 | 1010101 | 1000010 |
Color Harmonies of #F2CB5F
Complementary color
Monochromatic Colors of #F2CB5F
Black with #F2CB5F
Text Example
Text Example
White with #F2CB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB5F; }
p { color: rgb(242,203,95); }
H1.HeaderClassName
{
color: #F2CB5F;
}
.AnyTagClassName
{
color: #F2CB5F;
}
</style>
background-color css
<style>
a { background-color: #F2CB5F; }
a { background-color: rgb(242,203,95); }
div.DivClassName
{
background-color: #F2CB5F;
}
.BgClassName
{
background-color: #F2CB5F;
}
</style>
border-color css
<style>
span { border-color: #F2CB5F; }
span { border-color: rgb(242,203,95); }
td.TdClassName
{
border-color: #F2CB5F;
}
.TagClassName
{
border-color: #F2CB5F;
}
</style>