Shades of Kournikova #FCD351
Tints of Kournikova #FCD351
RGB
CMYK
RGB Variations
Color information
#FCD351 (or 0xFCD351) is known color: Kournikova. HEX triplet: FC, D3 and 51. RGB value is (252,211,81). Sum of RGB (Red+Green+Blue) = 252+211+81=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 81 (32.03% from 255 or 14.89% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD351 is #032CAE. Grayscale: #D0D0D0. Windows color (decimal): -208047 or 5362684. OLE color: 5362684.
HSL color Cylindrical-coordinate representation of color #FCD351: hue angle of 45.61º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCD351 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.01 |
| HSL | 45.61º | 0.97% | 0.65% | - |
| HSV(B) | 45.61º | 0.68% | 0.99% | - |
| XYZ | 64.92 | 67.88 | 17.46 | - |
| YUV | 208.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 81 | 0 | 0.16 | 0.68 | 0.01 | 45.61 | 0.97 | 0.65 |
| Hex | FC | D3 | 51 | 0 | 10 | 44 | 1 | 2E | 61 | 41 |
| Octal | 374 | 323 | 121 | 0 | 20 | 104 | 1 | 56 | 141 | 101 |
| Binary | 11111100 | 11010011 | 1010001 | 0 | 10000 | 1000100 | 1 | 101110 | 1100001 | 1000001 |
Color Harmonies of #FCD351
Complementary color
Monochromatic Colors of #FCD351
Black with #FCD351
Text Example
Text Example
White with #FCD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD351; }
p { color: rgb(252,211,81); }
H1.HeaderClassName
{
color: #FCD351;
}
.AnyTagClassName
{
color: #FCD351;
}
</style>
background-color css
<style>
a { background-color: #FCD351; }
a { background-color: rgb(252,211,81); }
div.DivClassName
{
background-color: #FCD351;
}
.BgClassName
{
background-color: #FCD351;
}
</style>
border-color css
<style>
span { border-color: #FCD351; }
span { border-color: rgb(252,211,81); }
td.TdClassName
{
border-color: #FCD351;
}
.TagClassName
{
border-color: #FCD351;
}
</style>