Shades of Kournikova #FFCC5D
Tints of Kournikova #FFCC5D
RGB
CMYK
RGB Variations
Color information
#FFCC5D (or 0xFFCC5D) is known color: Kournikova. HEX triplet: FF, CC and 5D. RGB value is (255,204,93). Sum of RGB (Red+Green+Blue) = 255+204+93=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC5D is #0033A2. Grayscale: #CFCFCF. Windows color (decimal): -13219 or 6147327. OLE color: 6147327.
HSL color Cylindrical-coordinate representation of color #FFCC5D: hue angle of 41.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCC5D is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 93 | - |
| CMYK | 0 | 0.2 | 0.64 | 0 |
| HSL | 41.11º | 1% | 0.68% | - |
| HSV(B) | 41.11º | 0.64% | 1% | - |
| XYZ | 64.81 | 65.24 | 19.53 | - |
| YUV | 206.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 93 | 0 | 0.2 | 0.64 | 0 | 41.11 | 1 | 0.68 |
| Hex | FF | CC | 5D | 0 | 14 | 40 | 0 | 29 | 64 | 44 |
| Octal | 377 | 314 | 135 | 0 | 24 | 100 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001100 | 1011101 | 0 | 10100 | 1000000 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCC5D
Complementary color
Monochromatic Colors of #FFCC5D
Black with #FFCC5D
Text Example
Text Example
White with #FFCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC5D; }
p { color: rgb(255,204,93); }
H1.HeaderClassName
{
color: #FFCC5D;
}
.AnyTagClassName
{
color: #FFCC5D;
}
</style>
background-color css
<style>
a { background-color: #FFCC5D; }
a { background-color: rgb(255,204,93); }
div.DivClassName
{
background-color: #FFCC5D;
}
.BgClassName
{
background-color: #FFCC5D;
}
</style>
border-color css
<style>
span { border-color: #FFCC5D; }
span { border-color: rgb(255,204,93); }
td.TdClassName
{
border-color: #FFCC5D;
}
.TagClassName
{
border-color: #FFCC5D;
}
</style>