Shades of Kournikova #FFD145
Tints of Kournikova #FFD145
RGB
CMYK
RGB Variations
Color information
#FFD145 (or 0xFFD145) is known color: Kournikova. HEX triplet: FF, D1 and 45. RGB value is (255,209,69). Sum of RGB (Red+Green+Blue) = 255+209+69=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD145 is #002EBA. Grayscale: #CFCFCF. Windows color (decimal): -11963 or 4575743. OLE color: 4575743.
HSL color Cylindrical-coordinate representation of color #FFD145: hue angle of 45.16º 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 #FFD145 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 69 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 45.16º | 1% | 0.64% | - |
| HSV(B) | 45.16º | 0.73% | 1% | - |
| XYZ | 65.11 | 67.29 | 15.19 | - |
| YUV | 206.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 69 | 0 | 0.18 | 0.73 | 0 | 45.16 | 1 | 0.64 |
| Hex | FF | D1 | 45 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 321 | 105 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010001 | 1000101 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD145
Complementary color
Monochromatic Colors of #FFD145
Black with #FFD145
Text Example
Text Example
White with #FFD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD145; }
p { color: rgb(255,209,69); }
H1.HeaderClassName
{
color: #FFD145;
}
.AnyTagClassName
{
color: #FFD145;
}
</style>
background-color css
<style>
a { background-color: #FFD145; }
a { background-color: rgb(255,209,69); }
div.DivClassName
{
background-color: #FFD145;
}
.BgClassName
{
background-color: #FFD145;
}
</style>
border-color css
<style>
span { border-color: #FFD145; }
span { border-color: rgb(255,209,69); }
td.TdClassName
{
border-color: #FFD145;
}
.TagClassName
{
border-color: #FFD145;
}
</style>