Shades of Kournikova #FCD156
Tints of Kournikova #FCD156
RGB
CMYK
RGB Variations
Color information
#FCD156 (or 0xFCD156) is known color: Kournikova. HEX triplet: FC, D1 and 56. RGB value is (252,209,86). Sum of RGB (Red+Green+Blue) = 252+209+86=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD156 is #032EA9. Grayscale: #D0D0D0. Windows color (decimal): -208554 or 5689852. OLE color: 5689852.
HSL color Cylindrical-coordinate representation of color #FCD156: hue angle of 44.46º degrees, saturation: 0.97, 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 #FCD156 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 86 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.01 |
| HSL | 44.46º | 0.97% | 0.66% | - |
| HSV(B) | 44.46º | 0.66% | 0.99% | - |
| XYZ | 64.63 | 66.97 | 18.32 | - |
| YUV | 207.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 86 | 0 | 0.17 | 0.66 | 0.01 | 44.46 | 0.97 | 0.66 |
| Hex | FC | D1 | 56 | 0 | 11 | 42 | 1 | 2C | 61 | 42 |
| Octal | 374 | 321 | 126 | 0 | 21 | 102 | 1 | 54 | 141 | 102 |
| Binary | 11111100 | 11010001 | 1010110 | 0 | 10001 | 1000010 | 1 | 101100 | 1100001 | 1000010 |
Color Harmonies of #FCD156
Complementary color
Monochromatic Colors of #FCD156
Black with #FCD156
Text Example
Text Example
White with #FCD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD156; }
p { color: rgb(252,209,86); }
H1.HeaderClassName
{
color: #FCD156;
}
.AnyTagClassName
{
color: #FCD156;
}
</style>
background-color css
<style>
a { background-color: #FCD156; }
a { background-color: rgb(252,209,86); }
div.DivClassName
{
background-color: #FCD156;
}
.BgClassName
{
background-color: #FCD156;
}
</style>
border-color css
<style>
span { border-color: #FCD156; }
span { border-color: rgb(252,209,86); }
td.TdClassName
{
border-color: #FCD156;
}
.TagClassName
{
border-color: #FCD156;
}
</style>