Shades of Kournikova #FFCD49
Tints of Kournikova #FFCD49
RGB
CMYK
RGB Variations
Color information
#FFCD49 (or 0xFFCD49) is known color: Kournikova. HEX triplet: FF, CD and 49. RGB value is (255,205,73). Sum of RGB (Red+Green+Blue) = 255+205+73=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD49 is #0032B6. Grayscale: #CDCDCD. Windows color (decimal): -12983 or 4836863. OLE color: 4836863.
HSL color Cylindrical-coordinate representation of color #FFCD49: hue angle of 43.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFCD49 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0 |
| HSL | 43.52º | 1% | 0.64% | - |
| HSV(B) | 43.52º | 0.71% | 1% | - |
| XYZ | 64.27 | 65.4 | 15.54 | - |
| YUV | 204.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 73 | 0 | 0.20 | 0.71 | 0 | 43.52 | 1 | 0.64 |
| Hex | FF | CD | 49 | 0 | 14 | 47 | 0 | 2C | 64 | 40 |
| Octal | 377 | 315 | 111 | 0 | 24 | 107 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001101 | 1001001 | 0 | 10100 | 1000111 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCD49
Complementary color
Monochromatic Colors of #FFCD49
Black with #FFCD49
Text Example
Text Example
White with #FFCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD49; }
p { color: rgb(255,205,73); }
H1.HeaderClassName
{
color: #FFCD49;
}
.AnyTagClassName
{
color: #FFCD49;
}
</style>
background-color css
<style>
a { background-color: #FFCD49; }
a { background-color: rgb(255,205,73); }
div.DivClassName
{
background-color: #FFCD49;
}
.BgClassName
{
background-color: #FFCD49;
}
</style>
border-color css
<style>
span { border-color: #FFCD49; }
span { border-color: rgb(255,205,73); }
td.TdClassName
{
border-color: #FFCD49;
}
.TagClassName
{
border-color: #FFCD49;
}
</style>