Shades of Kournikova #FDD254
Tints of Kournikova #FDD254
RGB
CMYK
RGB Variations
Color information
#FDD254 (or 0xFDD254) is known color: Kournikova. HEX triplet: FD, D2 and 54. RGB value is (253,210,84). Sum of RGB (Red+Green+Blue) = 253+210+84=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD254 is #022DAB. Grayscale: #D1D1D1. Windows color (decimal): -142764 or 5559037. OLE color: 5559037.
HSL color Cylindrical-coordinate representation of color #FDD254: hue angle of 44.73º 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 #FDD254 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 84 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.01 |
| HSL | 44.73º | 0.98% | 0.66% | - |
| HSV(B) | 44.73º | 0.67% | 0.99% | - |
| XYZ | 65.15 | 67.62 | 18 | - |
| YUV | 208.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 84 | 0 | 0.17 | 0.67 | 0.01 | 44.73 | 0.98 | 0.66 |
| Hex | FD | D2 | 54 | 0 | 11 | 43 | 1 | 2D | 62 | 42 |
| Octal | 375 | 322 | 124 | 0 | 21 | 103 | 1 | 55 | 142 | 102 |
| Binary | 11111101 | 11010010 | 1010100 | 0 | 10001 | 1000011 | 1 | 101101 | 1100010 | 1000010 |
Color Harmonies of #FDD254
Complementary color
Monochromatic Colors of #FDD254
Black with #FDD254
Text Example
Text Example
White with #FDD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD254; }
p { color: rgb(253,210,84); }
H1.HeaderClassName
{
color: #FDD254;
}
.AnyTagClassName
{
color: #FDD254;
}
</style>
background-color css
<style>
a { background-color: #FDD254; }
a { background-color: rgb(253,210,84); }
div.DivClassName
{
background-color: #FDD254;
}
.BgClassName
{
background-color: #FDD254;
}
</style>
border-color css
<style>
span { border-color: #FDD254; }
span { border-color: rgb(253,210,84); }
td.TdClassName
{
border-color: #FDD254;
}
.TagClassName
{
border-color: #FDD254;
}
</style>