Shades of Kournikova #FDD455
Tints of Kournikova #FDD455
RGB
CMYK
RGB Variations
Color information
#FDD455 (or 0xFDD455) is known color: Kournikova. HEX triplet: FD, D4 and 55. RGB value is (253,212,85). Sum of RGB (Red+Green+Blue) = 253+212+85=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD455 is #022BAA. Grayscale: #D2D2D2. Windows color (decimal): -142251 or 5625085. OLE color: 5625085.
HSL color Cylindrical-coordinate representation of color #FDD455: hue angle of 45.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDD455 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 85 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.01 |
| HSL | 45.36º | 0.98% | 0.66% | - |
| HSV(B) | 45.36º | 0.66% | 0.99% | - |
| XYZ | 65.69 | 68.63 | 18.38 | - |
| YUV | 209.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 85 | 0 | 0.16 | 0.66 | 0.01 | 45.36 | 0.98 | 0.66 |
| Hex | FD | D4 | 55 | 0 | 10 | 42 | 1 | 2D | 62 | 42 |
| Octal | 375 | 324 | 125 | 0 | 20 | 102 | 1 | 55 | 142 | 102 |
| Binary | 11111101 | 11010100 | 1010101 | 0 | 10000 | 1000010 | 1 | 101101 | 1100010 | 1000010 |
Color Harmonies of #FDD455
Complementary color
Monochromatic Colors of #FDD455
Black with #FDD455
Text Example
Text Example
White with #FDD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD455; }
p { color: rgb(253,212,85); }
H1.HeaderClassName
{
color: #FDD455;
}
.AnyTagClassName
{
color: #FDD455;
}
</style>
background-color css
<style>
a { background-color: #FDD455; }
a { background-color: rgb(253,212,85); }
div.DivClassName
{
background-color: #FDD455;
}
.BgClassName
{
background-color: #FDD455;
}
</style>
border-color css
<style>
span { border-color: #FDD455; }
span { border-color: rgb(253,212,85); }
td.TdClassName
{
border-color: #FDD455;
}
.TagClassName
{
border-color: #FDD455;
}
</style>