Shades of Kournikova #FCCE56
Tints of Kournikova #FCCE56
RGB
CMYK
RGB Variations
Color information
#FCCE56 (or 0xFCCE56) is known color: Kournikova. HEX triplet: FC, CE and 56. RGB value is (252,206,86). Sum of RGB (Red+Green+Blue) = 252+206+86=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 86 (33.98% from 255 or 15.81% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE56 is #0331A9. Grayscale: #CECECE. Windows color (decimal): -209322 or 5689084. OLE color: 5689084.
HSL color Cylindrical-coordinate representation of color #FCCE56: hue angle of 43.37º 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 #FCCE56 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 86 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.01 |
| HSL | 43.37º | 0.97% | 0.66% | - |
| HSV(B) | 43.37º | 0.66% | 0.99% | - |
| XYZ | 63.9 | 65.51 | 18.08 | - |
| YUV | 206.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 86 | 0 | 0.18 | 0.66 | 0.01 | 43.37 | 0.97 | 0.66 |
| Hex | FC | CE | 56 | 0 | 12 | 42 | 1 | 2B | 61 | 42 |
| Octal | 374 | 316 | 126 | 0 | 22 | 102 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001110 | 1010110 | 0 | 10010 | 1000010 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCE56
Complementary color
Monochromatic Colors of #FCCE56
Black with #FCCE56
Text Example
Text Example
White with #FCCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE56; }
p { color: rgb(252,206,86); }
H1.HeaderClassName
{
color: #FCCE56;
}
.AnyTagClassName
{
color: #FCCE56;
}
</style>
background-color css
<style>
a { background-color: #FCCE56; }
a { background-color: rgb(252,206,86); }
div.DivClassName
{
background-color: #FCCE56;
}
.BgClassName
{
background-color: #FCCE56;
}
</style>
border-color css
<style>
span { border-color: #FCCE56; }
span { border-color: rgb(252,206,86); }
td.TdClassName
{
border-color: #FCCE56;
}
.TagClassName
{
border-color: #FCCE56;
}
</style>