Shades of Kournikova #FCD24A
Tints of Kournikova #FCD24A
RGB
CMYK
RGB Variations
Color information
#FCD24A (or 0xFCD24A) is known color: Kournikova. HEX triplet: FC, D2 and 4A. RGB value is (252,210,74). Sum of RGB (Red+Green+Blue) = 252+210+74=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD24A is #032DB5. Grayscale: #CFCFCF. Windows color (decimal): -208310 or 4903676. OLE color: 4903676.
HSL color Cylindrical-coordinate representation of color #FCD24A: hue angle of 45.84º 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 #FCD24A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 74 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.01 |
| HSL | 45.84º | 0.97% | 0.64% | - |
| HSV(B) | 45.84º | 0.71% | 0.99% | - |
| XYZ | 64.43 | 67.28 | 16.07 | - |
| YUV | 207.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 74 | 0 | 0.17 | 0.71 | 0.01 | 45.84 | 0.97 | 0.64 |
| Hex | FC | D2 | 4A | 0 | 11 | 47 | 1 | 2E | 61 | 40 |
| Octal | 374 | 322 | 112 | 0 | 21 | 107 | 1 | 56 | 141 | 100 |
| Binary | 11111100 | 11010010 | 1001010 | 0 | 10001 | 1000111 | 1 | 101110 | 1100001 | 1000000 |
Color Harmonies of #FCD24A
Complementary color
Monochromatic Colors of #FCD24A
Black with #FCD24A
Text Example
Text Example
White with #FCD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD24A; }
p { color: rgb(252,210,74); }
H1.HeaderClassName
{
color: #FCD24A;
}
.AnyTagClassName
{
color: #FCD24A;
}
</style>
background-color css
<style>
a { background-color: #FCD24A; }
a { background-color: rgb(252,210,74); }
div.DivClassName
{
background-color: #FCD24A;
}
.BgClassName
{
background-color: #FCD24A;
}
</style>
border-color css
<style>
span { border-color: #FCD24A; }
span { border-color: rgb(252,210,74); }
td.TdClassName
{
border-color: #FCD24A;
}
.TagClassName
{
border-color: #FCD24A;
}
</style>