Shades of Kournikova #F9C858
Tints of Kournikova #F9C858
RGB
CMYK
RGB Variations
Color information
#F9C858 (or 0xF9C858) is known color: Kournikova. HEX triplet: F9, C8 and 58. RGB value is (249,200,88). Sum of RGB (Red+Green+Blue) = 249+200+88=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C858 is #0637A7. Grayscale: #CACACA. Windows color (decimal): -407464 or 5818617. OLE color: 5818617.
HSL color Cylindrical-coordinate representation of color #F9C858: hue angle of 41.74º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9C858 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 88 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.02 |
| HSL | 41.74º | 0.93% | 0.66% | - |
| HSV(B) | 41.74º | 0.65% | 0.98% | - |
| XYZ | 61.48 | 62.15 | 17.99 | - |
| YUV | 201.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 88 | 0 | 0.20 | 0.65 | 0.02 | 41.74 | 0.93 | 0.66 |
| Hex | F9 | C8 | 58 | 0 | 14 | 41 | 2 | 2A | 5D | 42 |
| Octal | 371 | 310 | 130 | 0 | 24 | 101 | 2 | 52 | 135 | 102 |
| Binary | 11111001 | 11001000 | 1011000 | 0 | 10100 | 1000001 | 10 | 101010 | 1011101 | 1000010 |
Color Harmonies of #F9C858
Complementary color
Monochromatic Colors of #F9C858
Black with #F9C858
Text Example
Text Example
White with #F9C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C858; }
p { color: rgb(249,200,88); }
H1.HeaderClassName
{
color: #F9C858;
}
.AnyTagClassName
{
color: #F9C858;
}
</style>
background-color css
<style>
a { background-color: #F9C858; }
a { background-color: rgb(249,200,88); }
div.DivClassName
{
background-color: #F9C858;
}
.BgClassName
{
background-color: #F9C858;
}
</style>
border-color css
<style>
span { border-color: #F9C858; }
span { border-color: rgb(249,200,88); }
td.TdClassName
{
border-color: #F9C858;
}
.TagClassName
{
border-color: #F9C858;
}
</style>