Shades of Kournikova #FDD14D
Tints of Kournikova #FDD14D
RGB
CMYK
RGB Variations
Color information
#FDD14D (or 0xFDD14D) is known color: Kournikova. HEX triplet: FD, D1 and 4D. RGB value is (253,209,77). Sum of RGB (Red+Green+Blue) = 253+209+77=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD14D is #022EB2. Grayscale: #CFCFCF. Windows color (decimal): -143027 or 5100029. OLE color: 5100029.
HSL color Cylindrical-coordinate representation of color #FDD14D: hue angle of 45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD14D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 77 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.01 |
| HSL | 45º | 0.98% | 0.65% | - |
| HSV(B) | 45º | 0.7% | 0.99% | - |
| XYZ | 64.65 | 67.02 | 16.55 | - |
| YUV | 207.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 77 | 0 | 0.17 | 0.70 | 0.01 | 45 | 0.98 | 0.65 |
| Hex | FD | D1 | 4D | 0 | 11 | 46 | 1 | 2D | 62 | 41 |
| Octal | 375 | 321 | 115 | 0 | 21 | 106 | 1 | 55 | 142 | 101 |
| Binary | 11111101 | 11010001 | 1001101 | 0 | 10001 | 1000110 | 1 | 101101 | 1100010 | 1000001 |
Color Harmonies of #FDD14D
Complementary color
Monochromatic Colors of #FDD14D
Black with #FDD14D
Text Example
Text Example
White with #FDD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD14D; }
p { color: rgb(253,209,77); }
H1.HeaderClassName
{
color: #FDD14D;
}
.AnyTagClassName
{
color: #FDD14D;
}
</style>
background-color css
<style>
a { background-color: #FDD14D; }
a { background-color: rgb(253,209,77); }
div.DivClassName
{
background-color: #FDD14D;
}
.BgClassName
{
background-color: #FDD14D;
}
</style>
border-color css
<style>
span { border-color: #FDD14D; }
span { border-color: rgb(253,209,77); }
td.TdClassName
{
border-color: #FDD14D;
}
.TagClassName
{
border-color: #FDD14D;
}
</style>