Shades of Kournikova #FFCD45
Tints of Kournikova #FFCD45
RGB
CMYK
RGB Variations
Color information
#FFCD45 (or 0xFFCD45) is known color: Kournikova. HEX triplet: FF, CD and 45. RGB value is (255,205,69). Sum of RGB (Red+Green+Blue) = 255+205+69=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD45 is #0032BA. Grayscale: #CDCDCD. Windows color (decimal): -12987 or 4574719. OLE color: 4574719.
HSL color Cylindrical-coordinate representation of color #FFCD45: hue angle of 43.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCD45 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 69 | - |
| CMYK | 0 | 0.20 | 0.73 | 0 |
| HSL | 43.87º | 1% | 0.64% | - |
| HSV(B) | 43.87º | 0.73% | 1% | - |
| XYZ | 64.15 | 65.35 | 14.86 | - |
| YUV | 204.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 69 | 0 | 0.20 | 0.73 | 0 | 43.87 | 1 | 0.64 |
| Hex | FF | CD | 45 | 0 | 14 | 49 | 0 | 2C | 64 | 40 |
| Octal | 377 | 315 | 105 | 0 | 24 | 111 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001101 | 1000101 | 0 | 10100 | 1001001 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCD45
Complementary color
Monochromatic Colors of #FFCD45
Black with #FFCD45
Text Example
Text Example
White with #FFCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD45; }
p { color: rgb(255,205,69); }
H1.HeaderClassName
{
color: #FFCD45;
}
.AnyTagClassName
{
color: #FFCD45;
}
</style>
background-color css
<style>
a { background-color: #FFCD45; }
a { background-color: rgb(255,205,69); }
div.DivClassName
{
background-color: #FFCD45;
}
.BgClassName
{
background-color: #FFCD45;
}
</style>
border-color css
<style>
span { border-color: #FFCD45; }
span { border-color: rgb(255,205,69); }
td.TdClassName
{
border-color: #FFCD45;
}
.TagClassName
{
border-color: #FFCD45;
}
</style>