Shades of Kournikova #FCCF47
Tints of Kournikova #FCCF47
RGB
CMYK
RGB Variations
Color information
#FCCF47 (or 0xFCCF47) is known color: Kournikova. HEX triplet: FC, CF and 47. RGB value is (252,207,71). Sum of RGB (Red+Green+Blue) = 252+207+71=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF47 is #0330B8. Grayscale: #CDCDCD. Windows color (decimal): -209081 or 4706300. OLE color: 4706300.
HSL color Cylindrical-coordinate representation of color #FCCF47: hue angle of 45.08º 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 #FCCF47 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 71 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 45.08º | 0.97% | 0.63% | - |
| HSV(B) | 45.08º | 0.72% | 0.99% | - |
| XYZ | 63.6 | 65.78 | 15.31 | - |
| YUV | 204.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 71 | 0 | 0.18 | 0.72 | 0.01 | 45.08 | 0.97 | 0.63 |
| Hex | FC | CF | 47 | 0 | 12 | 48 | 1 | 2D | 61 | 3F |
| Octal | 374 | 317 | 107 | 0 | 22 | 110 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001111 | 1000111 | 0 | 10010 | 1001000 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCF47
Complementary color
Monochromatic Colors of #FCCF47
Black with #FCCF47
Text Example
Text Example
White with #FCCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF47; }
p { color: rgb(252,207,71); }
H1.HeaderClassName
{
color: #FCCF47;
}
.AnyTagClassName
{
color: #FCCF47;
}
</style>
background-color css
<style>
a { background-color: #FCCF47; }
a { background-color: rgb(252,207,71); }
div.DivClassName
{
background-color: #FCCF47;
}
.BgClassName
{
background-color: #FCCF47;
}
</style>
border-color css
<style>
span { border-color: #FCCF47; }
span { border-color: rgb(252,207,71); }
td.TdClassName
{
border-color: #FCCF47;
}
.TagClassName
{
border-color: #FCCF47;
}
</style>