Shades of Kournikova #FFCD50
Tints of Kournikova #FFCD50
RGB
CMYK
RGB Variations
Color information
#FFCD50 (or 0xFFCD50) is known color: Kournikova. HEX triplet: FF, CD and 50. RGB value is (255,205,80). Sum of RGB (Red+Green+Blue) = 255+205+80=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD50 is #0032AF. Grayscale: #CECECE. Windows color (decimal): -12976 or 5295615. OLE color: 5295615.
HSL color Cylindrical-coordinate representation of color #FFCD50: hue angle of 42.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCD50 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 80 | - |
| CMYK | 0 | 0.20 | 0.69 | 0 |
| HSL | 42.86º | 1% | 0.66% | - |
| HSV(B) | 42.86º | 0.69% | 1% | - |
| XYZ | 64.52 | 65.5 | 16.83 | - |
| YUV | 205.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 80 | 0 | 0.20 | 0.69 | 0 | 42.86 | 1 | 0.66 |
| Hex | FF | CD | 50 | 0 | 14 | 45 | 0 | 2B | 64 | 42 |
| Octal | 377 | 315 | 120 | 0 | 24 | 105 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001101 | 1010000 | 0 | 10100 | 1000101 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCD50
Complementary color
Monochromatic Colors of #FFCD50
Black with #FFCD50
Text Example
Text Example
White with #FFCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD50; }
p { color: rgb(255,205,80); }
H1.HeaderClassName
{
color: #FFCD50;
}
.AnyTagClassName
{
color: #FFCD50;
}
</style>
background-color css
<style>
a { background-color: #FFCD50; }
a { background-color: rgb(255,205,80); }
div.DivClassName
{
background-color: #FFCD50;
}
.BgClassName
{
background-color: #FFCD50;
}
</style>
border-color css
<style>
span { border-color: #FFCD50; }
span { border-color: rgb(255,205,80); }
td.TdClassName
{
border-color: #FFCD50;
}
.TagClassName
{
border-color: #FFCD50;
}
</style>