Shades of Kournikova #FFCC45
Tints of Kournikova #FFCC45
RGB
CMYK
RGB Variations
Color information
#FFCC45 (or 0xFFCC45) is known color: Kournikova. HEX triplet: FF, CC and 45. RGB value is (255,204,69). Sum of RGB (Red+Green+Blue) = 255+204+69=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC45 is #0033BA. Grayscale: #CCCCCC. Windows color (decimal): -13243 or 4574463. OLE color: 4574463.
HSL color Cylindrical-coordinate representation of color #FFCC45: hue angle of 43.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCC45 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 69 | - |
| CMYK | 0 | 0.2 | 0.73 | 0 |
| HSL | 43.55º | 1% | 0.64% | - |
| HSV(B) | 43.55º | 0.73% | 1% | - |
| XYZ | 63.91 | 64.88 | 14.78 | - |
| YUV | 203.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 69 | 0 | 0.2 | 0.73 | 0 | 43.55 | 1 | 0.64 |
| Hex | FF | CC | 45 | 0 | 14 | 49 | 0 | 2C | 64 | 40 |
| Octal | 377 | 314 | 105 | 0 | 24 | 111 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001100 | 1000101 | 0 | 10100 | 1001001 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCC45
Complementary color
Monochromatic Colors of #FFCC45
Black with #FFCC45
Text Example
Text Example
White with #FFCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC45; }
p { color: rgb(255,204,69); }
H1.HeaderClassName
{
color: #FFCC45;
}
.AnyTagClassName
{
color: #FFCC45;
}
</style>
background-color css
<style>
a { background-color: #FFCC45; }
a { background-color: rgb(255,204,69); }
div.DivClassName
{
background-color: #FFCC45;
}
.BgClassName
{
background-color: #FFCC45;
}
</style>
border-color css
<style>
span { border-color: #FFCC45; }
span { border-color: rgb(255,204,69); }
td.TdClassName
{
border-color: #FFCC45;
}
.TagClassName
{
border-color: #FFCC45;
}
</style>