Shades of Kournikova #FCD04D
Tints of Kournikova #FCD04D
RGB
CMYK
RGB Variations
Color information
#FCD04D (or 0xFCD04D) is known color: Kournikova. HEX triplet: FC, D0 and 4D. RGB value is (252,208,77). Sum of RGB (Red+Green+Blue) = 252+208+77=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD04D is #032FB2. Grayscale: #CECECE. Windows color (decimal): -208819 or 5099772. OLE color: 5099772.
HSL color Cylindrical-coordinate representation of color #FCD04D: hue angle of 44.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCD04D is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 77 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.01 |
| HSL | 44.91º | 0.97% | 0.65% | - |
| HSV(B) | 44.91º | 0.69% | 0.99% | - |
| XYZ | 64.04 | 66.34 | 16.45 | - |
| YUV | 206.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 77 | 0 | 0.17 | 0.69 | 0.01 | 44.91 | 0.97 | 0.65 |
| Hex | FC | D0 | 4D | 0 | 11 | 45 | 1 | 2D | 61 | 41 |
| Octal | 374 | 320 | 115 | 0 | 21 | 105 | 1 | 55 | 141 | 101 |
| Binary | 11111100 | 11010000 | 1001101 | 0 | 10001 | 1000101 | 1 | 101101 | 1100001 | 1000001 |
Color Harmonies of #FCD04D
Complementary color
Monochromatic Colors of #FCD04D
Black with #FCD04D
Text Example
Text Example
White with #FCD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD04D; }
p { color: rgb(252,208,77); }
H1.HeaderClassName
{
color: #FCD04D;
}
.AnyTagClassName
{
color: #FCD04D;
}
</style>
background-color css
<style>
a { background-color: #FCD04D; }
a { background-color: rgb(252,208,77); }
div.DivClassName
{
background-color: #FCD04D;
}
.BgClassName
{
background-color: #FCD04D;
}
</style>
border-color css
<style>
span { border-color: #FCD04D; }
span { border-color: rgb(252,208,77); }
td.TdClassName
{
border-color: #FCD04D;
}
.TagClassName
{
border-color: #FCD04D;
}
</style>