Shades of Tangerine Yellow #FFD110
Tints of Tangerine Yellow #FFD110
RGB
CMYK
RGB Variations
Color information
#FFD110 (or 0xFFD110) is known color: Tangerine Yellow. HEX triplet: FF, D1 and 10. RGB value is (255,209,16). Sum of RGB (Red+Green+Blue) = 255+209+16=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD110 is #002EEF. Grayscale: #C9C9C9. Windows color (decimal): -12016 or 1102335. OLE color: 1102335.
HSL color Cylindrical-coordinate representation of color #FFD110: hue angle of 48.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD110 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 16 | - |
| CMYK | 0 | 0.18 | 0.94 | 0 |
| HSL | 48.45º | 1% | 0.53% | - |
| HSV(B) | 48.45º | 0.94% | 1% | - |
| XYZ | 64.13 | 66.9 | 10.02 | - |
| YUV | 200.75 | 23.74 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 16 | 0 | 0.18 | 0.94 | 0 | 48.45 | 1 | 0.53 |
| Hex | FF | D1 | 10 | 0 | 12 | 5E | 0 | 30 | 64 | 35 |
| Octal | 377 | 321 | 20 | 0 | 22 | 136 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11010001 | 10000 | 0 | 10010 | 1011110 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFD110
Complementary color
Monochromatic Colors of #FFD110
Black with #FFD110
Text Example
Text Example
White with #FFD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD110; }
p { color: rgb(255,209,16); }
H1.HeaderClassName
{
color: #FFD110;
}
.AnyTagClassName
{
color: #FFD110;
}
</style>
background-color css
<style>
a { background-color: #FFD110; }
a { background-color: rgb(255,209,16); }
div.DivClassName
{
background-color: #FFD110;
}
.BgClassName
{
background-color: #FFD110;
}
</style>
border-color css
<style>
span { border-color: #FFD110; }
span { border-color: rgb(255,209,16); }
td.TdClassName
{
border-color: #FFD110;
}
.TagClassName
{
border-color: #FFD110;
}
</style>