Shades of Kournikova #FCD153
Tints of Kournikova #FCD153
RGB
CMYK
RGB Variations
Color information
#FCD153 (or 0xFCD153) is known color: Kournikova. HEX triplet: FC, D1 and 53. RGB value is (252,209,83). Sum of RGB (Red+Green+Blue) = 252+209+83=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD153 is #032EAC. Grayscale: #D0D0D0. Windows color (decimal): -208557 or 5493244. OLE color: 5493244.
HSL color Cylindrical-coordinate representation of color #FCD153: hue angle of 44.73º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD153 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 83 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.01 |
| HSL | 44.73º | 0.97% | 0.66% | - |
| HSV(B) | 44.73º | 0.67% | 0.99% | - |
| XYZ | 64.51 | 66.92 | 17.7 | - |
| YUV | 207.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 83 | 0 | 0.17 | 0.67 | 0.01 | 44.73 | 0.97 | 0.66 |
| Hex | FC | D1 | 53 | 0 | 11 | 43 | 1 | 2D | 61 | 42 |
| Octal | 374 | 321 | 123 | 0 | 21 | 103 | 1 | 55 | 141 | 102 |
| Binary | 11111100 | 11010001 | 1010011 | 0 | 10001 | 1000011 | 1 | 101101 | 1100001 | 1000010 |
Color Harmonies of #FCD153
Complementary color
Monochromatic Colors of #FCD153
Black with #FCD153
Text Example
Text Example
White with #FCD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD153; }
p { color: rgb(252,209,83); }
H1.HeaderClassName
{
color: #FCD153;
}
.AnyTagClassName
{
color: #FCD153;
}
</style>
background-color css
<style>
a { background-color: #FCD153; }
a { background-color: rgb(252,209,83); }
div.DivClassName
{
background-color: #FCD153;
}
.BgClassName
{
background-color: #FCD153;
}
</style>
border-color css
<style>
span { border-color: #FCD153; }
span { border-color: rgb(252,209,83); }
td.TdClassName
{
border-color: #FCD153;
}
.TagClassName
{
border-color: #FCD153;
}
</style>