Shades of Kournikova #FFCC56
Tints of Kournikova #FFCC56
RGB
CMYK
RGB Variations
Color information
#FFCC56 (or 0xFFCC56) is known color: Kournikova. HEX triplet: FF, CC and 56. RGB value is (255,204,86). Sum of RGB (Red+Green+Blue) = 255+204+86=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC56 is #0033A9. Grayscale: #CECECE. Windows color (decimal): -13226 or 5688575. OLE color: 5688575.
HSL color Cylindrical-coordinate representation of color #FFCC56: hue angle of 41.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCC56 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 86 | - |
| CMYK | 0 | 0.2 | 0.66 | 0 |
| HSL | 41.89º | 1% | 0.67% | - |
| HSV(B) | 41.89º | 0.66% | 1% | - |
| XYZ | 64.51 | 65.12 | 17.97 | - |
| YUV | 205.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 86 | 0 | 0.2 | 0.66 | 0 | 41.89 | 1 | 0.67 |
| Hex | FF | CC | 56 | 0 | 14 | 42 | 0 | 2A | 64 | 43 |
| Octal | 377 | 314 | 126 | 0 | 24 | 102 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001100 | 1010110 | 0 | 10100 | 1000010 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCC56
Complementary color
Monochromatic Colors of #FFCC56
Black with #FFCC56
Text Example
Text Example
White with #FFCC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC56; }
p { color: rgb(255,204,86); }
H1.HeaderClassName
{
color: #FFCC56;
}
.AnyTagClassName
{
color: #FFCC56;
}
</style>
background-color css
<style>
a { background-color: #FFCC56; }
a { background-color: rgb(255,204,86); }
div.DivClassName
{
background-color: #FFCC56;
}
.BgClassName
{
background-color: #FFCC56;
}
</style>
border-color css
<style>
span { border-color: #FFCC56; }
span { border-color: rgb(255,204,86); }
td.TdClassName
{
border-color: #FFCC56;
}
.TagClassName
{
border-color: #FFCC56;
}
</style>