Shades of Kournikova #FCD653
Tints of Kournikova #FCD653
RGB
CMYK
RGB Variations
Color information
#FCD653 (or 0xFCD653) is known color: Kournikova. HEX triplet: FC, D6 and 53. RGB value is (252,214,83). Sum of RGB (Red+Green+Blue) = 252+214+83=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD653 is #0329AC. Grayscale: #D2D2D2. Windows color (decimal): -207277 or 5494524. OLE color: 5494524.
HSL color Cylindrical-coordinate representation of color #FCD653: hue angle of 46.51º 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 #FCD653 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 83 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.51º | 0.97% | 0.66% | - |
| HSV(B) | 46.51º | 0.67% | 0.99% | - |
| XYZ | 65.75 | 69.41 | 18.12 | - |
| YUV | 210.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 83 | 0 | 0.15 | 0.67 | 0.01 | 46.51 | 0.97 | 0.66 |
| Hex | FC | D6 | 53 | 0 | F | 43 | 1 | 2F | 61 | 42 |
| Octal | 374 | 326 | 123 | 0 | 17 | 103 | 1 | 57 | 141 | 102 |
| Binary | 11111100 | 11010110 | 1010011 | 0 | 1111 | 1000011 | 1 | 101111 | 1100001 | 1000010 |
Color Harmonies of #FCD653
Complementary color
Monochromatic Colors of #FCD653
Black with #FCD653
Text Example
Text Example
White with #FCD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD653; }
p { color: rgb(252,214,83); }
H1.HeaderClassName
{
color: #FCD653;
}
.AnyTagClassName
{
color: #FCD653;
}
</style>
background-color css
<style>
a { background-color: #FCD653; }
a { background-color: rgb(252,214,83); }
div.DivClassName
{
background-color: #FCD653;
}
.BgClassName
{
background-color: #FCD653;
}
</style>
border-color css
<style>
span { border-color: #FCD653; }
span { border-color: rgb(252,214,83); }
td.TdClassName
{
border-color: #FCD653;
}
.TagClassName
{
border-color: #FCD653;
}
</style>