Shades of Kournikova #FDC958
Tints of Kournikova #FDC958
RGB
CMYK
RGB Variations
Color information
#FDC958 (or 0xFDC958) is known color: Kournikova. HEX triplet: FD, C9 and 58. RGB value is (253,201,88). Sum of RGB (Red+Green+Blue) = 253+201+88=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC958 is #0236A7. Grayscale: #CCCCCC. Windows color (decimal): -145064 or 5818877. OLE color: 5818877.
HSL color Cylindrical-coordinate representation of color #FDC958: hue angle of 41.09º 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 #FDC958 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 88 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.01 |
| HSL | 41.09º | 0.98% | 0.67% | - |
| HSV(B) | 41.09º | 0.65% | 0.99% | - |
| XYZ | 63.16 | 63.36 | 18.13 | - |
| YUV | 203.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 88 | 0 | 0.21 | 0.65 | 0.01 | 41.09 | 0.98 | 0.67 |
| Hex | FD | C9 | 58 | 0 | 15 | 41 | 1 | 29 | 62 | 43 |
| Octal | 375 | 311 | 130 | 0 | 25 | 101 | 1 | 51 | 142 | 103 |
| Binary | 11111101 | 11001001 | 1011000 | 0 | 10101 | 1000001 | 1 | 101001 | 1100010 | 1000011 |
Color Harmonies of #FDC958
Complementary color
Monochromatic Colors of #FDC958
Black with #FDC958
Text Example
Text Example
White with #FDC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC958; }
p { color: rgb(253,201,88); }
H1.HeaderClassName
{
color: #FDC958;
}
.AnyTagClassName
{
color: #FDC958;
}
</style>
background-color css
<style>
a { background-color: #FDC958; }
a { background-color: rgb(253,201,88); }
div.DivClassName
{
background-color: #FDC958;
}
.BgClassName
{
background-color: #FDC958;
}
</style>
border-color css
<style>
span { border-color: #FDC958; }
span { border-color: rgb(253,201,88); }
td.TdClassName
{
border-color: #FDC958;
}
.TagClassName
{
border-color: #FDC958;
}
</style>