Shades of Kournikova #FCCE52
Tints of Kournikova #FCCE52
RGB
CMYK
RGB Variations
Color information
#FCCE52 (or 0xFCCE52) is known color: Kournikova. HEX triplet: FC, CE and 52. RGB value is (252,206,82). Sum of RGB (Red+Green+Blue) = 252+206+82=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE52 is #0331AD. Grayscale: #CECECE. Windows color (decimal): -209326 or 5426940. OLE color: 5426940.
HSL color Cylindrical-coordinate representation of color #FCCE52: hue angle of 43.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCCE52 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 82 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.01 |
| HSL | 43.76º | 0.97% | 0.65% | - |
| HSV(B) | 43.76º | 0.67% | 0.99% | - |
| XYZ | 63.74 | 65.45 | 17.26 | - |
| YUV | 205.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 82 | 0 | 0.18 | 0.67 | 0.01 | 43.76 | 0.97 | 0.65 |
| Hex | FC | CE | 52 | 0 | 12 | 43 | 1 | 2C | 61 | 41 |
| Octal | 374 | 316 | 122 | 0 | 22 | 103 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001110 | 1010010 | 0 | 10010 | 1000011 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCE52
Complementary color
Monochromatic Colors of #FCCE52
Black with #FCCE52
Text Example
Text Example
White with #FCCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE52; }
p { color: rgb(252,206,82); }
H1.HeaderClassName
{
color: #FCCE52;
}
.AnyTagClassName
{
color: #FCCE52;
}
</style>
background-color css
<style>
a { background-color: #FCCE52; }
a { background-color: rgb(252,206,82); }
div.DivClassName
{
background-color: #FCCE52;
}
.BgClassName
{
background-color: #FCCE52;
}
</style>
border-color css
<style>
span { border-color: #FCCE52; }
span { border-color: rgb(252,206,82); }
td.TdClassName
{
border-color: #FCCE52;
}
.TagClassName
{
border-color: #FCCE52;
}
</style>