Shades of Kournikova #FDD154
Tints of Kournikova #FDD154
RGB
CMYK
RGB Variations
Color information
#FDD154 (or 0xFDD154) is known color: Kournikova. HEX triplet: FD, D1 and 54. RGB value is (253,209,84). Sum of RGB (Red+Green+Blue) = 253+209+84=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD154 is #022EAB. Grayscale: #D0D0D0. Windows color (decimal): -143020 or 5558781. OLE color: 5558781.
HSL color Cylindrical-coordinate representation of color #FDD154: hue angle of 44.38º 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 #FDD154 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 84 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.01 |
| HSL | 44.38º | 0.98% | 0.66% | - |
| HSV(B) | 44.38º | 0.67% | 0.99% | - |
| XYZ | 64.91 | 67.12 | 17.92 | - |
| YUV | 207.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 84 | 0 | 0.17 | 0.67 | 0.01 | 44.38 | 0.98 | 0.66 |
| Hex | FD | D1 | 54 | 0 | 11 | 43 | 1 | 2C | 62 | 42 |
| Octal | 375 | 321 | 124 | 0 | 21 | 103 | 1 | 54 | 142 | 102 |
| Binary | 11111101 | 11010001 | 1010100 | 0 | 10001 | 1000011 | 1 | 101100 | 1100010 | 1000010 |
Color Harmonies of #FDD154
Complementary color
Monochromatic Colors of #FDD154
Black with #FDD154
Text Example
Text Example
White with #FDD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD154; }
p { color: rgb(253,209,84); }
H1.HeaderClassName
{
color: #FDD154;
}
.AnyTagClassName
{
color: #FDD154;
}
</style>
background-color css
<style>
a { background-color: #FDD154; }
a { background-color: rgb(253,209,84); }
div.DivClassName
{
background-color: #FDD154;
}
.BgClassName
{
background-color: #FDD154;
}
</style>
border-color css
<style>
span { border-color: #FDD154; }
span { border-color: rgb(253,209,84); }
td.TdClassName
{
border-color: #FDD154;
}
.TagClassName
{
border-color: #FDD154;
}
</style>