Shades of Kournikova #FCCC47
Tints of Kournikova #FCCC47
RGB
CMYK
RGB Variations
Color information
#FCCC47 (or 0xFCCC47) is known color: Kournikova. HEX triplet: FC, CC and 47. RGB value is (252,204,71). Sum of RGB (Red+Green+Blue) = 252+204+71=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC47 is #0333B8. Grayscale: #CBCBCB. Windows color (decimal): -209849 or 4705532. OLE color: 4705532.
HSL color Cylindrical-coordinate representation of color #FCCC47: hue angle of 44.09º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCCC47 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 71 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.01 |
| HSL | 44.09º | 0.97% | 0.63% | - |
| HSV(B) | 44.09º | 0.72% | 0.99% | - |
| XYZ | 62.88 | 64.34 | 15.07 | - |
| YUV | 203.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 71 | 0 | 0.19 | 0.72 | 0.01 | 44.09 | 0.97 | 0.63 |
| Hex | FC | CC | 47 | 0 | 13 | 48 | 1 | 2C | 61 | 3F |
| Octal | 374 | 314 | 107 | 0 | 23 | 110 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001100 | 1000111 | 0 | 10011 | 1001000 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCC47
Complementary color
Monochromatic Colors of #FCCC47
Black with #FCCC47
Text Example
Text Example
White with #FCCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC47; }
p { color: rgb(252,204,71); }
H1.HeaderClassName
{
color: #FCCC47;
}
.AnyTagClassName
{
color: #FCCC47;
}
</style>
background-color css
<style>
a { background-color: #FCCC47; }
a { background-color: rgb(252,204,71); }
div.DivClassName
{
background-color: #FCCC47;
}
.BgClassName
{
background-color: #FCCC47;
}
</style>
border-color css
<style>
span { border-color: #FCCC47; }
span { border-color: rgb(252,204,71); }
td.TdClassName
{
border-color: #FCCC47;
}
.TagClassName
{
border-color: #FCCC47;
}
</style>