Shades of Kournikova #FDD049
Tints of Kournikova #FDD049
RGB
CMYK
RGB Variations
Color information
#FDD049 (or 0xFDD049) is known color: Kournikova. HEX triplet: FD, D0 and 49. RGB value is (253,208,73). Sum of RGB (Red+Green+Blue) = 253+208+73=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD049 is #022FB6. Grayscale: #CECECE. Windows color (decimal): -143287 or 4837629. OLE color: 4837629.
HSL color Cylindrical-coordinate representation of color #FDD049: hue angle of 45º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDD049 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.01 |
| HSL | 45º | 0.98% | 0.64% | - |
| HSV(B) | 45º | 0.71% | 0.99% | - |
| XYZ | 64.27 | 66.48 | 15.75 | - |
| YUV | 206.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 73 | 0 | 0.18 | 0.71 | 0.01 | 45 | 0.98 | 0.64 |
| Hex | FD | D0 | 49 | 0 | 12 | 47 | 1 | 2D | 62 | 40 |
| Octal | 375 | 320 | 111 | 0 | 22 | 107 | 1 | 55 | 142 | 100 |
| Binary | 11111101 | 11010000 | 1001001 | 0 | 10010 | 1000111 | 1 | 101101 | 1100010 | 1000000 |
Color Harmonies of #FDD049
Complementary color
Monochromatic Colors of #FDD049
Black with #FDD049
Text Example
Text Example
White with #FDD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD049; }
p { color: rgb(253,208,73); }
H1.HeaderClassName
{
color: #FDD049;
}
.AnyTagClassName
{
color: #FDD049;
}
</style>
background-color css
<style>
a { background-color: #FDD049; }
a { background-color: rgb(253,208,73); }
div.DivClassName
{
background-color: #FDD049;
}
.BgClassName
{
background-color: #FDD049;
}
</style>
border-color css
<style>
span { border-color: #FDD049; }
span { border-color: rgb(253,208,73); }
td.TdClassName
{
border-color: #FDD049;
}
.TagClassName
{
border-color: #FDD049;
}
</style>