Shades of Kournikova #FCCD47
Tints of Kournikova #FCCD47
RGB
CMYK
RGB Variations
Color information
#FCCD47 (or 0xFCCD47) is known color: Kournikova. HEX triplet: FC, CD and 47. RGB value is (252,205,71). Sum of RGB (Red+Green+Blue) = 252+205+71=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD47 is #0332B8. Grayscale: #CCCCCC. Windows color (decimal): -209593 or 4705788. OLE color: 4705788.
HSL color Cylindrical-coordinate representation of color #FCCD47: hue angle of 44.42º 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 #FCCD47 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 71 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.01 |
| HSL | 44.42º | 0.97% | 0.63% | - |
| HSV(B) | 44.42º | 0.72% | 0.99% | - |
| XYZ | 63.11 | 64.81 | 15.14 | - |
| YUV | 203.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 71 | 0 | 0.19 | 0.72 | 0.01 | 44.42 | 0.97 | 0.63 |
| Hex | FC | CD | 47 | 0 | 13 | 48 | 1 | 2C | 61 | 3F |
| Octal | 374 | 315 | 107 | 0 | 23 | 110 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001101 | 1000111 | 0 | 10011 | 1001000 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCD47
Complementary color
Monochromatic Colors of #FCCD47
Black with #FCCD47
Text Example
Text Example
White with #FCCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD47; }
p { color: rgb(252,205,71); }
H1.HeaderClassName
{
color: #FCCD47;
}
.AnyTagClassName
{
color: #FCCD47;
}
</style>
background-color css
<style>
a { background-color: #FCCD47; }
a { background-color: rgb(252,205,71); }
div.DivClassName
{
background-color: #FCCD47;
}
.BgClassName
{
background-color: #FCCD47;
}
</style>
border-color css
<style>
span { border-color: #FCCD47; }
span { border-color: rgb(252,205,71); }
td.TdClassName
{
border-color: #FCCD47;
}
.TagClassName
{
border-color: #FCCD47;
}
</style>