Shades of Kournikova #FCCC53
Tints of Kournikova #FCCC53
RGB
CMYK
RGB Variations
Color information
#FCCC53 (or 0xFCCC53) is known color: Kournikova. HEX triplet: FC, CC and 53. RGB value is (252,204,83). Sum of RGB (Red+Green+Blue) = 252+204+83=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC53 is #0333AC. Grayscale: #CDCDCD. Windows color (decimal): -209837 or 5491964. OLE color: 5491964.
HSL color Cylindrical-coordinate representation of color #FCCC53: hue angle of 42.96º 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 #FCCC53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.01 |
| HSL | 42.96º | 0.97% | 0.66% | - |
| HSV(B) | 42.96º | 0.67% | 0.99% | - |
| XYZ | 63.3 | 64.51 | 17.3 | - |
| YUV | 204.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 83 | 0 | 0.19 | 0.67 | 0.01 | 42.96 | 0.97 | 0.66 |
| Hex | FC | CC | 53 | 0 | 13 | 43 | 1 | 2B | 61 | 42 |
| Octal | 374 | 314 | 123 | 0 | 23 | 103 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001100 | 1010011 | 0 | 10011 | 1000011 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCC53
Complementary color
Monochromatic Colors of #FCCC53
Black with #FCCC53
Text Example
Text Example
White with #FCCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC53; }
p { color: rgb(252,204,83); }
H1.HeaderClassName
{
color: #FCCC53;
}
.AnyTagClassName
{
color: #FCCC53;
}
</style>
background-color css
<style>
a { background-color: #FCCC53; }
a { background-color: rgb(252,204,83); }
div.DivClassName
{
background-color: #FCCC53;
}
.BgClassName
{
background-color: #FCCC53;
}
</style>
border-color css
<style>
span { border-color: #FCCC53; }
span { border-color: rgb(252,204,83); }
td.TdClassName
{
border-color: #FCCC53;
}
.TagClassName
{
border-color: #FCCC53;
}
</style>