Shades of Kournikova #FCD44C
Tints of Kournikova #FCD44C
RGB
CMYK
RGB Variations
Color information
#FCD44C (or 0xFCD44C) is known color: Kournikova. HEX triplet: FC, D4 and 4C. RGB value is (252,212,76). Sum of RGB (Red+Green+Blue) = 252+212+76=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD44C is #032BB3. Grayscale: #D1D1D1. Windows color (decimal): -207796 or 5035260. OLE color: 5035260.
HSL color Cylindrical-coordinate representation of color #FCD44C: hue angle of 46.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCD44C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 76 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.01 |
| HSL | 46.36º | 0.97% | 0.64% | - |
| HSV(B) | 46.36º | 0.7% | 0.99% | - |
| XYZ | 64.99 | 68.3 | 16.6 | - |
| YUV | 208.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 76 | 0 | 0.16 | 0.70 | 0.01 | 46.36 | 0.97 | 0.64 |
| Hex | FC | D4 | 4C | 0 | 10 | 46 | 1 | 2E | 61 | 40 |
| Octal | 374 | 324 | 114 | 0 | 20 | 106 | 1 | 56 | 141 | 100 |
| Binary | 11111100 | 11010100 | 1001100 | 0 | 10000 | 1000110 | 1 | 101110 | 1100001 | 1000000 |
Color Harmonies of #FCD44C
Complementary color
Monochromatic Colors of #FCD44C
Black with #FCD44C
Text Example
Text Example
White with #FCD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD44C; }
p { color: rgb(252,212,76); }
H1.HeaderClassName
{
color: #FCD44C;
}
.AnyTagClassName
{
color: #FCD44C;
}
</style>
background-color css
<style>
a { background-color: #FCD44C; }
a { background-color: rgb(252,212,76); }
div.DivClassName
{
background-color: #FCD44C;
}
.BgClassName
{
background-color: #FCD44C;
}
</style>
border-color css
<style>
span { border-color: #FCD44C; }
span { border-color: rgb(252,212,76); }
td.TdClassName
{
border-color: #FCD44C;
}
.TagClassName
{
border-color: #FCD44C;
}
</style>