Shades of Kournikova #FDD54D
Tints of Kournikova #FDD54D
RGB
CMYK
RGB Variations
Color information
#FDD54D (or 0xFDD54D) is known color: Kournikova. HEX triplet: FD, D5 and 4D. RGB value is (253,213,77). Sum of RGB (Red+Green+Blue) = 253+213+77=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD54D is #022AB2. Grayscale: #D2D2D2. Windows color (decimal): -142003 or 5101053. OLE color: 5101053.
HSL color Cylindrical-coordinate representation of color #FDD54D: hue angle of 46.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD54D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 77 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.01 |
| HSL | 46.36º | 0.98% | 0.65% | - |
| HSV(B) | 46.36º | 0.7% | 0.99% | - |
| XYZ | 65.64 | 69.01 | 16.88 | - |
| YUV | 209.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 77 | 0 | 0.16 | 0.70 | 0.01 | 46.36 | 0.98 | 0.65 |
| Hex | FD | D5 | 4D | 0 | 10 | 46 | 1 | 2E | 62 | 41 |
| Octal | 375 | 325 | 115 | 0 | 20 | 106 | 1 | 56 | 142 | 101 |
| Binary | 11111101 | 11010101 | 1001101 | 0 | 10000 | 1000110 | 1 | 101110 | 1100010 | 1000001 |
Color Harmonies of #FDD54D
Complementary color
Monochromatic Colors of #FDD54D
Black with #FDD54D
Text Example
Text Example
White with #FDD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD54D; }
p { color: rgb(253,213,77); }
H1.HeaderClassName
{
color: #FDD54D;
}
.AnyTagClassName
{
color: #FDD54D;
}
</style>
background-color css
<style>
a { background-color: #FDD54D; }
a { background-color: rgb(253,213,77); }
div.DivClassName
{
background-color: #FDD54D;
}
.BgClassName
{
background-color: #FDD54D;
}
</style>
border-color css
<style>
span { border-color: #FDD54D; }
span { border-color: rgb(253,213,77); }
td.TdClassName
{
border-color: #FDD54D;
}
.TagClassName
{
border-color: #FDD54D;
}
</style>