Shades of Kournikova #FCCC44
Tints of Kournikova #FCCC44
RGB
CMYK
RGB Variations
Color information
#FCCC44 (or 0xFCCC44) is known color: Kournikova. HEX triplet: FC, CC and 44. RGB value is (252,204,68). Sum of RGB (Red+Green+Blue) = 252+204+68=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC44 is #0333BB. Grayscale: #CBCBCB. Windows color (decimal): -209852 or 4508924. OLE color: 4508924.
HSL color Cylindrical-coordinate representation of color #FCCC44: hue angle of 44.35º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCC44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.35º | 0.97% | 0.63% | - |
| HSV(B) | 44.35º | 0.73% | 0.99% | - |
| XYZ | 62.78 | 64.3 | 14.57 | - |
| YUV | 202.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 68 | 0 | 0.19 | 0.73 | 0.01 | 44.35 | 0.97 | 0.63 |
| Hex | FC | CC | 44 | 0 | 13 | 49 | 1 | 2C | 61 | 3F |
| Octal | 374 | 314 | 104 | 0 | 23 | 111 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001100 | 1000100 | 0 | 10011 | 1001001 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCC44
Complementary color
Monochromatic Colors of #FCCC44
Black with #FCCC44
Text Example
Text Example
White with #FCCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC44; }
p { color: rgb(252,204,68); }
H1.HeaderClassName
{
color: #FCCC44;
}
.AnyTagClassName
{
color: #FCCC44;
}
</style>
background-color css
<style>
a { background-color: #FCCC44; }
a { background-color: rgb(252,204,68); }
div.DivClassName
{
background-color: #FCCC44;
}
.BgClassName
{
background-color: #FCCC44;
}
</style>
border-color css
<style>
span { border-color: #FCCC44; }
span { border-color: rgb(252,204,68); }
td.TdClassName
{
border-color: #FCCC44;
}
.TagClassName
{
border-color: #FCCC44;
}
</style>