Shades of Kournikova #FCCC4D
Tints of Kournikova #FCCC4D
RGB
CMYK
RGB Variations
Color information
#FCCC4D (or 0xFCCC4D) is known color: Kournikova. HEX triplet: FC, CC and 4D. RGB value is (252,204,77). Sum of RGB (Red+Green+Blue) = 252+204+77=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC4D is #0333B2. Grayscale: #CCCCCC. Windows color (decimal): -209843 or 5098748. OLE color: 5098748.
HSL color Cylindrical-coordinate representation of color #FCCC4D: hue angle of 43.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCCC4D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 77 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.01 |
| HSL | 43.54º | 0.97% | 0.65% | - |
| HSV(B) | 43.54º | 0.69% | 0.99% | - |
| XYZ | 63.08 | 64.42 | 16.13 | - |
| YUV | 203.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 77 | 0 | 0.19 | 0.69 | 0.01 | 43.54 | 0.97 | 0.65 |
| Hex | FC | CC | 4D | 0 | 13 | 45 | 1 | 2C | 61 | 41 |
| Octal | 374 | 314 | 115 | 0 | 23 | 105 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001100 | 1001101 | 0 | 10011 | 1000101 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCC4D
Complementary color
Monochromatic Colors of #FCCC4D
Black with #FCCC4D
Text Example
Text Example
White with #FCCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC4D; }
p { color: rgb(252,204,77); }
H1.HeaderClassName
{
color: #FCCC4D;
}
.AnyTagClassName
{
color: #FCCC4D;
}
</style>
background-color css
<style>
a { background-color: #FCCC4D; }
a { background-color: rgb(252,204,77); }
div.DivClassName
{
background-color: #FCCC4D;
}
.BgClassName
{
background-color: #FCCC4D;
}
</style>
border-color css
<style>
span { border-color: #FCCC4D; }
span { border-color: rgb(252,204,77); }
td.TdClassName
{
border-color: #FCCC4D;
}
.TagClassName
{
border-color: #FCCC4D;
}
</style>