Shades of Kournikova #FFCC57
Tints of Kournikova #FFCC57
RGB
CMYK
RGB Variations
Color information
#FFCC57 (or 0xFFCC57) is known color: Kournikova. HEX triplet: FF, CC and 57. RGB value is (255,204,87). Sum of RGB (Red+Green+Blue) = 255+204+87=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC57 is #0033A8. Grayscale: #CECECE. Windows color (decimal): -13225 or 5754111. OLE color: 5754111.
HSL color Cylindrical-coordinate representation of color #FFCC57: hue angle of 41.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCC57 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 87 | - |
| CMYK | 0 | 0.2 | 0.66 | 0 |
| HSL | 41.79º | 1% | 0.67% | - |
| HSV(B) | 41.79º | 0.66% | 1% | - |
| XYZ | 64.55 | 65.13 | 18.19 | - |
| YUV | 205.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 87 | 0 | 0.2 | 0.66 | 0 | 41.79 | 1 | 0.67 |
| Hex | FF | CC | 57 | 0 | 14 | 42 | 0 | 2A | 64 | 43 |
| Octal | 377 | 314 | 127 | 0 | 24 | 102 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001100 | 1010111 | 0 | 10100 | 1000010 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCC57
Complementary color
Monochromatic Colors of #FFCC57
Black with #FFCC57
Text Example
Text Example
White with #FFCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC57; }
p { color: rgb(255,204,87); }
H1.HeaderClassName
{
color: #FFCC57;
}
.AnyTagClassName
{
color: #FFCC57;
}
</style>
background-color css
<style>
a { background-color: #FFCC57; }
a { background-color: rgb(255,204,87); }
div.DivClassName
{
background-color: #FFCC57;
}
.BgClassName
{
background-color: #FFCC57;
}
</style>
border-color css
<style>
span { border-color: #FFCC57; }
span { border-color: rgb(255,204,87); }
td.TdClassName
{
border-color: #FFCC57;
}
.TagClassName
{
border-color: #FFCC57;
}
</style>