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