Shades of Kournikova #FDD052
Tints of Kournikova #FDD052
RGB
CMYK
RGB Variations
Color information
#FDD052 (or 0xFDD052) is known color: Kournikova. HEX triplet: FD, D0 and 52. RGB value is (253,208,82). Sum of RGB (Red+Green+Blue) = 253+208+82=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD052 is #022FAD. Grayscale: #CFCFCF. Windows color (decimal): -143278 or 5427453. OLE color: 5427453.
HSL color Cylindrical-coordinate representation of color #FDD052: hue angle of 44.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDD052 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 82 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.01 |
| HSL | 44.21º | 0.98% | 0.66% | - |
| HSV(B) | 44.21º | 0.68% | 0.99% | - |
| XYZ | 64.59 | 66.6 | 17.43 | - |
| YUV | 207.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 82 | 0 | 0.18 | 0.68 | 0.01 | 44.21 | 0.98 | 0.66 |
| Hex | FD | D0 | 52 | 0 | 12 | 44 | 1 | 2C | 62 | 42 |
| Octal | 375 | 320 | 122 | 0 | 22 | 104 | 1 | 54 | 142 | 102 |
| Binary | 11111101 | 11010000 | 1010010 | 0 | 10010 | 1000100 | 1 | 101100 | 1100010 | 1000010 |
Color Harmonies of #FDD052
Complementary color
Monochromatic Colors of #FDD052
Black with #FDD052
Text Example
Text Example
White with #FDD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD052; }
p { color: rgb(253,208,82); }
H1.HeaderClassName
{
color: #FDD052;
}
.AnyTagClassName
{
color: #FDD052;
}
</style>
background-color css
<style>
a { background-color: #FDD052; }
a { background-color: rgb(253,208,82); }
div.DivClassName
{
background-color: #FDD052;
}
.BgClassName
{
background-color: #FDD052;
}
</style>
border-color css
<style>
span { border-color: #FDD052; }
span { border-color: rgb(253,208,82); }
td.TdClassName
{
border-color: #FDD052;
}
.TagClassName
{
border-color: #FDD052;
}
</style>