Shades of Kournikova #FCCC55
Tints of Kournikova #FCCC55
RGB
CMYK
RGB Variations
Color information
#FCCC55 (or 0xFCCC55) is known color: Kournikova. HEX triplet: FC, CC and 55. RGB value is (252,204,85). Sum of RGB (Red+Green+Blue) = 252+204+85=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC55 is #0333AA. Grayscale: #CDCDCD. Windows color (decimal): -209835 or 5623036. OLE color: 5623036.
HSL color Cylindrical-coordinate representation of color #FCCC55: hue angle of 42.75º 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 #FCCC55 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 85 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.01 |
| HSL | 42.75º | 0.97% | 0.66% | - |
| HSV(B) | 42.75º | 0.66% | 0.99% | - |
| XYZ | 63.38 | 64.54 | 17.71 | - |
| YUV | 204.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 85 | 0 | 0.19 | 0.66 | 0.01 | 42.75 | 0.97 | 0.66 |
| Hex | FC | CC | 55 | 0 | 13 | 42 | 1 | 2B | 61 | 42 |
| Octal | 374 | 314 | 125 | 0 | 23 | 102 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001100 | 1010101 | 0 | 10011 | 1000010 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCC55
Complementary color
Monochromatic Colors of #FCCC55
Black with #FCCC55
Text Example
Text Example
White with #FCCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC55; }
p { color: rgb(252,204,85); }
H1.HeaderClassName
{
color: #FCCC55;
}
.AnyTagClassName
{
color: #FCCC55;
}
</style>
background-color css
<style>
a { background-color: #FCCC55; }
a { background-color: rgb(252,204,85); }
div.DivClassName
{
background-color: #FCCC55;
}
.BgClassName
{
background-color: #FCCC55;
}
</style>
border-color css
<style>
span { border-color: #FCCC55; }
span { border-color: rgb(252,204,85); }
td.TdClassName
{
border-color: #FCCC55;
}
.TagClassName
{
border-color: #FCCC55;
}
</style>