Shades of Kournikova #FDD146
Tints of Kournikova #FDD146
RGB
CMYK
RGB Variations
Color information
#FDD146 (or 0xFDD146) is known color: Kournikova. HEX triplet: FD, D1 and 46. RGB value is (253,209,70). Sum of RGB (Red+Green+Blue) = 253+209+70=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD146 is #022EB9. Grayscale: #CECECE. Windows color (decimal): -143034 or 4641277. OLE color: 4641277.
HSL color Cylindrical-coordinate representation of color #FDD146: hue angle of 45.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDD146 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 70 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.01 |
| HSL | 45.57º | 0.98% | 0.63% | - |
| HSV(B) | 45.57º | 0.72% | 0.99% | - |
| XYZ | 64.41 | 66.93 | 15.32 | - |
| YUV | 206.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 70 | 0 | 0.17 | 0.72 | 0.01 | 45.57 | 0.98 | 0.63 |
| Hex | FD | D1 | 46 | 0 | 11 | 48 | 1 | 2E | 62 | 3F |
| Octal | 375 | 321 | 106 | 0 | 21 | 110 | 1 | 56 | 142 | 77 |
| Binary | 11111101 | 11010001 | 1000110 | 0 | 10001 | 1001000 | 1 | 101110 | 1100010 | 111111 |
Color Harmonies of #FDD146
Complementary color
Monochromatic Colors of #FDD146
Black with #FDD146
Text Example
Text Example
White with #FDD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD146; }
p { color: rgb(253,209,70); }
H1.HeaderClassName
{
color: #FDD146;
}
.AnyTagClassName
{
color: #FDD146;
}
</style>
background-color css
<style>
a { background-color: #FDD146; }
a { background-color: rgb(253,209,70); }
div.DivClassName
{
background-color: #FDD146;
}
.BgClassName
{
background-color: #FDD146;
}
</style>
border-color css
<style>
span { border-color: #FDD146; }
span { border-color: rgb(253,209,70); }
td.TdClassName
{
border-color: #FDD146;
}
.TagClassName
{
border-color: #FDD146;
}
</style>