Shades of Kournikova #FCCF56
Tints of Kournikova #FCCF56
RGB
CMYK
RGB Variations
Color information
#FCCF56 (or 0xFCCF56) is known color: Kournikova. HEX triplet: FC, CF and 56. RGB value is (252,207,86). Sum of RGB (Red+Green+Blue) = 252+207+86=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF56 is #0330A9. Grayscale: #CFCFCF. Windows color (decimal): -209066 or 5689340. OLE color: 5689340.
HSL color Cylindrical-coordinate representation of color #FCCF56: hue angle of 43.73º 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 #FCCF56 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 86 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.01 |
| HSL | 43.73º | 0.97% | 0.66% | - |
| HSV(B) | 43.73º | 0.66% | 0.99% | - |
| XYZ | 64.14 | 65.99 | 18.16 | - |
| YUV | 206.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 86 | 0 | 0.18 | 0.66 | 0.01 | 43.73 | 0.97 | 0.66 |
| Hex | FC | CF | 56 | 0 | 12 | 42 | 1 | 2C | 61 | 42 |
| Octal | 374 | 317 | 126 | 0 | 22 | 102 | 1 | 54 | 141 | 102 |
| Binary | 11111100 | 11001111 | 1010110 | 0 | 10010 | 1000010 | 1 | 101100 | 1100001 | 1000010 |
Color Harmonies of #FCCF56
Complementary color
Monochromatic Colors of #FCCF56
Black with #FCCF56
Text Example
Text Example
White with #FCCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF56; }
p { color: rgb(252,207,86); }
H1.HeaderClassName
{
color: #FCCF56;
}
.AnyTagClassName
{
color: #FCCF56;
}
</style>
background-color css
<style>
a { background-color: #FCCF56; }
a { background-color: rgb(252,207,86); }
div.DivClassName
{
background-color: #FCCF56;
}
.BgClassName
{
background-color: #FCCF56;
}
</style>
border-color css
<style>
span { border-color: #FCCF56; }
span { border-color: rgb(252,207,86); }
td.TdClassName
{
border-color: #FCCF56;
}
.TagClassName
{
border-color: #FCCF56;
}
</style>