Shades of Kournikova #FDD449
Tints of Kournikova #FDD449
RGB
CMYK
RGB Variations
Color information
#FDD449 (or 0xFDD449) is known color: Kournikova. HEX triplet: FD, D4 and 49. RGB value is (253,212,73). Sum of RGB (Red+Green+Blue) = 253+212+73=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD449 is #022BB6. Grayscale: #D1D1D1. Windows color (decimal): -142263 or 4838653. OLE color: 4838653.
HSL color Cylindrical-coordinate representation of color #FDD449: hue angle of 46.33º 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 #FDD449 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 73 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.01 |
| HSL | 46.33º | 0.98% | 0.64% | - |
| HSV(B) | 46.33º | 0.71% | 0.99% | - |
| XYZ | 65.25 | 68.45 | 16.08 | - |
| YUV | 208.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 73 | 0 | 0.16 | 0.71 | 0.01 | 46.33 | 0.98 | 0.64 |
| Hex | FD | D4 | 49 | 0 | 10 | 47 | 1 | 2E | 62 | 40 |
| Octal | 375 | 324 | 111 | 0 | 20 | 107 | 1 | 56 | 142 | 100 |
| Binary | 11111101 | 11010100 | 1001001 | 0 | 10000 | 1000111 | 1 | 101110 | 1100010 | 1000000 |
Color Harmonies of #FDD449
Complementary color
Monochromatic Colors of #FDD449
Black with #FDD449
Text Example
Text Example
White with #FDD449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD449; }
p { color: rgb(253,212,73); }
H1.HeaderClassName
{
color: #FDD449;
}
.AnyTagClassName
{
color: #FDD449;
}
</style>
background-color css
<style>
a { background-color: #FDD449; }
a { background-color: rgb(253,212,73); }
div.DivClassName
{
background-color: #FDD449;
}
.BgClassName
{
background-color: #FDD449;
}
</style>
border-color css
<style>
span { border-color: #FDD449; }
span { border-color: rgb(253,212,73); }
td.TdClassName
{
border-color: #FDD449;
}
.TagClassName
{
border-color: #FDD449;
}
</style>