Shades of Tangerine Yellow #FFD104
Tints of Tangerine Yellow #FFD104
RGB
CMYK
RGB Variations
Color information
#FFD104 (or 0xFFD104) is known color: Tangerine Yellow. HEX triplet: FF, D1 and 04. RGB value is (255,209,4). Sum of RGB (Red+Green+Blue) = 255+209+4=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD104 is #002EFB. Grayscale: #C8C8C8. Windows color (decimal): -12028 or 315903. OLE color: 315903.
HSL color Cylindrical-coordinate representation of color #FFD104: hue angle of 49º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFD104 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0 |
| HSL | 49º | 1% | 0.51% | - |
| HSV(B) | 49º | 0.98% | 1% | - |
| XYZ | 64.06 | 66.87 | 9.65 | - |
| YUV | 199.38 | 17.74 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 4 | 0 | 0.18 | 0.98 | 0 | 49 | 1 | 0.51 |
| Hex | FF | D1 | 4 | 0 | 12 | 62 | 0 | 31 | 64 | 33 |
| Octal | 377 | 321 | 4 | 0 | 22 | 142 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010001 | 100 | 0 | 10010 | 1100010 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD104
Complementary color
Monochromatic Colors of #FFD104
Black with #FFD104
Text Example
Text Example
White with #FFD104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD104; }
p { color: rgb(255,209,4); }
H1.HeaderClassName
{
color: #FFD104;
}
.AnyTagClassName
{
color: #FFD104;
}
</style>
background-color css
<style>
a { background-color: #FFD104; }
a { background-color: rgb(255,209,4); }
div.DivClassName
{
background-color: #FFD104;
}
.BgClassName
{
background-color: #FFD104;
}
</style>
border-color css
<style>
span { border-color: #FFD104; }
span { border-color: rgb(255,209,4); }
td.TdClassName
{
border-color: #FFD104;
}
.TagClassName
{
border-color: #FFD104;
}
</style>