Shades of Kournikova #FCCE55
Tints of Kournikova #FCCE55
RGB
CMYK
RGB Variations
Color information
#FCCE55 (or 0xFCCE55) is known color: Kournikova. HEX triplet: FC, CE and 55. RGB value is (252,206,85). Sum of RGB (Red+Green+Blue) = 252+206+85=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE55 is #0331AA. Grayscale: #CECECE. Windows color (decimal): -209323 or 5623548. OLE color: 5623548.
HSL color Cylindrical-coordinate representation of color #FCCE55: hue angle of 43.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCCE55 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 85 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.01 |
| HSL | 43.47º | 0.97% | 0.66% | - |
| HSV(B) | 43.47º | 0.66% | 0.99% | - |
| XYZ | 63.86 | 65.49 | 17.87 | - |
| YUV | 205.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 85 | 0 | 0.18 | 0.66 | 0.01 | 43.47 | 0.97 | 0.66 |
| Hex | FC | CE | 55 | 0 | 12 | 42 | 1 | 2B | 61 | 42 |
| Octal | 374 | 316 | 125 | 0 | 22 | 102 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001110 | 1010101 | 0 | 10010 | 1000010 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCE55
Complementary color
Monochromatic Colors of #FCCE55
Black with #FCCE55
Text Example
Text Example
White with #FCCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE55; }
p { color: rgb(252,206,85); }
H1.HeaderClassName
{
color: #FCCE55;
}
.AnyTagClassName
{
color: #FCCE55;
}
</style>
background-color css
<style>
a { background-color: #FCCE55; }
a { background-color: rgb(252,206,85); }
div.DivClassName
{
background-color: #FCCE55;
}
.BgClassName
{
background-color: #FCCE55;
}
</style>
border-color css
<style>
span { border-color: #FCCE55; }
span { border-color: rgb(252,206,85); }
td.TdClassName
{
border-color: #FCCE55;
}
.TagClassName
{
border-color: #FCCE55;
}
</style>