Shades of Kournikova #FFD150
Tints of Kournikova #FFD150
RGB
CMYK
RGB Variations
Color information
#FFD150 (or 0xFFD150) is known color: Kournikova. HEX triplet: FF, D1 and 50. RGB value is (255,209,80). Sum of RGB (Red+Green+Blue) = 255+209+80=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD150 is #002EAF. Grayscale: #D0D0D0. Windows color (decimal): -11952 or 5296639. OLE color: 5296639.
HSL color Cylindrical-coordinate representation of color #FFD150: hue angle of 44.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD150 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 80 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 44.23º | 1% | 0.66% | - |
| HSV(B) | 44.23º | 0.69% | 1% | - |
| XYZ | 65.49 | 67.44 | 17.16 | - |
| YUV | 208.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 80 | 0 | 0.18 | 0.69 | 0 | 44.23 | 1 | 0.66 |
| Hex | FF | D1 | 50 | 0 | 12 | 45 | 0 | 2C | 64 | 42 |
| Octal | 377 | 321 | 120 | 0 | 22 | 105 | 0 | 54 | 144 | 102 |
| Binary | 11111111 | 11010001 | 1010000 | 0 | 10010 | 1000101 | 0 | 101100 | 1100100 | 1000010 |
Color Harmonies of #FFD150
Complementary color
Monochromatic Colors of #FFD150
Black with #FFD150
Text Example
Text Example
White with #FFD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD150; }
p { color: rgb(255,209,80); }
H1.HeaderClassName
{
color: #FFD150;
}
.AnyTagClassName
{
color: #FFD150;
}
</style>
background-color css
<style>
a { background-color: #FFD150; }
a { background-color: rgb(255,209,80); }
div.DivClassName
{
background-color: #FFD150;
}
.BgClassName
{
background-color: #FFD150;
}
</style>
border-color css
<style>
span { border-color: #FFD150; }
span { border-color: rgb(255,209,80); }
td.TdClassName
{
border-color: #FFD150;
}
.TagClassName
{
border-color: #FFD150;
}
</style>