Shades of Kournikova #FDC956
Tints of Kournikova #FDC956
RGB
CMYK
RGB Variations
Color information
#FDC956 (or 0xFDC956) is known color: Kournikova. HEX triplet: FD, C9 and 56. RGB value is (253,201,86). Sum of RGB (Red+Green+Blue) = 253+201+86=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC956 is #0236A9. Grayscale: #CBCBCB. Windows color (decimal): -145066 or 5687805. OLE color: 5687805.
HSL color Cylindrical-coordinate representation of color #FDC956: hue angle of 41.32º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC956 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.01 |
| HSL | 41.32º | 0.98% | 0.66% | - |
| HSV(B) | 41.32º | 0.66% | 0.99% | - |
| XYZ | 63.07 | 63.33 | 17.7 | - |
| YUV | 203.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 86 | 0 | 0.21 | 0.66 | 0.01 | 41.32 | 0.98 | 0.66 |
| Hex | FD | C9 | 56 | 0 | 15 | 42 | 1 | 29 | 62 | 42 |
| Octal | 375 | 311 | 126 | 0 | 25 | 102 | 1 | 51 | 142 | 102 |
| Binary | 11111101 | 11001001 | 1010110 | 0 | 10101 | 1000010 | 1 | 101001 | 1100010 | 1000010 |
Color Harmonies of #FDC956
Complementary color
Monochromatic Colors of #FDC956
Black with #FDC956
Text Example
Text Example
White with #FDC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC956; }
p { color: rgb(253,201,86); }
H1.HeaderClassName
{
color: #FDC956;
}
.AnyTagClassName
{
color: #FDC956;
}
</style>
background-color css
<style>
a { background-color: #FDC956; }
a { background-color: rgb(253,201,86); }
div.DivClassName
{
background-color: #FDC956;
}
.BgClassName
{
background-color: #FDC956;
}
</style>
border-color css
<style>
span { border-color: #FDC956; }
span { border-color: rgb(253,201,86); }
td.TdClassName
{
border-color: #FDC956;
}
.TagClassName
{
border-color: #FDC956;
}
</style>