Shades of Kournikova #FDD158
Tints of Kournikova #FDD158
RGB
CMYK
RGB Variations
Color information
#FDD158 (or 0xFDD158) is known color: Kournikova. HEX triplet: FD, D1 and 58. RGB value is (253,209,88). Sum of RGB (Red+Green+Blue) = 253+209+88=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD158 is #022EA7. Grayscale: #D0D0D0. Windows color (decimal): -143016 or 5820925. OLE color: 5820925.
HSL color Cylindrical-coordinate representation of color #FDD158: hue angle of 44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDD158 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 88 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.01 |
| HSL | 44º | 0.98% | 0.67% | - |
| HSV(B) | 44º | 0.65% | 0.99% | - |
| XYZ | 65.07 | 67.19 | 18.77 | - |
| YUV | 208.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 88 | 0 | 0.17 | 0.65 | 0.01 | 44 | 0.98 | 0.67 |
| Hex | FD | D1 | 58 | 0 | 11 | 41 | 1 | 2C | 62 | 43 |
| Octal | 375 | 321 | 130 | 0 | 21 | 101 | 1 | 54 | 142 | 103 |
| Binary | 11111101 | 11010001 | 1011000 | 0 | 10001 | 1000001 | 1 | 101100 | 1100010 | 1000011 |
Color Harmonies of #FDD158
Complementary color
Monochromatic Colors of #FDD158
Black with #FDD158
Text Example
Text Example
White with #FDD158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD158; }
p { color: rgb(253,209,88); }
H1.HeaderClassName
{
color: #FDD158;
}
.AnyTagClassName
{
color: #FDD158;
}
</style>
background-color css
<style>
a { background-color: #FDD158; }
a { background-color: rgb(253,209,88); }
div.DivClassName
{
background-color: #FDD158;
}
.BgClassName
{
background-color: #FDD158;
}
</style>
border-color css
<style>
span { border-color: #FDD158; }
span { border-color: rgb(253,209,88); }
td.TdClassName
{
border-color: #FDD158;
}
.TagClassName
{
border-color: #FDD158;
}
</style>