Shades of Kournikova #FCCC51
Tints of Kournikova #FCCC51
RGB
CMYK
RGB Variations
Color information
#FCCC51 (or 0xFCCC51) is known color: Kournikova. HEX triplet: FC, CC and 51. RGB value is (252,204,81). Sum of RGB (Red+Green+Blue) = 252+204+81=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC51 is #0333AE. Grayscale: #CCCCCC. Windows color (decimal): -209839 or 5360892. OLE color: 5360892.
HSL color Cylindrical-coordinate representation of color #FCCC51: hue angle of 43.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCCC51 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 81 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.01 |
| HSL | 43.16º | 0.97% | 0.65% | - |
| HSV(B) | 43.16º | 0.68% | 0.99% | - |
| XYZ | 63.22 | 64.48 | 16.9 | - |
| YUV | 204.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 81 | 0 | 0.19 | 0.68 | 0.01 | 43.16 | 0.97 | 0.65 |
| Hex | FC | CC | 51 | 0 | 13 | 44 | 1 | 2B | 61 | 41 |
| Octal | 374 | 314 | 121 | 0 | 23 | 104 | 1 | 53 | 141 | 101 |
| Binary | 11111100 | 11001100 | 1010001 | 0 | 10011 | 1000100 | 1 | 101011 | 1100001 | 1000001 |
Color Harmonies of #FCCC51
Complementary color
Monochromatic Colors of #FCCC51
Black with #FCCC51
Text Example
Text Example
White with #FCCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC51; }
p { color: rgb(252,204,81); }
H1.HeaderClassName
{
color: #FCCC51;
}
.AnyTagClassName
{
color: #FCCC51;
}
</style>
background-color css
<style>
a { background-color: #FCCC51; }
a { background-color: rgb(252,204,81); }
div.DivClassName
{
background-color: #FCCC51;
}
.BgClassName
{
background-color: #FCCC51;
}
</style>
border-color css
<style>
span { border-color: #FCCC51; }
span { border-color: rgb(252,204,81); }
td.TdClassName
{
border-color: #FCCC51;
}
.TagClassName
{
border-color: #FCCC51;
}
</style>