Shades of Kournikova #FCD450
Tints of Kournikova #FCD450
RGB
CMYK
RGB Variations
Color information
#FCD450 (or 0xFCD450) is known color: Kournikova. HEX triplet: FC, D4 and 50. RGB value is (252,212,80). Sum of RGB (Red+Green+Blue) = 252+212+80=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD450 is #032BAF. Grayscale: #D1D1D1. Windows color (decimal): -207792 or 5297404. OLE color: 5297404.
HSL color Cylindrical-coordinate representation of color #FCD450: hue angle of 46.05º 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 #FCD450 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 80 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.01 |
| HSL | 46.05º | 0.97% | 0.65% | - |
| HSV(B) | 46.05º | 0.68% | 0.99% | - |
| XYZ | 65.14 | 68.36 | 17.35 | - |
| YUV | 208.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 80 | 0 | 0.16 | 0.68 | 0.01 | 46.05 | 0.97 | 0.65 |
| Hex | FC | D4 | 50 | 0 | 10 | 44 | 1 | 2E | 61 | 41 |
| Octal | 374 | 324 | 120 | 0 | 20 | 104 | 1 | 56 | 141 | 101 |
| Binary | 11111100 | 11010100 | 1010000 | 0 | 10000 | 1000100 | 1 | 101110 | 1100001 | 1000001 |
Color Harmonies of #FCD450
Complementary color
Monochromatic Colors of #FCD450
Black with #FCD450
Text Example
Text Example
White with #FCD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD450; }
p { color: rgb(252,212,80); }
H1.HeaderClassName
{
color: #FCD450;
}
.AnyTagClassName
{
color: #FCD450;
}
</style>
background-color css
<style>
a { background-color: #FCD450; }
a { background-color: rgb(252,212,80); }
div.DivClassName
{
background-color: #FCD450;
}
.BgClassName
{
background-color: #FCD450;
}
</style>
border-color css
<style>
span { border-color: #FCD450; }
span { border-color: rgb(252,212,80); }
td.TdClassName
{
border-color: #FCD450;
}
.TagClassName
{
border-color: #FCD450;
}
</style>