Shades of Tangerine Yellow #FFD108
Tints of Tangerine Yellow #FFD108
RGB
CMYK
RGB Variations
Color information
#FFD108 (or 0xFFD108) is known color: Tangerine Yellow. HEX triplet: FF, D1 and 08. RGB value is (255,209,8). Sum of RGB (Red+Green+Blue) = 255+209+8=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD108 is #002EF7. Grayscale: #C8C8C8. Windows color (decimal): -12024 or 578047. OLE color: 578047.
HSL color Cylindrical-coordinate representation of color #FFD108: hue angle of 48.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD108 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0 |
| HSL | 48.83º | 1% | 0.52% | - |
| HSV(B) | 48.83º | 0.97% | 1% | - |
| XYZ | 64.08 | 66.88 | 9.76 | - |
| YUV | 199.84 | 19.74 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 8 | 0 | 0.18 | 0.97 | 0 | 48.83 | 1 | 0.52 |
| Hex | FF | D1 | 8 | 0 | 12 | 61 | 0 | 31 | 64 | 34 |
| Octal | 377 | 321 | 10 | 0 | 22 | 141 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010001 | 1000 | 0 | 10010 | 1100001 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD108
Complementary color
Monochromatic Colors of #FFD108
Black with #FFD108
Text Example
Text Example
White with #FFD108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD108; }
p { color: rgb(255,209,8); }
H1.HeaderClassName
{
color: #FFD108;
}
.AnyTagClassName
{
color: #FFD108;
}
</style>
background-color css
<style>
a { background-color: #FFD108; }
a { background-color: rgb(255,209,8); }
div.DivClassName
{
background-color: #FFD108;
}
.BgClassName
{
background-color: #FFD108;
}
</style>
border-color css
<style>
span { border-color: #FFD108; }
span { border-color: rgb(255,209,8); }
td.TdClassName
{
border-color: #FFD108;
}
.TagClassName
{
border-color: #FFD108;
}
</style>