Shades of Kournikova #FFD445
Tints of Kournikova #FFD445
RGB
CMYK
RGB Variations
Color information
#FFD445 (or 0xFFD445) is known color: Kournikova. HEX triplet: FF, D4 and 45. RGB value is (255,212,69). Sum of RGB (Red+Green+Blue) = 255+212+69=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD445 is #002BBA. Grayscale: #D1D1D1. Windows color (decimal): -11195 or 4576511. OLE color: 4576511.
HSL color Cylindrical-coordinate representation of color #FFD445: hue angle of 46.13º 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 #FFD445 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0 |
| HSL | 46.13º | 1% | 0.64% | - |
| HSV(B) | 46.13º | 0.73% | 1% | - |
| XYZ | 65.86 | 68.78 | 15.43 | - |
| YUV | 208.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 69 | 0 | 0.17 | 0.73 | 0 | 46.13 | 1 | 0.64 |
| Hex | FF | D4 | 45 | 0 | 11 | 49 | 0 | 2E | 64 | 40 |
| Octal | 377 | 324 | 105 | 0 | 21 | 111 | 0 | 56 | 144 | 100 |
| Binary | 11111111 | 11010100 | 1000101 | 0 | 10001 | 1001001 | 0 | 101110 | 1100100 | 1000000 |
Color Harmonies of #FFD445
Complementary color
Monochromatic Colors of #FFD445
Black with #FFD445
Text Example
Text Example
White with #FFD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD445; }
p { color: rgb(255,212,69); }
H1.HeaderClassName
{
color: #FFD445;
}
.AnyTagClassName
{
color: #FFD445;
}
</style>
background-color css
<style>
a { background-color: #FFD445; }
a { background-color: rgb(255,212,69); }
div.DivClassName
{
background-color: #FFD445;
}
.BgClassName
{
background-color: #FFD445;
}
</style>
border-color css
<style>
span { border-color: #FFD445; }
span { border-color: rgb(255,212,69); }
td.TdClassName
{
border-color: #FFD445;
}
.TagClassName
{
border-color: #FFD445;
}
</style>