Shades of Kournikova #FFD049
Tints of Kournikova #FFD049
RGB
CMYK
RGB Variations
Color information
#FFD049 (or 0xFFD049) is known color: Kournikova. HEX triplet: FF, D0 and 49. RGB value is (255,208,73). Sum of RGB (Red+Green+Blue) = 255+208+73=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD049 is #002FB6. Grayscale: #CFCFCF. Windows color (decimal): -12215 or 4837631. OLE color: 4837631.
HSL color Cylindrical-coordinate representation of color #FFD049: hue angle of 44.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD049 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0 |
| HSL | 44.51º | 1% | 0.64% | - |
| HSV(B) | 44.51º | 0.71% | 1% | - |
| XYZ | 65 | 66.85 | 15.78 | - |
| YUV | 206.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 73 | 0 | 0.18 | 0.71 | 0 | 44.51 | 1 | 0.64 |
| Hex | FF | D0 | 49 | 0 | 12 | 47 | 0 | 2D | 64 | 40 |
| Octal | 377 | 320 | 111 | 0 | 22 | 107 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010000 | 1001001 | 0 | 10010 | 1000111 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD049
Complementary color
Monochromatic Colors of #FFD049
Black with #FFD049
Text Example
Text Example
White with #FFD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD049; }
p { color: rgb(255,208,73); }
H1.HeaderClassName
{
color: #FFD049;
}
.AnyTagClassName
{
color: #FFD049;
}
</style>
background-color css
<style>
a { background-color: #FFD049; }
a { background-color: rgb(255,208,73); }
div.DivClassName
{
background-color: #FFD049;
}
.BgClassName
{
background-color: #FFD049;
}
</style>
border-color css
<style>
span { border-color: #FFD049; }
span { border-color: rgb(255,208,73); }
td.TdClassName
{
border-color: #FFD049;
}
.TagClassName
{
border-color: #FFD049;
}
</style>