Shades of Kournikova #FDD247
Tints of Kournikova #FDD247
RGB
CMYK
RGB Variations
Color information
#FDD247 (or 0xFDD247) is known color: Kournikova. HEX triplet: FD, D2 and 47. RGB value is (253,210,71). Sum of RGB (Red+Green+Blue) = 253+210+71=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD247 is #022DB8. Grayscale: #CFCFCF. Windows color (decimal): -142777 or 4707069. OLE color: 4707069.
HSL color Cylindrical-coordinate representation of color #FDD247: hue angle of 45.82º 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 #FDD247 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 71 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.01 |
| HSL | 45.82º | 0.98% | 0.64% | - |
| HSV(B) | 45.82º | 0.72% | 0.99% | - |
| XYZ | 64.69 | 67.43 | 15.57 | - |
| YUV | 207.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 71 | 0 | 0.17 | 0.72 | 0.01 | 45.82 | 0.98 | 0.64 |
| Hex | FD | D2 | 47 | 0 | 11 | 48 | 1 | 2E | 62 | 40 |
| Octal | 375 | 322 | 107 | 0 | 21 | 110 | 1 | 56 | 142 | 100 |
| Binary | 11111101 | 11010010 | 1000111 | 0 | 10001 | 1001000 | 1 | 101110 | 1100010 | 1000000 |
Color Harmonies of #FDD247
Complementary color
Monochromatic Colors of #FDD247
Black with #FDD247
Text Example
Text Example
White with #FDD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD247; }
p { color: rgb(253,210,71); }
H1.HeaderClassName
{
color: #FDD247;
}
.AnyTagClassName
{
color: #FDD247;
}
</style>
background-color css
<style>
a { background-color: #FDD247; }
a { background-color: rgb(253,210,71); }
div.DivClassName
{
background-color: #FDD247;
}
.BgClassName
{
background-color: #FDD247;
}
</style>
border-color css
<style>
span { border-color: #FDD247; }
span { border-color: rgb(253,210,71); }
td.TdClassName
{
border-color: #FDD247;
}
.TagClassName
{
border-color: #FDD247;
}
</style>