Shades of Kournikova #FCC959
Tints of Kournikova #FCC959
RGB
CMYK
RGB Variations
Color information
#FCC959 (or 0xFCC959) is known color: Kournikova. HEX triplet: FC, C9 and 59. RGB value is (252,201,89). Sum of RGB (Red+Green+Blue) = 252+201+89=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC959 is #0336A6. Grayscale: #CBCBCB. Windows color (decimal): -210599 or 5884412. OLE color: 5884412.
HSL color Cylindrical-coordinate representation of color #FCC959: hue angle of 41.23º degrees, saturation: 0.96, 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 #FCC959 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 89 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.01 |
| HSL | 41.23º | 0.96% | 0.67% | - |
| HSV(B) | 41.23º | 0.65% | 0.99% | - |
| XYZ | 62.83 | 63.19 | 18.34 | - |
| YUV | 203.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 89 | 0 | 0.20 | 0.65 | 0.01 | 41.23 | 0.96 | 0.67 |
| Hex | FC | C9 | 59 | 0 | 14 | 41 | 1 | 29 | 60 | 43 |
| Octal | 374 | 311 | 131 | 0 | 24 | 101 | 1 | 51 | 140 | 103 |
| Binary | 11111100 | 11001001 | 1011001 | 0 | 10100 | 1000001 | 1 | 101001 | 1100000 | 1000011 |
Color Harmonies of #FCC959
Complementary color
Monochromatic Colors of #FCC959
Black with #FCC959
Text Example
Text Example
White with #FCC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC959; }
p { color: rgb(252,201,89); }
H1.HeaderClassName
{
color: #FCC959;
}
.AnyTagClassName
{
color: #FCC959;
}
</style>
background-color css
<style>
a { background-color: #FCC959; }
a { background-color: rgb(252,201,89); }
div.DivClassName
{
background-color: #FCC959;
}
.BgClassName
{
background-color: #FCC959;
}
</style>
border-color css
<style>
span { border-color: #FCC959; }
span { border-color: rgb(252,201,89); }
td.TdClassName
{
border-color: #FCC959;
}
.TagClassName
{
border-color: #FCC959;
}
</style>