Shades of Kournikova #FFD546
Tints of Kournikova #FFD546
RGB
CMYK
RGB Variations
Color information
#FFD546 (or 0xFFD546) is known color: Kournikova. HEX triplet: FF, D5 and 46. RGB value is (255,213,70). Sum of RGB (Red+Green+Blue) = 255+213+70=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD546 is #002AB9. Grayscale: #D1D1D1. Windows color (decimal): -10938 or 4642303. OLE color: 4642303.
HSL color Cylindrical-coordinate representation of color #FFD546: hue angle of 46.38º 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 #FFD546 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 70 | - |
| CMYK | 0 | 0.16 | 0.73 | 0 |
| HSL | 46.38º | 1% | 0.64% | - |
| HSV(B) | 46.38º | 0.73% | 1% | - |
| XYZ | 66.14 | 69.29 | 15.68 | - |
| YUV | 209.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 70 | 0 | 0.16 | 0.73 | 0 | 46.38 | 1 | 0.64 |
| Hex | FF | D5 | 46 | 0 | 10 | 49 | 0 | 2E | 64 | 40 |
| Octal | 377 | 325 | 106 | 0 | 20 | 111 | 0 | 56 | 144 | 100 |
| Binary | 11111111 | 11010101 | 1000110 | 0 | 10000 | 1001001 | 0 | 101110 | 1100100 | 1000000 |
Color Harmonies of #FFD546
Complementary color
Monochromatic Colors of #FFD546
Black with #FFD546
Text Example
Text Example
White with #FFD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD546; }
p { color: rgb(255,213,70); }
H1.HeaderClassName
{
color: #FFD546;
}
.AnyTagClassName
{
color: #FFD546;
}
</style>
background-color css
<style>
a { background-color: #FFD546; }
a { background-color: rgb(255,213,70); }
div.DivClassName
{
background-color: #FFD546;
}
.BgClassName
{
background-color: #FFD546;
}
</style>
border-color css
<style>
span { border-color: #FFD546; }
span { border-color: rgb(255,213,70); }
td.TdClassName
{
border-color: #FFD546;
}
.TagClassName
{
border-color: #FFD546;
}
</style>