Shades of Kournikova #FFCC49
Tints of Kournikova #FFCC49
RGB
CMYK
RGB Variations
Color information
#FFCC49 (or 0xFFCC49) is known color: Kournikova. HEX triplet: FF, CC and 49. RGB value is (255,204,73). Sum of RGB (Red+Green+Blue) = 255+204+73=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC49 is #0033B6. Grayscale: #CCCCCC. Windows color (decimal): -13239 or 4836607. OLE color: 4836607.
HSL color Cylindrical-coordinate representation of color #FFCC49: hue angle of 43.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFCC49 is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 73 | - |
| CMYK | 0 | 0.2 | 0.71 | 0 |
| HSL | 43.19º | 1% | 0.64% | - |
| HSV(B) | 43.19º | 0.71% | 1% | - |
| XYZ | 64.04 | 64.93 | 15.46 | - |
| YUV | 204.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 73 | 0 | 0.2 | 0.71 | 0 | 43.19 | 1 | 0.64 |
| Hex | FF | CC | 49 | 0 | 14 | 47 | 0 | 2B | 64 | 40 |
| Octal | 377 | 314 | 111 | 0 | 24 | 107 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001100 | 1001001 | 0 | 10100 | 1000111 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCC49
Complementary color
Monochromatic Colors of #FFCC49
Black with #FFCC49
Text Example
Text Example
White with #FFCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC49; }
p { color: rgb(255,204,73); }
H1.HeaderClassName
{
color: #FFCC49;
}
.AnyTagClassName
{
color: #FFCC49;
}
</style>
background-color css
<style>
a { background-color: #FFCC49; }
a { background-color: rgb(255,204,73); }
div.DivClassName
{
background-color: #FFCC49;
}
.BgClassName
{
background-color: #FFCC49;
}
</style>
border-color css
<style>
span { border-color: #FFCC49; }
span { border-color: rgb(255,204,73); }
td.TdClassName
{
border-color: #FFCC49;
}
.TagClassName
{
border-color: #FFCC49;
}
</style>