Shades of Kournikova #FFCC4C
Tints of Kournikova #FFCC4C
RGB
CMYK
RGB Variations
Color information
#FFCC4C (or 0xFFCC4C) is known color: Kournikova. HEX triplet: FF, CC and 4C. RGB value is (255,204,76). Sum of RGB (Red+Green+Blue) = 255+204+76=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC4C is #0033B3. Grayscale: #CDCDCD. Windows color (decimal): -13236 or 5033215. OLE color: 5033215.
HSL color Cylindrical-coordinate representation of color #FFCC4C: hue angle of 42.91º 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 #FFCC4C is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 76 | - |
| CMYK | 0 | 0.2 | 0.70 | 0 |
| HSL | 42.91º | 1% | 0.65% | - |
| HSV(B) | 42.91º | 0.7% | 1% | - |
| XYZ | 64.14 | 64.97 | 16 | - |
| YUV | 204.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 76 | 0 | 0.2 | 0.70 | 0 | 42.91 | 1 | 0.65 |
| Hex | FF | CC | 4C | 0 | 14 | 46 | 0 | 2B | 64 | 41 |
| Octal | 377 | 314 | 114 | 0 | 24 | 106 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001100 | 1001100 | 0 | 10100 | 1000110 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCC4C
Complementary color
Monochromatic Colors of #FFCC4C
Black with #FFCC4C
Text Example
Text Example
White with #FFCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC4C; }
p { color: rgb(255,204,76); }
H1.HeaderClassName
{
color: #FFCC4C;
}
.AnyTagClassName
{
color: #FFCC4C;
}
</style>
background-color css
<style>
a { background-color: #FFCC4C; }
a { background-color: rgb(255,204,76); }
div.DivClassName
{
background-color: #FFCC4C;
}
.BgClassName
{
background-color: #FFCC4C;
}
</style>
border-color css
<style>
span { border-color: #FFCC4C; }
span { border-color: rgb(255,204,76); }
td.TdClassName
{
border-color: #FFCC4C;
}
.TagClassName
{
border-color: #FFCC4C;
}
</style>