Shades of Kournikova #FDD053
Tints of Kournikova #FDD053
RGB
CMYK
RGB Variations
Color information
#FDD053 (or 0xFDD053) is known color: Kournikova. HEX triplet: FD, D0 and 53. RGB value is (253,208,83). Sum of RGB (Red+Green+Blue) = 253+208+83=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD053 is #022FAC. Grayscale: #CFCFCF. Windows color (decimal): -143277 or 5492989. OLE color: 5492989.
HSL color Cylindrical-coordinate representation of color #FDD053: hue angle of 44.12º 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 #FDD053 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 83 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.01 |
| HSL | 44.12º | 0.98% | 0.66% | - |
| HSV(B) | 44.12º | 0.67% | 0.99% | - |
| XYZ | 64.63 | 66.62 | 17.64 | - |
| YUV | 207.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 83 | 0 | 0.18 | 0.67 | 0.01 | 44.12 | 0.98 | 0.66 |
| Hex | FD | D0 | 53 | 0 | 12 | 43 | 1 | 2C | 62 | 42 |
| Octal | 375 | 320 | 123 | 0 | 22 | 103 | 1 | 54 | 142 | 102 |
| Binary | 11111101 | 11010000 | 1010011 | 0 | 10010 | 1000011 | 1 | 101100 | 1100010 | 1000010 |
Color Harmonies of #FDD053
Complementary color
Monochromatic Colors of #FDD053
Black with #FDD053
Text Example
Text Example
White with #FDD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD053; }
p { color: rgb(253,208,83); }
H1.HeaderClassName
{
color: #FDD053;
}
.AnyTagClassName
{
color: #FDD053;
}
</style>
background-color css
<style>
a { background-color: #FDD053; }
a { background-color: rgb(253,208,83); }
div.DivClassName
{
background-color: #FDD053;
}
.BgClassName
{
background-color: #FDD053;
}
</style>
border-color css
<style>
span { border-color: #FDD053; }
span { border-color: rgb(253,208,83); }
td.TdClassName
{
border-color: #FDD053;
}
.TagClassName
{
border-color: #FDD053;
}
</style>