Shades of Kournikova #FFCD54
Tints of Kournikova #FFCD54
RGB
CMYK
RGB Variations
Color information
#FFCD54 (or 0xFFCD54) is known color: Kournikova. HEX triplet: FF, CD and 54. RGB value is (255,205,84). Sum of RGB (Red+Green+Blue) = 255+205+84=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD54 is #0032AB. Grayscale: #CECECE. Windows color (decimal): -12972 or 5557759. OLE color: 5557759.
HSL color Cylindrical-coordinate representation of color #FFCD54: hue angle of 42.46º 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 #FFCD54 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 84 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 42.46º | 1% | 0.66% | - |
| HSV(B) | 42.46º | 0.67% | 1% | - |
| XYZ | 64.67 | 65.56 | 17.63 | - |
| YUV | 206.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 84 | 0 | 0.20 | 0.67 | 0 | 42.46 | 1 | 0.66 |
| Hex | FF | CD | 54 | 0 | 14 | 43 | 0 | 2A | 64 | 42 |
| Octal | 377 | 315 | 124 | 0 | 24 | 103 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001101 | 1010100 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCD54
Complementary color
Monochromatic Colors of #FFCD54
Black with #FFCD54
Text Example
Text Example
White with #FFCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD54; }
p { color: rgb(255,205,84); }
H1.HeaderClassName
{
color: #FFCD54;
}
.AnyTagClassName
{
color: #FFCD54;
}
</style>
background-color css
<style>
a { background-color: #FFCD54; }
a { background-color: rgb(255,205,84); }
div.DivClassName
{
background-color: #FFCD54;
}
.BgClassName
{
background-color: #FFCD54;
}
</style>
border-color css
<style>
span { border-color: #FFCD54; }
span { border-color: rgb(255,205,84); }
td.TdClassName
{
border-color: #FFCD54;
}
.TagClassName
{
border-color: #FFCD54;
}
</style>