Shades of Kournikova #FDD048
Tints of Kournikova #FDD048
RGB
CMYK
RGB Variations
Color information
#FDD048 (or 0xFDD048) is known color: Kournikova. HEX triplet: FD, D0 and 48. RGB value is (253,208,72). Sum of RGB (Red+Green+Blue) = 253+208+72=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD048 is #022FB7. Grayscale: #CECECE. Windows color (decimal): -143288 or 4772093. OLE color: 4772093.
HSL color Cylindrical-coordinate representation of color #FDD048: hue angle of 45.08º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD048 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 72 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 45.08º | 0.98% | 0.64% | - |
| HSV(B) | 45.08º | 0.72% | 0.99% | - |
| XYZ | 64.23 | 66.46 | 15.57 | - |
| YUV | 205.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 72 | 0 | 0.18 | 0.72 | 0.01 | 45.08 | 0.98 | 0.64 |
| Hex | FD | D0 | 48 | 0 | 12 | 48 | 1 | 2D | 62 | 40 |
| Octal | 375 | 320 | 110 | 0 | 22 | 110 | 1 | 55 | 142 | 100 |
| Binary | 11111101 | 11010000 | 1001000 | 0 | 10010 | 1001000 | 1 | 101101 | 1100010 | 1000000 |
Color Harmonies of #FDD048
Complementary color
Monochromatic Colors of #FDD048
Black with #FDD048
Text Example
Text Example
White with #FDD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD048; }
p { color: rgb(253,208,72); }
H1.HeaderClassName
{
color: #FDD048;
}
.AnyTagClassName
{
color: #FDD048;
}
</style>
background-color css
<style>
a { background-color: #FDD048; }
a { background-color: rgb(253,208,72); }
div.DivClassName
{
background-color: #FDD048;
}
.BgClassName
{
background-color: #FDD048;
}
</style>
border-color css
<style>
span { border-color: #FDD048; }
span { border-color: rgb(253,208,72); }
td.TdClassName
{
border-color: #FDD048;
}
.TagClassName
{
border-color: #FDD048;
}
</style>