Shades of Kournikova #F0CB58
Tints of Kournikova #F0CB58
RGB
CMYK
RGB Variations
Color information
#F0CB58 (or 0xF0CB58) is known color: Kournikova. HEX triplet: F0, CB and 58. RGB value is (240,203,88). Sum of RGB (Red+Green+Blue) = 240+203+88=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB58 is #0F34A7. Grayscale: #C9C9C9. Windows color (decimal): -996520 or 5819376. OLE color: 5819376.
HSL color Cylindrical-coordinate representation of color #F0CB58: hue angle of 45.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0CB58 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 88 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.06 |
| HSL | 45.39º | 0.84% | 0.64% | - |
| HSV(B) | 45.39º | 0.63% | 0.94% | - |
| XYZ | 59.05 | 61.94 | 18.08 | - |
| YUV | 200.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 88 | 0 | 0.15 | 0.63 | 0.06 | 45.39 | 0.84 | 0.64 |
| Hex | F0 | CB | 58 | 0 | F | 3F | 6 | 2D | 54 | 40 |
| Octal | 360 | 313 | 130 | 0 | 17 | 77 | 6 | 55 | 124 | 100 |
| Binary | 11110000 | 11001011 | 1011000 | 0 | 1111 | 111111 | 110 | 101101 | 1010100 | 1000000 |
Color Harmonies of #F0CB58
Complementary color
Monochromatic Colors of #F0CB58
Black with #F0CB58
Text Example
Text Example
White with #F0CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB58; }
p { color: rgb(240,203,88); }
H1.HeaderClassName
{
color: #F0CB58;
}
.AnyTagClassName
{
color: #F0CB58;
}
</style>
background-color css
<style>
a { background-color: #F0CB58; }
a { background-color: rgb(240,203,88); }
div.DivClassName
{
background-color: #F0CB58;
}
.BgClassName
{
background-color: #F0CB58;
}
</style>
border-color css
<style>
span { border-color: #F0CB58; }
span { border-color: rgb(240,203,88); }
td.TdClassName
{
border-color: #F0CB58;
}
.TagClassName
{
border-color: #F0CB58;
}
</style>