Shades of Kournikova #FFCD58
Tints of Kournikova #FFCD58
RGB
CMYK
RGB Variations
Color information
#FFCD58 (or 0xFFCD58) is known color: Kournikova. HEX triplet: FF, CD and 58. RGB value is (255,205,88). Sum of RGB (Red+Green+Blue) = 255+205+88=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD58 is #0032A7. Grayscale: #CFCFCF. Windows color (decimal): -12968 or 5819903. OLE color: 5819903.
HSL color Cylindrical-coordinate representation of color #FFCD58: hue angle of 42.04º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFCD58 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 88 | - |
| CMYK | 0 | 0.20 | 0.65 | 0 |
| HSL | 42.04º | 1% | 0.67% | - |
| HSV(B) | 42.04º | 0.65% | 1% | - |
| XYZ | 64.83 | 65.63 | 18.48 | - |
| YUV | 206.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 88 | 0 | 0.20 | 0.65 | 0 | 42.04 | 1 | 0.67 |
| Hex | FF | CD | 58 | 0 | 14 | 41 | 0 | 2A | 64 | 43 |
| Octal | 377 | 315 | 130 | 0 | 24 | 101 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001101 | 1011000 | 0 | 10100 | 1000001 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCD58
Complementary color
Monochromatic Colors of #FFCD58
Black with #FFCD58
Text Example
Text Example
White with #FFCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD58; }
p { color: rgb(255,205,88); }
H1.HeaderClassName
{
color: #FFCD58;
}
.AnyTagClassName
{
color: #FFCD58;
}
</style>
background-color css
<style>
a { background-color: #FFCD58; }
a { background-color: rgb(255,205,88); }
div.DivClassName
{
background-color: #FFCD58;
}
.BgClassName
{
background-color: #FFCD58;
}
</style>
border-color css
<style>
span { border-color: #FFCD58; }
span { border-color: rgb(255,205,88); }
td.TdClassName
{
border-color: #FFCD58;
}
.TagClassName
{
border-color: #FFCD58;
}
</style>