Shades of Kournikova #F2CB5B
Tints of Kournikova #F2CB5B
RGB
CMYK
RGB Variations
Color information
#F2CB5B (or 0xF2CB5B) is known color: Kournikova. HEX triplet: F2, CB and 5B. RGB value is (242,203,91). Sum of RGB (Red+Green+Blue) = 242+203+91=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB5B is #0D34A4. Grayscale: #CACACA. Windows color (decimal): -865445 or 6015986. OLE color: 6015986.
HSL color Cylindrical-coordinate representation of color #F2CB5B: hue angle of 44.5º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2CB5B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 91 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.05 |
| HSL | 44.5º | 0.85% | 0.65% | - |
| HSV(B) | 44.5º | 0.62% | 0.95% | - |
| XYZ | 59.86 | 62.34 | 18.78 | - |
| YUV | 201.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 91 | 0 | 0.16 | 0.62 | 0.05 | 44.5 | 0.85 | 0.65 |
| Hex | F2 | CB | 5B | 0 | 10 | 3E | 5 | 2D | 55 | 41 |
| Octal | 362 | 313 | 133 | 0 | 20 | 76 | 5 | 55 | 125 | 101 |
| Binary | 11110010 | 11001011 | 1011011 | 0 | 10000 | 111110 | 101 | 101101 | 1010101 | 1000001 |
Color Harmonies of #F2CB5B
Complementary color
Monochromatic Colors of #F2CB5B
Black with #F2CB5B
Text Example
Text Example
White with #F2CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB5B; }
p { color: rgb(242,203,91); }
H1.HeaderClassName
{
color: #F2CB5B;
}
.AnyTagClassName
{
color: #F2CB5B;
}
</style>
background-color css
<style>
a { background-color: #F2CB5B; }
a { background-color: rgb(242,203,91); }
div.DivClassName
{
background-color: #F2CB5B;
}
.BgClassName
{
background-color: #F2CB5B;
}
</style>
border-color css
<style>
span { border-color: #F2CB5B; }
span { border-color: rgb(242,203,91); }
td.TdClassName
{
border-color: #F2CB5B;
}
.TagClassName
{
border-color: #F2CB5B;
}
</style>