Shades of Kournikova #FCD04A
Tints of Kournikova #FCD04A
RGB
CMYK
RGB Variations
Color information
#FCD04A (or 0xFCD04A) is known color: Kournikova. HEX triplet: FC, D0 and 4A. RGB value is (252,208,74). Sum of RGB (Red+Green+Blue) = 252+208+74=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD04A is #032FB5. Grayscale: #CECECE. Windows color (decimal): -208822 or 4903164. OLE color: 4903164.
HSL color Cylindrical-coordinate representation of color #FCD04A: hue angle of 45.17º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCD04A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 74 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.01 |
| HSL | 45.17º | 0.97% | 0.64% | - |
| HSV(B) | 45.17º | 0.71% | 0.99% | - |
| XYZ | 63.94 | 66.3 | 15.91 | - |
| YUV | 205.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 74 | 0 | 0.17 | 0.71 | 0.01 | 45.17 | 0.97 | 0.64 |
| Hex | FC | D0 | 4A | 0 | 11 | 47 | 1 | 2D | 61 | 40 |
| Octal | 374 | 320 | 112 | 0 | 21 | 107 | 1 | 55 | 141 | 100 |
| Binary | 11111100 | 11010000 | 1001010 | 0 | 10001 | 1000111 | 1 | 101101 | 1100001 | 1000000 |
Color Harmonies of #FCD04A
Complementary color
Monochromatic Colors of #FCD04A
Black with #FCD04A
Text Example
Text Example
White with #FCD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD04A; }
p { color: rgb(252,208,74); }
H1.HeaderClassName
{
color: #FCD04A;
}
.AnyTagClassName
{
color: #FCD04A;
}
</style>
background-color css
<style>
a { background-color: #FCD04A; }
a { background-color: rgb(252,208,74); }
div.DivClassName
{
background-color: #FCD04A;
}
.BgClassName
{
background-color: #FCD04A;
}
</style>
border-color css
<style>
span { border-color: #FCD04A; }
span { border-color: rgb(252,208,74); }
td.TdClassName
{
border-color: #FCD04A;
}
.TagClassName
{
border-color: #FCD04A;
}
</style>