Shades of Kournikova #FCD259
Tints of Kournikova #FCD259
RGB
CMYK
RGB Variations
Color information
#FCD259 (or 0xFCD259) is known color: Kournikova. HEX triplet: FC, D2 and 59. RGB value is (252,210,89). Sum of RGB (Red+Green+Blue) = 252+210+89=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD259 is #032DA6. Grayscale: #D1D1D1. Windows color (decimal): -208295 or 5886716. OLE color: 5886716.
HSL color Cylindrical-coordinate representation of color #FCD259: hue angle of 44.54º 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 #FCD259 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 89 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.01 |
| HSL | 44.54º | 0.96% | 0.67% | - |
| HSV(B) | 44.54º | 0.65% | 0.99% | - |
| XYZ | 64.99 | 67.51 | 19.06 | - |
| YUV | 208.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 89 | 0 | 0.17 | 0.65 | 0.01 | 44.54 | 0.96 | 0.67 |
| Hex | FC | D2 | 59 | 0 | 11 | 41 | 1 | 2D | 60 | 43 |
| Octal | 374 | 322 | 131 | 0 | 21 | 101 | 1 | 55 | 140 | 103 |
| Binary | 11111100 | 11010010 | 1011001 | 0 | 10001 | 1000001 | 1 | 101101 | 1100000 | 1000011 |
Color Harmonies of #FCD259
Complementary color
Monochromatic Colors of #FCD259
Black with #FCD259
Text Example
Text Example
White with #FCD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD259; }
p { color: rgb(252,210,89); }
H1.HeaderClassName
{
color: #FCD259;
}
.AnyTagClassName
{
color: #FCD259;
}
</style>
background-color css
<style>
a { background-color: #FCD259; }
a { background-color: rgb(252,210,89); }
div.DivClassName
{
background-color: #FCD259;
}
.BgClassName
{
background-color: #FCD259;
}
</style>
border-color css
<style>
span { border-color: #FCD259; }
span { border-color: rgb(252,210,89); }
td.TdClassName
{
border-color: #FCD259;
}
.TagClassName
{
border-color: #FCD259;
}
</style>