Shades of Kournikova #FFD046
Tints of Kournikova #FFD046
RGB
CMYK
RGB Variations
Color information
#FFD046 (or 0xFFD046) is known color: Kournikova. HEX triplet: FF, D0 and 46. RGB value is (255,208,70). Sum of RGB (Red+Green+Blue) = 255+208+70=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD046 is #002FB9. Grayscale: #CECECE. Windows color (decimal): -12218 or 4641023. OLE color: 4641023.
HSL color Cylindrical-coordinate representation of color #FFD046: hue angle of 44.76º 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 #FFD046 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 70 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 44.76º | 1% | 0.64% | - |
| HSV(B) | 44.76º | 0.73% | 1% | - |
| XYZ | 64.9 | 66.81 | 15.27 | - |
| YUV | 206.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 70 | 0 | 0.18 | 0.73 | 0 | 44.76 | 1 | 0.64 |
| Hex | FF | D0 | 46 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 320 | 106 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010000 | 1000110 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD046
Complementary color
Monochromatic Colors of #FFD046
Black with #FFD046
Text Example
Text Example
White with #FFD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD046; }
p { color: rgb(255,208,70); }
H1.HeaderClassName
{
color: #FFD046;
}
.AnyTagClassName
{
color: #FFD046;
}
</style>
background-color css
<style>
a { background-color: #FFD046; }
a { background-color: rgb(255,208,70); }
div.DivClassName
{
background-color: #FFD046;
}
.BgClassName
{
background-color: #FFD046;
}
</style>
border-color css
<style>
span { border-color: #FFD046; }
span { border-color: rgb(255,208,70); }
td.TdClassName
{
border-color: #FFD046;
}
.TagClassName
{
border-color: #FFD046;
}
</style>