Shades of Kournikova #FDD150
Tints of Kournikova #FDD150
RGB
CMYK
RGB Variations
Color information
#FDD150 (or 0xFDD150) is known color: Kournikova. HEX triplet: FD, D1 and 50. RGB value is (253,209,80). Sum of RGB (Red+Green+Blue) = 253+209+80=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD150 is #022EAF. Grayscale: #D0D0D0. Windows color (decimal): -143024 or 5296637. OLE color: 5296637.
HSL color Cylindrical-coordinate representation of color #FDD150: hue angle of 44.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDD150 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 80 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.01 |
| HSL | 44.74º | 0.98% | 0.65% | - |
| HSV(B) | 44.74º | 0.68% | 0.99% | - |
| XYZ | 64.76 | 67.06 | 17.12 | - |
| YUV | 207.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 80 | 0 | 0.17 | 0.68 | 0.01 | 44.74 | 0.98 | 0.65 |
| Hex | FD | D1 | 50 | 0 | 11 | 44 | 1 | 2D | 62 | 41 |
| Octal | 375 | 321 | 120 | 0 | 21 | 104 | 1 | 55 | 142 | 101 |
| Binary | 11111101 | 11010001 | 1010000 | 0 | 10001 | 1000100 | 1 | 101101 | 1100010 | 1000001 |
Color Harmonies of #FDD150
Complementary color
Monochromatic Colors of #FDD150
Black with #FDD150
Text Example
Text Example
White with #FDD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD150; }
p { color: rgb(253,209,80); }
H1.HeaderClassName
{
color: #FDD150;
}
.AnyTagClassName
{
color: #FDD150;
}
</style>
background-color css
<style>
a { background-color: #FDD150; }
a { background-color: rgb(253,209,80); }
div.DivClassName
{
background-color: #FDD150;
}
.BgClassName
{
background-color: #FDD150;
}
</style>
border-color css
<style>
span { border-color: #FDD150; }
span { border-color: rgb(253,209,80); }
td.TdClassName
{
border-color: #FDD150;
}
.TagClassName
{
border-color: #FDD150;
}
</style>