Shades of Kournikova #FCD347
Tints of Kournikova #FCD347
RGB
CMYK
RGB Variations
Color information
#FCD347 (or 0xFCD347) is known color: Kournikova. HEX triplet: FC, D3 and 47. RGB value is (252,211,71). Sum of RGB (Red+Green+Blue) = 252+211+71=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD347 is #032CB8. Grayscale: #CFCFCF. Windows color (decimal): -208057 or 4707324. OLE color: 4707324.
HSL color Cylindrical-coordinate representation of color #FCD347: hue angle of 46.41º 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 #FCD347 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 71 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.01 |
| HSL | 46.41º | 0.97% | 0.63% | - |
| HSV(B) | 46.41º | 0.72% | 0.99% | - |
| XYZ | 64.58 | 67.74 | 15.63 | - |
| YUV | 207.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 71 | 0 | 0.16 | 0.72 | 0.01 | 46.41 | 0.97 | 0.63 |
| Hex | FC | D3 | 47 | 0 | 10 | 48 | 1 | 2E | 61 | 3F |
| Octal | 374 | 323 | 107 | 0 | 20 | 110 | 1 | 56 | 141 | 77 |
| Binary | 11111100 | 11010011 | 1000111 | 0 | 10000 | 1001000 | 1 | 101110 | 1100001 | 111111 |
Color Harmonies of #FCD347
Complementary color
Monochromatic Colors of #FCD347
Black with #FCD347
Text Example
Text Example
White with #FCD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD347; }
p { color: rgb(252,211,71); }
H1.HeaderClassName
{
color: #FCD347;
}
.AnyTagClassName
{
color: #FCD347;
}
</style>
background-color css
<style>
a { background-color: #FCD347; }
a { background-color: rgb(252,211,71); }
div.DivClassName
{
background-color: #FCD347;
}
.BgClassName
{
background-color: #FCD347;
}
</style>
border-color css
<style>
span { border-color: #FCD347; }
span { border-color: rgb(252,211,71); }
td.TdClassName
{
border-color: #FCD347;
}
.TagClassName
{
border-color: #FCD347;
}
</style>