Shades of Kournikova #FDD144
Tints of Kournikova #FDD144
RGB
CMYK
RGB Variations
Color information
#FDD144 (or 0xFDD144) is known color: Kournikova. HEX triplet: FD, D1 and 44. RGB value is (253,209,68). Sum of RGB (Red+Green+Blue) = 253+209+68=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD144 is #022EBB. Grayscale: #CECECE. Windows color (decimal): -143036 or 4510205. OLE color: 4510205.
HSL color Cylindrical-coordinate representation of color #FDD144: hue angle of 45.73º 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 #FDD144 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 68 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.01 |
| HSL | 45.73º | 0.98% | 0.63% | - |
| HSV(B) | 45.73º | 0.73% | 0.99% | - |
| XYZ | 64.35 | 66.9 | 14.99 | - |
| YUV | 206.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 68 | 0 | 0.17 | 0.73 | 0.01 | 45.73 | 0.98 | 0.63 |
| Hex | FD | D1 | 44 | 0 | 11 | 49 | 1 | 2E | 62 | 3F |
| Octal | 375 | 321 | 104 | 0 | 21 | 111 | 1 | 56 | 142 | 77 |
| Binary | 11111101 | 11010001 | 1000100 | 0 | 10001 | 1001001 | 1 | 101110 | 1100010 | 111111 |
Color Harmonies of #FDD144
Complementary color
Monochromatic Colors of #FDD144
Black with #FDD144
Text Example
Text Example
White with #FDD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD144; }
p { color: rgb(253,209,68); }
H1.HeaderClassName
{
color: #FDD144;
}
.AnyTagClassName
{
color: #FDD144;
}
</style>
background-color css
<style>
a { background-color: #FDD144; }
a { background-color: rgb(253,209,68); }
div.DivClassName
{
background-color: #FDD144;
}
.BgClassName
{
background-color: #FDD144;
}
</style>
border-color css
<style>
span { border-color: #FDD144; }
span { border-color: rgb(253,209,68); }
td.TdClassName
{
border-color: #FDD144;
}
.TagClassName
{
border-color: #FDD144;
}
</style>