Shades of Kournikova #FFD149
Tints of Kournikova #FFD149
RGB
CMYK
RGB Variations
Color information
#FFD149 (or 0xFFD149) is known color: Kournikova. HEX triplet: FF, D1 and 49. RGB value is (255,209,73). Sum of RGB (Red+Green+Blue) = 255+209+73=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD149 is #002EB6. Grayscale: #CFCFCF. Windows color (decimal): -11959 or 4837887. OLE color: 4837887.
HSL color Cylindrical-coordinate representation of color #FFD149: hue angle of 44.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD149 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0 |
| HSL | 44.84º | 1% | 0.64% | - |
| HSV(B) | 44.84º | 0.71% | 1% | - |
| XYZ | 65.24 | 67.34 | 15.86 | - |
| YUV | 207.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 73 | 0 | 0.18 | 0.71 | 0 | 44.84 | 1 | 0.64 |
| Hex | FF | D1 | 49 | 0 | 12 | 47 | 0 | 2D | 64 | 40 |
| Octal | 377 | 321 | 111 | 0 | 22 | 107 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010001 | 1001001 | 0 | 10010 | 1000111 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD149
Complementary color
Monochromatic Colors of #FFD149
Black with #FFD149
Text Example
Text Example
White with #FFD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD149; }
p { color: rgb(255,209,73); }
H1.HeaderClassName
{
color: #FFD149;
}
.AnyTagClassName
{
color: #FFD149;
}
</style>
background-color css
<style>
a { background-color: #FFD149; }
a { background-color: rgb(255,209,73); }
div.DivClassName
{
background-color: #FFD149;
}
.BgClassName
{
background-color: #FFD149;
}
</style>
border-color css
<style>
span { border-color: #FFD149; }
span { border-color: rgb(255,209,73); }
td.TdClassName
{
border-color: #FFD149;
}
.TagClassName
{
border-color: #FFD149;
}
</style>