Shades of Kournikova #FFD146
Tints of Kournikova #FFD146
RGB
CMYK
RGB Variations
Color information
#FFD146 (or 0xFFD146) is known color: Kournikova. HEX triplet: FF, D1 and 46. RGB value is (255,209,70). Sum of RGB (Red+Green+Blue) = 255+209+70=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD146 is #002EB9. Grayscale: #CFCFCF. Windows color (decimal): -11962 or 4641279. OLE color: 4641279.
HSL color Cylindrical-coordinate representation of color #FFD146: hue angle of 45.08º 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 #FFD146 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 70 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 45.08º | 1% | 0.64% | - |
| HSV(B) | 45.08º | 0.73% | 1% | - |
| XYZ | 65.15 | 67.3 | 15.35 | - |
| YUV | 206.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 70 | 0 | 0.18 | 0.73 | 0 | 45.08 | 1 | 0.64 |
| Hex | FF | D1 | 46 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 321 | 106 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010001 | 1000110 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD146
Complementary color
Monochromatic Colors of #FFD146
Black with #FFD146
Text Example
Text Example
White with #FFD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD146; }
p { color: rgb(255,209,70); }
H1.HeaderClassName
{
color: #FFD146;
}
.AnyTagClassName
{
color: #FFD146;
}
</style>
background-color css
<style>
a { background-color: #FFD146; }
a { background-color: rgb(255,209,70); }
div.DivClassName
{
background-color: #FFD146;
}
.BgClassName
{
background-color: #FFD146;
}
</style>
border-color css
<style>
span { border-color: #FFD146; }
span { border-color: rgb(255,209,70); }
td.TdClassName
{
border-color: #FFD146;
}
.TagClassName
{
border-color: #FFD146;
}
</style>