Shades of Kournikova #FFCC5A
Tints of Kournikova #FFCC5A
RGB
CMYK
RGB Variations
Color information
#FFCC5A (or 0xFFCC5A) is known color: Kournikova. HEX triplet: FF, CC and 5A. RGB value is (255,204,90). Sum of RGB (Red+Green+Blue) = 255+204+90=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC5A is #0033A5. Grayscale: #CECECE. Windows color (decimal): -13222 or 5950719. OLE color: 5950719.
HSL color Cylindrical-coordinate representation of color #FFCC5A: hue angle of 41.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFCC5A is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 90 | - |
| CMYK | 0 | 0.2 | 0.65 | 0 |
| HSL | 41.45º | 1% | 0.68% | - |
| HSV(B) | 41.45º | 0.65% | 1% | - |
| XYZ | 64.68 | 65.18 | 18.85 | - |
| YUV | 206.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 90 | 0 | 0.2 | 0.65 | 0 | 41.45 | 1 | 0.68 |
| Hex | FF | CC | 5A | 0 | 14 | 41 | 0 | 29 | 64 | 44 |
| Octal | 377 | 314 | 132 | 0 | 24 | 101 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001100 | 1011010 | 0 | 10100 | 1000001 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCC5A
Complementary color
Monochromatic Colors of #FFCC5A
Black with #FFCC5A
Text Example
Text Example
White with #FFCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC5A; }
p { color: rgb(255,204,90); }
H1.HeaderClassName
{
color: #FFCC5A;
}
.AnyTagClassName
{
color: #FFCC5A;
}
</style>
background-color css
<style>
a { background-color: #FFCC5A; }
a { background-color: rgb(255,204,90); }
div.DivClassName
{
background-color: #FFCC5A;
}
.BgClassName
{
background-color: #FFCC5A;
}
</style>
border-color css
<style>
span { border-color: #FFCC5A; }
span { border-color: rgb(255,204,90); }
td.TdClassName
{
border-color: #FFCC5A;
}
.TagClassName
{
border-color: #FFCC5A;
}
</style>