Shades of Kournikova #FDD258
Tints of Kournikova #FDD258
RGB
CMYK
RGB Variations
Color information
#FDD258 (or 0xFDD258) is known color: Kournikova. HEX triplet: FD, D2 and 58. RGB value is (253,210,88). Sum of RGB (Red+Green+Blue) = 253+210+88=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD258 is #022DA7. Grayscale: #D1D1D1. Windows color (decimal): -142760 or 5821181. OLE color: 5821181.
HSL color Cylindrical-coordinate representation of color #FDD258: hue angle of 44.36º 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 #FDD258 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 88 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.01 |
| HSL | 44.36º | 0.98% | 0.67% | - |
| HSV(B) | 44.36º | 0.65% | 0.99% | - |
| XYZ | 65.32 | 67.68 | 18.85 | - |
| YUV | 208.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 88 | 0 | 0.17 | 0.65 | 0.01 | 44.36 | 0.98 | 0.67 |
| Hex | FD | D2 | 58 | 0 | 11 | 41 | 1 | 2C | 62 | 43 |
| Octal | 375 | 322 | 130 | 0 | 21 | 101 | 1 | 54 | 142 | 103 |
| Binary | 11111101 | 11010010 | 1011000 | 0 | 10001 | 1000001 | 1 | 101100 | 1100010 | 1000011 |
Color Harmonies of #FDD258
Complementary color
Monochromatic Colors of #FDD258
Black with #FDD258
Text Example
Text Example
White with #FDD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD258; }
p { color: rgb(253,210,88); }
H1.HeaderClassName
{
color: #FDD258;
}
.AnyTagClassName
{
color: #FDD258;
}
</style>
background-color css
<style>
a { background-color: #FDD258; }
a { background-color: rgb(253,210,88); }
div.DivClassName
{
background-color: #FDD258;
}
.BgClassName
{
background-color: #FDD258;
}
</style>
border-color css
<style>
span { border-color: #FDD258; }
span { border-color: rgb(253,210,88); }
td.TdClassName
{
border-color: #FDD258;
}
.TagClassName
{
border-color: #FDD258;
}
</style>