Shades of Kournikova #FFCC54
Tints of Kournikova #FFCC54
RGB
CMYK
RGB Variations
Color information
#FFCC54 (or 0xFFCC54) is known color: Kournikova. HEX triplet: FF, CC and 54. RGB value is (255,204,84). Sum of RGB (Red+Green+Blue) = 255+204+84=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC54 is #0033AB. Grayscale: #CECECE. Windows color (decimal): -13228 or 5557503. OLE color: 5557503.
HSL color Cylindrical-coordinate representation of color #FFCC54: hue angle of 42.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCC54 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 84 | - |
| CMYK | 0 | 0.2 | 0.67 | 0 |
| HSL | 42.11º | 1% | 0.66% | - |
| HSV(B) | 42.11º | 0.67% | 1% | - |
| XYZ | 64.43 | 65.09 | 17.55 | - |
| YUV | 205.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 84 | 0 | 0.2 | 0.67 | 0 | 42.11 | 1 | 0.66 |
| Hex | FF | CC | 54 | 0 | 14 | 43 | 0 | 2A | 64 | 42 |
| Octal | 377 | 314 | 124 | 0 | 24 | 103 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001100 | 1010100 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCC54
Complementary color
Monochromatic Colors of #FFCC54
Black with #FFCC54
Text Example
Text Example
White with #FFCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC54; }
p { color: rgb(255,204,84); }
H1.HeaderClassName
{
color: #FFCC54;
}
.AnyTagClassName
{
color: #FFCC54;
}
</style>
background-color css
<style>
a { background-color: #FFCC54; }
a { background-color: rgb(255,204,84); }
div.DivClassName
{
background-color: #FFCC54;
}
.BgClassName
{
background-color: #FFCC54;
}
</style>
border-color css
<style>
span { border-color: #FFCC54; }
span { border-color: rgb(255,204,84); }
td.TdClassName
{
border-color: #FFCC54;
}
.TagClassName
{
border-color: #FFCC54;
}
</style>