Shades of Kournikova #FFCC55
Tints of Kournikova #FFCC55
RGB
CMYK
RGB Variations
Color information
#FFCC55 (or 0xFFCC55) is known color: Kournikova. HEX triplet: FF, CC and 55. RGB value is (255,204,85). Sum of RGB (Red+Green+Blue) = 255+204+85=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC55 is #0033AA. Grayscale: #CECECE. Windows color (decimal): -13227 or 5623039. OLE color: 5623039.
HSL color Cylindrical-coordinate representation of color #FFCC55: hue angle of 42º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCC55 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 85 | - |
| CMYK | 0 | 0.2 | 0.67 | 0 |
| HSL | 42º | 1% | 0.67% | - |
| HSV(B) | 42º | 0.67% | 1% | - |
| XYZ | 64.47 | 65.1 | 17.76 | - |
| YUV | 205.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 85 | 0 | 0.2 | 0.67 | 0 | 42 | 1 | 0.67 |
| Hex | FF | CC | 55 | 0 | 14 | 43 | 0 | 2A | 64 | 43 |
| Octal | 377 | 314 | 125 | 0 | 24 | 103 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001100 | 1010101 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCC55
Complementary color
Monochromatic Colors of #FFCC55
Black with #FFCC55
Text Example
Text Example
White with #FFCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC55; }
p { color: rgb(255,204,85); }
H1.HeaderClassName
{
color: #FFCC55;
}
.AnyTagClassName
{
color: #FFCC55;
}
</style>
background-color css
<style>
a { background-color: #FFCC55; }
a { background-color: rgb(255,204,85); }
div.DivClassName
{
background-color: #FFCC55;
}
.BgClassName
{
background-color: #FFCC55;
}
</style>
border-color css
<style>
span { border-color: #FFCC55; }
span { border-color: rgb(255,204,85); }
td.TdClassName
{
border-color: #FFCC55;
}
.TagClassName
{
border-color: #FFCC55;
}
</style>