Shades of Kournikova #FDC959
Tints of Kournikova #FDC959
RGB
CMYK
RGB Variations
Color information
#FDC959 (or 0xFDC959) is known color: Kournikova. HEX triplet: FD, C9 and 59. RGB value is (253,201,89). Sum of RGB (Red+Green+Blue) = 253+201+89=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC959 is #0236A6. Grayscale: #CCCCCC. Windows color (decimal): -145063 or 5884413. OLE color: 5884413.
HSL color Cylindrical-coordinate representation of color #FDC959: hue angle of 40.98º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDC959 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 89 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.01 |
| HSL | 40.98º | 0.98% | 0.67% | - |
| HSV(B) | 40.98º | 0.65% | 0.99% | - |
| XYZ | 63.2 | 63.38 | 18.35 | - |
| YUV | 203.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 89 | 0 | 0.21 | 0.65 | 0.01 | 40.98 | 0.98 | 0.67 |
| Hex | FD | C9 | 59 | 0 | 15 | 41 | 1 | 29 | 62 | 43 |
| Octal | 375 | 311 | 131 | 0 | 25 | 101 | 1 | 51 | 142 | 103 |
| Binary | 11111101 | 11001001 | 1011001 | 0 | 10101 | 1000001 | 1 | 101001 | 1100010 | 1000011 |
Color Harmonies of #FDC959
Complementary color
Monochromatic Colors of #FDC959
Black with #FDC959
Text Example
Text Example
White with #FDC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC959; }
p { color: rgb(253,201,89); }
H1.HeaderClassName
{
color: #FDC959;
}
.AnyTagClassName
{
color: #FDC959;
}
</style>
background-color css
<style>
a { background-color: #FDC959; }
a { background-color: rgb(253,201,89); }
div.DivClassName
{
background-color: #FDC959;
}
.BgClassName
{
background-color: #FDC959;
}
</style>
border-color css
<style>
span { border-color: #FDC959; }
span { border-color: rgb(253,201,89); }
td.TdClassName
{
border-color: #FDC959;
}
.TagClassName
{
border-color: #FDC959;
}
</style>