Shades of Kournikova #FDD046
Tints of Kournikova #FDD046
RGB
CMYK
RGB Variations
Color information
#FDD046 (or 0xFDD046) is known color: Kournikova. HEX triplet: FD, D0 and 46. RGB value is (253,208,70). Sum of RGB (Red+Green+Blue) = 253+208+70=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD046 is #022FB9. Grayscale: #CECECE. Windows color (decimal): -143290 or 4641021. OLE color: 4641021.
HSL color Cylindrical-coordinate representation of color #FDD046: hue angle of 45.25º 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 #FDD046 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 70 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 45.25º | 0.98% | 0.63% | - |
| HSV(B) | 45.25º | 0.72% | 0.99% | - |
| XYZ | 64.17 | 66.44 | 15.24 | - |
| YUV | 205.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 70 | 0 | 0.18 | 0.72 | 0.01 | 45.25 | 0.98 | 0.63 |
| Hex | FD | D0 | 46 | 0 | 12 | 48 | 1 | 2D | 62 | 3F |
| Octal | 375 | 320 | 106 | 0 | 22 | 110 | 1 | 55 | 142 | 77 |
| Binary | 11111101 | 11010000 | 1000110 | 0 | 10010 | 1001000 | 1 | 101101 | 1100010 | 111111 |
Color Harmonies of #FDD046
Complementary color
Monochromatic Colors of #FDD046
Black with #FDD046
Text Example
Text Example
White with #FDD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD046; }
p { color: rgb(253,208,70); }
H1.HeaderClassName
{
color: #FDD046;
}
.AnyTagClassName
{
color: #FDD046;
}
</style>
background-color css
<style>
a { background-color: #FDD046; }
a { background-color: rgb(253,208,70); }
div.DivClassName
{
background-color: #FDD046;
}
.BgClassName
{
background-color: #FDD046;
}
</style>
border-color css
<style>
span { border-color: #FDD046; }
span { border-color: rgb(253,208,70); }
td.TdClassName
{
border-color: #FDD046;
}
.TagClassName
{
border-color: #FDD046;
}
</style>