Shades of Kournikova #FCD149
Tints of Kournikova #FCD149
RGB
CMYK
RGB Variations
Color information
#FCD149 (or 0xFCD149) is known color: Kournikova. HEX triplet: FC, D1 and 49. RGB value is (252,209,73). Sum of RGB (Red+Green+Blue) = 252+209+73=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD149 is #032EB6. Grayscale: #CECECE. Windows color (decimal): -208567 or 4837884. OLE color: 4837884.
HSL color Cylindrical-coordinate representation of color #FCD149: hue angle of 45.59º 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 #FCD149 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 73 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.01 |
| HSL | 45.59º | 0.97% | 0.64% | - |
| HSV(B) | 45.59º | 0.71% | 0.99% | - |
| XYZ | 64.15 | 66.78 | 15.81 | - |
| YUV | 206.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 73 | 0 | 0.17 | 0.71 | 0.01 | 45.59 | 0.97 | 0.64 |
| Hex | FC | D1 | 49 | 0 | 11 | 47 | 1 | 2E | 61 | 40 |
| Octal | 374 | 321 | 111 | 0 | 21 | 107 | 1 | 56 | 141 | 100 |
| Binary | 11111100 | 11010001 | 1001001 | 0 | 10001 | 1000111 | 1 | 101110 | 1100001 | 1000000 |
Color Harmonies of #FCD149
Complementary color
Monochromatic Colors of #FCD149
Black with #FCD149
Text Example
Text Example
White with #FCD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD149; }
p { color: rgb(252,209,73); }
H1.HeaderClassName
{
color: #FCD149;
}
.AnyTagClassName
{
color: #FCD149;
}
</style>
background-color css
<style>
a { background-color: #FCD149; }
a { background-color: rgb(252,209,73); }
div.DivClassName
{
background-color: #FCD149;
}
.BgClassName
{
background-color: #FCD149;
}
</style>
border-color css
<style>
span { border-color: #FCD149; }
span { border-color: rgb(252,209,73); }
td.TdClassName
{
border-color: #FCD149;
}
.TagClassName
{
border-color: #FCD149;
}
</style>