Shades of Kournikova #FFD050
Tints of Kournikova #FFD050
RGB
CMYK
RGB Variations
Color information
#FFD050 (or 0xFFD050) is known color: Kournikova. HEX triplet: FF, D0 and 50. RGB value is (255,208,80). Sum of RGB (Red+Green+Blue) = 255+208+80=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD050 is #002FAF. Grayscale: #D0D0D0. Windows color (decimal): -12208 or 5296383. OLE color: 5296383.
HSL color Cylindrical-coordinate representation of color #FFD050: hue angle of 43.89º 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 #FFD050 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 80 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 43.89º | 1% | 0.66% | - |
| HSV(B) | 43.89º | 0.69% | 1% | - |
| XYZ | 65.24 | 66.95 | 17.07 | - |
| YUV | 207.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 80 | 0 | 0.18 | 0.69 | 0 | 43.89 | 1 | 0.66 |
| Hex | FF | D0 | 50 | 0 | 12 | 45 | 0 | 2C | 64 | 42 |
| Octal | 377 | 320 | 120 | 0 | 22 | 105 | 0 | 54 | 144 | 102 |
| Binary | 11111111 | 11010000 | 1010000 | 0 | 10010 | 1000101 | 0 | 101100 | 1100100 | 1000010 |
Color Harmonies of #FFD050
Complementary color
Monochromatic Colors of #FFD050
Black with #FFD050
Text Example
Text Example
White with #FFD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD050; }
p { color: rgb(255,208,80); }
H1.HeaderClassName
{
color: #FFD050;
}
.AnyTagClassName
{
color: #FFD050;
}
</style>
background-color css
<style>
a { background-color: #FFD050; }
a { background-color: rgb(255,208,80); }
div.DivClassName
{
background-color: #FFD050;
}
.BgClassName
{
background-color: #FFD050;
}
</style>
border-color css
<style>
span { border-color: #FFD050; }
span { border-color: rgb(255,208,80); }
td.TdClassName
{
border-color: #FFD050;
}
.TagClassName
{
border-color: #FFD050;
}
</style>