Shades of Kournikova #FCCD56
Tints of Kournikova #FCCD56
RGB
CMYK
RGB Variations
Color information
#FCCD56 (or 0xFCCD56) is known color: Kournikova. HEX triplet: FC, CD and 56. RGB value is (252,205,86). Sum of RGB (Red+Green+Blue) = 252+205+86=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD56 is #0332A9. Grayscale: #CECECE. Windows color (decimal): -209578 or 5688828. OLE color: 5688828.
HSL color Cylindrical-coordinate representation of color #FCCD56: hue angle of 43.01º 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 #FCCD56 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 86 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.01 |
| HSL | 43.01º | 0.97% | 0.66% | - |
| HSV(B) | 43.01º | 0.66% | 0.99% | - |
| XYZ | 63.66 | 65.03 | 18 | - |
| YUV | 205.49 | 60.57 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 86 | 0 | 0.19 | 0.66 | 0.01 | 43.01 | 0.97 | 0.66 |
| Hex | FC | CD | 56 | 0 | 13 | 42 | 1 | 2B | 61 | 42 |
| Octal | 374 | 315 | 126 | 0 | 23 | 102 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001101 | 1010110 | 0 | 10011 | 1000010 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCD56
Complementary color
Monochromatic Colors of #FCCD56
Black with #FCCD56
Text Example
Text Example
White with #FCCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD56; }
p { color: rgb(252,205,86); }
H1.HeaderClassName
{
color: #FCCD56;
}
.AnyTagClassName
{
color: #FCCD56;
}
</style>
background-color css
<style>
a { background-color: #FCCD56; }
a { background-color: rgb(252,205,86); }
div.DivClassName
{
background-color: #FCCD56;
}
.BgClassName
{
background-color: #FCCD56;
}
</style>
border-color css
<style>
span { border-color: #FCCD56; }
span { border-color: rgb(252,205,86); }
td.TdClassName
{
border-color: #FCCD56;
}
.TagClassName
{
border-color: #FCCD56;
}
</style>