Shades of Kournikova #FFD650
Tints of Kournikova #FFD650
RGB
CMYK
RGB Variations
Color information
#FFD650 (or 0xFFD650) is known color: Kournikova. HEX triplet: FF, D6 and 50. RGB value is (255,214,80). Sum of RGB (Red+Green+Blue) = 255+214+80=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD650 is #0029AF. Grayscale: #D3D3D3. Windows color (decimal): -10672 or 5297919. OLE color: 5297919.
HSL color Cylindrical-coordinate representation of color #FFD650: hue angle of 45.94º 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 #FFD650 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 80 | - |
| CMYK | 0 | 0.16 | 0.69 | 0 |
| HSL | 45.94º | 1% | 0.66% | - |
| HSV(B) | 45.94º | 0.69% | 1% | - |
| XYZ | 66.73 | 69.93 | 17.57 | - |
| YUV | 210.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 80 | 0 | 0.16 | 0.69 | 0 | 45.94 | 1 | 0.66 |
| Hex | FF | D6 | 50 | 0 | 10 | 45 | 0 | 2E | 64 | 42 |
| Octal | 377 | 326 | 120 | 0 | 20 | 105 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11010110 | 1010000 | 0 | 10000 | 1000101 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD650
Complementary color
Monochromatic Colors of #FFD650
Black with #FFD650
Text Example
Text Example
White with #FFD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD650; }
p { color: rgb(255,214,80); }
H1.HeaderClassName
{
color: #FFD650;
}
.AnyTagClassName
{
color: #FFD650;
}
</style>
background-color css
<style>
a { background-color: #FFD650; }
a { background-color: rgb(255,214,80); }
div.DivClassName
{
background-color: #FFD650;
}
.BgClassName
{
background-color: #FFD650;
}
</style>
border-color css
<style>
span { border-color: #FFD650; }
span { border-color: rgb(255,214,80); }
td.TdClassName
{
border-color: #FFD650;
}
.TagClassName
{
border-color: #FFD650;
}
</style>