Shades of Kournikova #FCD556
Tints of Kournikova #FCD556
RGB
CMYK
RGB Variations
Color information
#FCD556 (or 0xFCD556) is known color: Kournikova. HEX triplet: FC, D5 and 56. RGB value is (252,213,86). Sum of RGB (Red+Green+Blue) = 252+213+86=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD556 is #032AA9. Grayscale: #D2D2D2. Windows color (decimal): -207530 or 5690876. OLE color: 5690876.
HSL color Cylindrical-coordinate representation of color #FCD556: hue angle of 45.9º 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 #FCD556 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 86 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.01 |
| HSL | 45.9º | 0.97% | 0.66% | - |
| HSV(B) | 45.9º | 0.66% | 0.99% | - |
| XYZ | 65.62 | 68.96 | 18.66 | - |
| YUV | 210.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 86 | 0 | 0.15 | 0.66 | 0.01 | 45.9 | 0.97 | 0.66 |
| Hex | FC | D5 | 56 | 0 | F | 42 | 1 | 2E | 61 | 42 |
| Octal | 374 | 325 | 126 | 0 | 17 | 102 | 1 | 56 | 141 | 102 |
| Binary | 11111100 | 11010101 | 1010110 | 0 | 1111 | 1000010 | 1 | 101110 | 1100001 | 1000010 |
Color Harmonies of #FCD556
Complementary color
Monochromatic Colors of #FCD556
Black with #FCD556
Text Example
Text Example
White with #FCD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD556; }
p { color: rgb(252,213,86); }
H1.HeaderClassName
{
color: #FCD556;
}
.AnyTagClassName
{
color: #FCD556;
}
</style>
background-color css
<style>
a { background-color: #FCD556; }
a { background-color: rgb(252,213,86); }
div.DivClassName
{
background-color: #FCD556;
}
.BgClassName
{
background-color: #FCD556;
}
</style>
border-color css
<style>
span { border-color: #FCD556; }
span { border-color: rgb(252,213,86); }
td.TdClassName
{
border-color: #FCD556;
}
.TagClassName
{
border-color: #FCD556;
}
</style>