Shades of Kournikova #FCD051
Tints of Kournikova #FCD051
RGB
CMYK
RGB Variations
Color information
#FCD051 (or 0xFCD051) is known color: Kournikova. HEX triplet: FC, D0 and 51. RGB value is (252,208,81). Sum of RGB (Red+Green+Blue) = 252+208+81=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 81 (32.03% from 255 or 14.97% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD051 is #032FAE. Grayscale: #CFCFCF. Windows color (decimal): -208815 or 5361916. OLE color: 5361916.
HSL color Cylindrical-coordinate representation of color #FCD051: hue angle of 44.56º 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 #FCD051 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 81 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.01 |
| HSL | 44.56º | 0.97% | 0.65% | - |
| HSV(B) | 44.56º | 0.68% | 0.99% | - |
| XYZ | 64.19 | 66.4 | 17.22 | - |
| YUV | 206.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 81 | 0 | 0.17 | 0.68 | 0.01 | 44.56 | 0.97 | 0.65 |
| Hex | FC | D0 | 51 | 0 | 11 | 44 | 1 | 2D | 61 | 41 |
| Octal | 374 | 320 | 121 | 0 | 21 | 104 | 1 | 55 | 141 | 101 |
| Binary | 11111100 | 11010000 | 1010001 | 0 | 10001 | 1000100 | 1 | 101101 | 1100001 | 1000001 |
Color Harmonies of #FCD051
Complementary color
Monochromatic Colors of #FCD051
Black with #FCD051
Text Example
Text Example
White with #FCD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD051; }
p { color: rgb(252,208,81); }
H1.HeaderClassName
{
color: #FCD051;
}
.AnyTagClassName
{
color: #FCD051;
}
</style>
background-color css
<style>
a { background-color: #FCD051; }
a { background-color: rgb(252,208,81); }
div.DivClassName
{
background-color: #FCD051;
}
.BgClassName
{
background-color: #FCD051;
}
</style>
border-color css
<style>
span { border-color: #FCD051; }
span { border-color: rgb(252,208,81); }
td.TdClassName
{
border-color: #FCD051;
}
.TagClassName
{
border-color: #FCD051;
}
</style>