Shades of Kournikova #FCD451
Tints of Kournikova #FCD451
RGB
CMYK
RGB Variations
Color information
#FCD451 (or 0xFCD451) is known color: Kournikova. HEX triplet: FC, D4 and 51. RGB value is (252,212,81). Sum of RGB (Red+Green+Blue) = 252+212+81=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 81 (32.03% from 255 or 14.86% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD451 is #032BAE. Grayscale: #D1D1D1. Windows color (decimal): -207791 or 5362940. OLE color: 5362940.
HSL color Cylindrical-coordinate representation of color #FCD451: hue angle of 45.96º 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 #FCD451 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.01 |
| HSL | 45.96º | 0.97% | 0.65% | - |
| HSV(B) | 45.96º | 0.68% | 0.99% | - |
| XYZ | 65.17 | 68.38 | 17.55 | - |
| YUV | 209.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 81 | 0 | 0.16 | 0.68 | 0.01 | 45.96 | 0.97 | 0.65 |
| Hex | FC | D4 | 51 | 0 | 10 | 44 | 1 | 2E | 61 | 41 |
| Octal | 374 | 324 | 121 | 0 | 20 | 104 | 1 | 56 | 141 | 101 |
| Binary | 11111100 | 11010100 | 1010001 | 0 | 10000 | 1000100 | 1 | 101110 | 1100001 | 1000001 |
Color Harmonies of #FCD451
Complementary color
Monochromatic Colors of #FCD451
Black with #FCD451
Text Example
Text Example
White with #FCD451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD451; }
p { color: rgb(252,212,81); }
H1.HeaderClassName
{
color: #FCD451;
}
.AnyTagClassName
{
color: #FCD451;
}
</style>
background-color css
<style>
a { background-color: #FCD451; }
a { background-color: rgb(252,212,81); }
div.DivClassName
{
background-color: #FCD451;
}
.BgClassName
{
background-color: #FCD451;
}
</style>
border-color css
<style>
span { border-color: #FCD451; }
span { border-color: rgb(252,212,81); }
td.TdClassName
{
border-color: #FCD451;
}
.TagClassName
{
border-color: #FCD451;
}
</style>