Shades of Kournikova #FCD354
Tints of Kournikova #FCD354
RGB
CMYK
RGB Variations
Color information
#FCD354 (or 0xFCD354) is known color: Kournikova. HEX triplet: FC, D3 and 54. RGB value is (252,211,84). Sum of RGB (Red+Green+Blue) = 252+211+84=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD354 is #032CAB. Grayscale: #D1D1D1. Windows color (decimal): -208044 or 5559292. OLE color: 5559292.
HSL color Cylindrical-coordinate representation of color #FCD354: hue angle of 45.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD354 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.01 |
| HSL | 45.36º | 0.97% | 0.66% | - |
| HSV(B) | 45.36º | 0.67% | 0.99% | - |
| XYZ | 65.04 | 67.92 | 18.07 | - |
| YUV | 208.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 84 | 0 | 0.16 | 0.67 | 0.01 | 45.36 | 0.97 | 0.66 |
| Hex | FC | D3 | 54 | 0 | 10 | 43 | 1 | 2D | 61 | 42 |
| Octal | 374 | 323 | 124 | 0 | 20 | 103 | 1 | 55 | 141 | 102 |
| Binary | 11111100 | 11010011 | 1010100 | 0 | 10000 | 1000011 | 1 | 101101 | 1100001 | 1000010 |
Color Harmonies of #FCD354
Complementary color
Monochromatic Colors of #FCD354
Black with #FCD354
Text Example
Text Example
White with #FCD354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD354; }
p { color: rgb(252,211,84); }
H1.HeaderClassName
{
color: #FCD354;
}
.AnyTagClassName
{
color: #FCD354;
}
</style>
background-color css
<style>
a { background-color: #FCD354; }
a { background-color: rgb(252,211,84); }
div.DivClassName
{
background-color: #FCD354;
}
.BgClassName
{
background-color: #FCD354;
}
</style>
border-color css
<style>
span { border-color: #FCD354; }
span { border-color: rgb(252,211,84); }
td.TdClassName
{
border-color: #FCD354;
}
.TagClassName
{
border-color: #FCD354;
}
</style>