Shades of Kournikova #FFCC4D
Tints of Kournikova #FFCC4D
RGB
CMYK
RGB Variations
Color information
#FFCC4D (or 0xFFCC4D) is known color: Kournikova. HEX triplet: FF, CC and 4D. RGB value is (255,204,77). Sum of RGB (Red+Green+Blue) = 255+204+77=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC4D is #0033B2. Grayscale: #CDCDCD. Windows color (decimal): -13235 or 5098751. OLE color: 5098751.
HSL color Cylindrical-coordinate representation of color #FFCC4D: hue angle of 42.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFCC4D is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 77 | - |
| CMYK | 0 | 0.2 | 0.70 | 0 |
| HSL | 42.81º | 1% | 0.65% | - |
| HSV(B) | 42.81º | 0.7% | 1% | - |
| XYZ | 64.17 | 64.98 | 16.18 | - |
| YUV | 204.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 77 | 0 | 0.2 | 0.70 | 0 | 42.81 | 1 | 0.65 |
| Hex | FF | CC | 4D | 0 | 14 | 46 | 0 | 2B | 64 | 41 |
| Octal | 377 | 314 | 115 | 0 | 24 | 106 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001100 | 1001101 | 0 | 10100 | 1000110 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCC4D
Complementary color
Monochromatic Colors of #FFCC4D
Black with #FFCC4D
Text Example
Text Example
White with #FFCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC4D; }
p { color: rgb(255,204,77); }
H1.HeaderClassName
{
color: #FFCC4D;
}
.AnyTagClassName
{
color: #FFCC4D;
}
</style>
background-color css
<style>
a { background-color: #FFCC4D; }
a { background-color: rgb(255,204,77); }
div.DivClassName
{
background-color: #FFCC4D;
}
.BgClassName
{
background-color: #FFCC4D;
}
</style>
border-color css
<style>
span { border-color: #FFCC4D; }
span { border-color: rgb(255,204,77); }
td.TdClassName
{
border-color: #FFCC4D;
}
.TagClassName
{
border-color: #FFCC4D;
}
</style>