Shades of Kournikova #FFCD52
Tints of Kournikova #FFCD52
RGB
CMYK
RGB Variations
Color information
#FFCD52 (or 0xFFCD52) is known color: Kournikova. HEX triplet: FF, CD and 52. RGB value is (255,205,82). Sum of RGB (Red+Green+Blue) = 255+205+82=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD52 is #0032AD. Grayscale: #CECECE. Windows color (decimal): -12974 or 5426687. OLE color: 5426687.
HSL color Cylindrical-coordinate representation of color #FFCD52: hue angle of 42.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCD52 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 82 | - |
| CMYK | 0 | 0.20 | 0.68 | 0 |
| HSL | 42.66º | 1% | 0.66% | - |
| HSV(B) | 42.66º | 0.68% | 1% | - |
| XYZ | 64.59 | 65.53 | 17.23 | - |
| YUV | 205.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 82 | 0 | 0.20 | 0.68 | 0 | 42.66 | 1 | 0.66 |
| Hex | FF | CD | 52 | 0 | 14 | 44 | 0 | 2B | 64 | 42 |
| Octal | 377 | 315 | 122 | 0 | 24 | 104 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001101 | 1010010 | 0 | 10100 | 1000100 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCD52
Complementary color
Monochromatic Colors of #FFCD52
Black with #FFCD52
Text Example
Text Example
White with #FFCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD52; }
p { color: rgb(255,205,82); }
H1.HeaderClassName
{
color: #FFCD52;
}
.AnyTagClassName
{
color: #FFCD52;
}
</style>
background-color css
<style>
a { background-color: #FFCD52; }
a { background-color: rgb(255,205,82); }
div.DivClassName
{
background-color: #FFCD52;
}
.BgClassName
{
background-color: #FFCD52;
}
</style>
border-color css
<style>
span { border-color: #FFCD52; }
span { border-color: rgb(255,205,82); }
td.TdClassName
{
border-color: #FFCD52;
}
.TagClassName
{
border-color: #FFCD52;
}
</style>