Shades of Kournikova #FFCC47
Tints of Kournikova #FFCC47
RGB
CMYK
RGB Variations
Color information
#FFCC47 (or 0xFFCC47) is known color: Kournikova. HEX triplet: FF, CC and 47. RGB value is (255,204,71). Sum of RGB (Red+Green+Blue) = 255+204+71=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC47 is #0033B8. Grayscale: #CCCCCC. Windows color (decimal): -13241 or 4705535. OLE color: 4705535.
HSL color Cylindrical-coordinate representation of color #FFCC47: hue angle of 43.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFCC47 is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 71 | - |
| CMYK | 0 | 0.2 | 0.72 | 0 |
| HSL | 43.37º | 1% | 0.64% | - |
| HSV(B) | 43.37º | 0.72% | 1% | - |
| XYZ | 63.97 | 64.9 | 15.12 | - |
| YUV | 204.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 71 | 0 | 0.2 | 0.72 | 0 | 43.37 | 1 | 0.64 |
| Hex | FF | CC | 47 | 0 | 14 | 48 | 0 | 2B | 64 | 40 |
| Octal | 377 | 314 | 107 | 0 | 24 | 110 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001100 | 1000111 | 0 | 10100 | 1001000 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCC47
Complementary color
Monochromatic Colors of #FFCC47
Black with #FFCC47
Text Example
Text Example
White with #FFCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC47; }
p { color: rgb(255,204,71); }
H1.HeaderClassName
{
color: #FFCC47;
}
.AnyTagClassName
{
color: #FFCC47;
}
</style>
background-color css
<style>
a { background-color: #FFCC47; }
a { background-color: rgb(255,204,71); }
div.DivClassName
{
background-color: #FFCC47;
}
.BgClassName
{
background-color: #FFCC47;
}
</style>
border-color css
<style>
span { border-color: #FFCC47; }
span { border-color: rgb(255,204,71); }
td.TdClassName
{
border-color: #FFCC47;
}
.TagClassName
{
border-color: #FFCC47;
}
</style>