Shades of Kournikova #FDD145
Tints of Kournikova #FDD145
RGB
CMYK
RGB Variations
Color information
#FDD145 (or 0xFDD145) is known color: Kournikova. HEX triplet: FD, D1 and 45. RGB value is (253,209,69). Sum of RGB (Red+Green+Blue) = 253+209+69=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD145 is #022EBA. Grayscale: #CECECE. Windows color (decimal): -143035 or 4575741. OLE color: 4575741.
HSL color Cylindrical-coordinate representation of color #FDD145: hue angle of 45.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDD145 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.01 |
| HSL | 45.65º | 0.98% | 0.63% | - |
| HSV(B) | 45.65º | 0.73% | 0.99% | - |
| XYZ | 64.38 | 66.91 | 15.15 | - |
| YUV | 206.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 69 | 0 | 0.17 | 0.73 | 0.01 | 45.65 | 0.98 | 0.63 |
| Hex | FD | D1 | 45 | 0 | 11 | 49 | 1 | 2E | 62 | 3F |
| Octal | 375 | 321 | 105 | 0 | 21 | 111 | 1 | 56 | 142 | 77 |
| Binary | 11111101 | 11010001 | 1000101 | 0 | 10001 | 1001001 | 1 | 101110 | 1100010 | 111111 |
Color Harmonies of #FDD145
Complementary color
Monochromatic Colors of #FDD145
Black with #FDD145
Text Example
Text Example
White with #FDD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD145; }
p { color: rgb(253,209,69); }
H1.HeaderClassName
{
color: #FDD145;
}
.AnyTagClassName
{
color: #FDD145;
}
</style>
background-color css
<style>
a { background-color: #FDD145; }
a { background-color: rgb(253,209,69); }
div.DivClassName
{
background-color: #FDD145;
}
.BgClassName
{
background-color: #FDD145;
}
</style>
border-color css
<style>
span { border-color: #FDD145; }
span { border-color: rgb(253,209,69); }
td.TdClassName
{
border-color: #FDD145;
}
.TagClassName
{
border-color: #FDD145;
}
</style>