Shades of Kournikova #FCD150
Tints of Kournikova #FCD150
RGB
CMYK
RGB Variations
Color information
#FCD150 (or 0xFCD150) is known color: Kournikova. HEX triplet: FC, D1 and 50. RGB value is (252,209,80). Sum of RGB (Red+Green+Blue) = 252+209+80=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD150 is #032EAF. Grayscale: #CFCFCF. Windows color (decimal): -208560 or 5296636. OLE color: 5296636.
HSL color Cylindrical-coordinate representation of color #FCD150: hue angle of 45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCD150 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 80 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.01 |
| HSL | 45º | 0.97% | 0.65% | - |
| HSV(B) | 45º | 0.68% | 0.99% | - |
| XYZ | 64.39 | 66.88 | 17.1 | - |
| YUV | 207.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 80 | 0 | 0.17 | 0.68 | 0.01 | 45 | 0.97 | 0.65 |
| Hex | FC | D1 | 50 | 0 | 11 | 44 | 1 | 2D | 61 | 41 |
| Octal | 374 | 321 | 120 | 0 | 21 | 104 | 1 | 55 | 141 | 101 |
| Binary | 11111100 | 11010001 | 1010000 | 0 | 10001 | 1000100 | 1 | 101101 | 1100001 | 1000001 |
Color Harmonies of #FCD150
Complementary color
Monochromatic Colors of #FCD150
Black with #FCD150
Text Example
Text Example
White with #FCD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD150; }
p { color: rgb(252,209,80); }
H1.HeaderClassName
{
color: #FCD150;
}
.AnyTagClassName
{
color: #FCD150;
}
</style>
background-color css
<style>
a { background-color: #FCD150; }
a { background-color: rgb(252,209,80); }
div.DivClassName
{
background-color: #FCD150;
}
.BgClassName
{
background-color: #FCD150;
}
</style>
border-color css
<style>
span { border-color: #FCD150; }
span { border-color: rgb(252,209,80); }
td.TdClassName
{
border-color: #FCD150;
}
.TagClassName
{
border-color: #FCD150;
}
</style>