Shades of Kournikova #FDD456
Tints of Kournikova #FDD456
RGB
CMYK
RGB Variations
Color information
#FDD456 (or 0xFDD456) is known color: Kournikova. HEX triplet: FD, D4 and 56. RGB value is (253,212,86). Sum of RGB (Red+Green+Blue) = 253+212+86=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD456 is #022BA9. Grayscale: #D2D2D2. Windows color (decimal): -142250 or 5690621. OLE color: 5690621.
HSL color Cylindrical-coordinate representation of color #FDD456: hue angle of 45.27º 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 #FDD456 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 86 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.01 |
| HSL | 45.27º | 0.98% | 0.66% | - |
| HSV(B) | 45.27º | 0.66% | 0.99% | - |
| XYZ | 65.73 | 68.64 | 18.59 | - |
| YUV | 209.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 86 | 0 | 0.16 | 0.66 | 0.01 | 45.27 | 0.98 | 0.66 |
| Hex | FD | D4 | 56 | 0 | 10 | 42 | 1 | 2D | 62 | 42 |
| Octal | 375 | 324 | 126 | 0 | 20 | 102 | 1 | 55 | 142 | 102 |
| Binary | 11111101 | 11010100 | 1010110 | 0 | 10000 | 1000010 | 1 | 101101 | 1100010 | 1000010 |
Color Harmonies of #FDD456
Complementary color
Monochromatic Colors of #FDD456
Black with #FDD456
Text Example
Text Example
White with #FDD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD456; }
p { color: rgb(253,212,86); }
H1.HeaderClassName
{
color: #FDD456;
}
.AnyTagClassName
{
color: #FDD456;
}
</style>
background-color css
<style>
a { background-color: #FDD456; }
a { background-color: rgb(253,212,86); }
div.DivClassName
{
background-color: #FDD456;
}
.BgClassName
{
background-color: #FDD456;
}
</style>
border-color css
<style>
span { border-color: #FDD456; }
span { border-color: rgb(253,212,86); }
td.TdClassName
{
border-color: #FDD456;
}
.TagClassName
{
border-color: #FDD456;
}
</style>