Shades of Kournikova #FDD047
Tints of Kournikova #FDD047
RGB
CMYK
RGB Variations
Color information
#FDD047 (or 0xFDD047) is known color: Kournikova. HEX triplet: FD, D0 and 47. RGB value is (253,208,71). Sum of RGB (Red+Green+Blue) = 253+208+71=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD047 is #022FB8. Grayscale: #CECECE. Windows color (decimal): -143289 or 4706557. OLE color: 4706557.
HSL color Cylindrical-coordinate representation of color #FDD047: hue angle of 45.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD047 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 71 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 45.16º | 0.98% | 0.64% | - |
| HSV(B) | 45.16º | 0.72% | 0.99% | - |
| XYZ | 64.2 | 66.45 | 15.4 | - |
| YUV | 205.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 71 | 0 | 0.18 | 0.72 | 0.01 | 45.16 | 0.98 | 0.64 |
| Hex | FD | D0 | 47 | 0 | 12 | 48 | 1 | 2D | 62 | 40 |
| Octal | 375 | 320 | 107 | 0 | 22 | 110 | 1 | 55 | 142 | 100 |
| Binary | 11111101 | 11010000 | 1000111 | 0 | 10010 | 1001000 | 1 | 101101 | 1100010 | 1000000 |
Color Harmonies of #FDD047
Complementary color
Monochromatic Colors of #FDD047
Black with #FDD047
Text Example
Text Example
White with #FDD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD047; }
p { color: rgb(253,208,71); }
H1.HeaderClassName
{
color: #FDD047;
}
.AnyTagClassName
{
color: #FDD047;
}
</style>
background-color css
<style>
a { background-color: #FDD047; }
a { background-color: rgb(253,208,71); }
div.DivClassName
{
background-color: #FDD047;
}
.BgClassName
{
background-color: #FDD047;
}
</style>
border-color css
<style>
span { border-color: #FDD047; }
span { border-color: rgb(253,208,71); }
td.TdClassName
{
border-color: #FDD047;
}
.TagClassName
{
border-color: #FDD047;
}
</style>