Shades of Kournikova #FDD147
Tints of Kournikova #FDD147
RGB
CMYK
RGB Variations
Color information
#FDD147 (or 0xFDD147) is known color: Kournikova. HEX triplet: FD, D1 and 47. RGB value is (253,209,71). Sum of RGB (Red+Green+Blue) = 253+209+71=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD147 is #022EB8. Grayscale: #CFCFCF. Windows color (decimal): -143033 or 4706813. OLE color: 4706813.
HSL color Cylindrical-coordinate representation of color #FDD147: hue angle of 45.49º 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 #FDD147 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 71 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.01 |
| HSL | 45.49º | 0.98% | 0.64% | - |
| HSV(B) | 45.49º | 0.72% | 0.99% | - |
| XYZ | 64.45 | 66.94 | 15.49 | - |
| YUV | 206.42 | 51.58 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 71 | 0 | 0.17 | 0.72 | 0.01 | 45.49 | 0.98 | 0.64 |
| Hex | FD | D1 | 47 | 0 | 11 | 48 | 1 | 2D | 62 | 40 |
| Octal | 375 | 321 | 107 | 0 | 21 | 110 | 1 | 55 | 142 | 100 |
| Binary | 11111101 | 11010001 | 1000111 | 0 | 10001 | 1001000 | 1 | 101101 | 1100010 | 1000000 |
Color Harmonies of #FDD147
Complementary color
Monochromatic Colors of #FDD147
Black with #FDD147
Text Example
Text Example
White with #FDD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD147; }
p { color: rgb(253,209,71); }
H1.HeaderClassName
{
color: #FDD147;
}
.AnyTagClassName
{
color: #FDD147;
}
</style>
background-color css
<style>
a { background-color: #FDD147; }
a { background-color: rgb(253,209,71); }
div.DivClassName
{
background-color: #FDD147;
}
.BgClassName
{
background-color: #FDD147;
}
</style>
border-color css
<style>
span { border-color: #FDD147; }
span { border-color: rgb(253,209,71); }
td.TdClassName
{
border-color: #FDD147;
}
.TagClassName
{
border-color: #FDD147;
}
</style>