Shades of Kournikova #FDD153
Tints of Kournikova #FDD153
RGB
CMYK
RGB Variations
Color information
#FDD153 (or 0xFDD153) is known color: Kournikova. HEX triplet: FD, D1 and 53. RGB value is (253,209,83). Sum of RGB (Red+Green+Blue) = 253+209+83=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD153 is #022EAC. Grayscale: #D0D0D0. Windows color (decimal): -143021 or 5493245. OLE color: 5493245.
HSL color Cylindrical-coordinate representation of color #FDD153: hue angle of 44.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDD153 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 83 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.01 |
| HSL | 44.47º | 0.98% | 0.66% | - |
| HSV(B) | 44.47º | 0.67% | 0.99% | - |
| XYZ | 64.87 | 67.11 | 17.72 | - |
| YUV | 207.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 83 | 0 | 0.17 | 0.67 | 0.01 | 44.47 | 0.98 | 0.66 |
| Hex | FD | D1 | 53 | 0 | 11 | 43 | 1 | 2C | 62 | 42 |
| Octal | 375 | 321 | 123 | 0 | 21 | 103 | 1 | 54 | 142 | 102 |
| Binary | 11111101 | 11010001 | 1010011 | 0 | 10001 | 1000011 | 1 | 101100 | 1100010 | 1000010 |
Color Harmonies of #FDD153
Complementary color
Monochromatic Colors of #FDD153
Black with #FDD153
Text Example
Text Example
White with #FDD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD153; }
p { color: rgb(253,209,83); }
H1.HeaderClassName
{
color: #FDD153;
}
.AnyTagClassName
{
color: #FDD153;
}
</style>
background-color css
<style>
a { background-color: #FDD153; }
a { background-color: rgb(253,209,83); }
div.DivClassName
{
background-color: #FDD153;
}
.BgClassName
{
background-color: #FDD153;
}
</style>
border-color css
<style>
span { border-color: #FDD153; }
span { border-color: rgb(253,209,83); }
td.TdClassName
{
border-color: #FDD153;
}
.TagClassName
{
border-color: #FDD153;
}
</style>