Shades of Kournikova #FCCD53
Tints of Kournikova #FCCD53
RGB
CMYK
RGB Variations
Color information
#FCCD53 (or 0xFCCD53) is known color: Kournikova. HEX triplet: FC, CD and 53. RGB value is (252,205,83). Sum of RGB (Red+Green+Blue) = 252+205+83=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD53 is #0332AC. Grayscale: #CDCDCD. Windows color (decimal): -209581 or 5492220. OLE color: 5492220.
HSL color Cylindrical-coordinate representation of color #FCCD53: hue angle of 43.31º 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 #FCCD53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.01 |
| HSL | 43.31º | 0.97% | 0.66% | - |
| HSV(B) | 43.31º | 0.67% | 0.99% | - |
| XYZ | 63.54 | 64.98 | 17.38 | - |
| YUV | 205.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 83 | 0 | 0.19 | 0.67 | 0.01 | 43.31 | 0.97 | 0.66 |
| Hex | FC | CD | 53 | 0 | 13 | 43 | 1 | 2B | 61 | 42 |
| Octal | 374 | 315 | 123 | 0 | 23 | 103 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001101 | 1010011 | 0 | 10011 | 1000011 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCD53
Complementary color
Monochromatic Colors of #FCCD53
Black with #FCCD53
Text Example
Text Example
White with #FCCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD53; }
p { color: rgb(252,205,83); }
H1.HeaderClassName
{
color: #FCCD53;
}
.AnyTagClassName
{
color: #FCCD53;
}
</style>
background-color css
<style>
a { background-color: #FCCD53; }
a { background-color: rgb(252,205,83); }
div.DivClassName
{
background-color: #FCCD53;
}
.BgClassName
{
background-color: #FCCD53;
}
</style>
border-color css
<style>
span { border-color: #FCCD53; }
span { border-color: rgb(252,205,83); }
td.TdClassName
{
border-color: #FCCD53;
}
.TagClassName
{
border-color: #FCCD53;
}
</style>