Shades of Kournikova #FFD045
Tints of Kournikova #FFD045
RGB
CMYK
RGB Variations
Color information
#FFD045 (or 0xFFD045) is known color: Kournikova. HEX triplet: FF, D0 and 45. RGB value is (255,208,69). Sum of RGB (Red+Green+Blue) = 255+208+69=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD045 is #002FBA. Grayscale: #CECECE. Windows color (decimal): -12219 or 4575487. OLE color: 4575487.
HSL color Cylindrical-coordinate representation of color #FFD045: hue angle of 44.84º 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 #FFD045 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 69 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 44.84º | 1% | 0.64% | - |
| HSV(B) | 44.84º | 0.73% | 1% | - |
| XYZ | 64.87 | 66.8 | 15.11 | - |
| YUV | 206.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 69 | 0 | 0.18 | 0.73 | 0 | 44.84 | 1 | 0.64 |
| Hex | FF | D0 | 45 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 320 | 105 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010000 | 1000101 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD045
Complementary color
Monochromatic Colors of #FFD045
Black with #FFD045
Text Example
Text Example
White with #FFD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD045; }
p { color: rgb(255,208,69); }
H1.HeaderClassName
{
color: #FFD045;
}
.AnyTagClassName
{
color: #FFD045;
}
</style>
background-color css
<style>
a { background-color: #FFD045; }
a { background-color: rgb(255,208,69); }
div.DivClassName
{
background-color: #FFD045;
}
.BgClassName
{
background-color: #FFD045;
}
</style>
border-color css
<style>
span { border-color: #FFD045; }
span { border-color: rgb(255,208,69); }
td.TdClassName
{
border-color: #FFD045;
}
.TagClassName
{
border-color: #FFD045;
}
</style>