Shades of Tangerine Yellow #FFD010
Tints of Tangerine Yellow #FFD010
RGB
CMYK
RGB Variations
Color information
#FFD010 (or 0xFFD010) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 10. RGB value is (255,208,16). Sum of RGB (Red+Green+Blue) = 255+208+16=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD010 is #002FEF. Grayscale: #C8C8C8. Windows color (decimal): -12272 or 1102079. OLE color: 1102079.
HSL color Cylindrical-coordinate representation of color #FFD010: hue angle of 48.2º 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 #FFD010 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 16 | - |
| CMYK | 0 | 0.18 | 0.94 | 0 |
| HSL | 48.2º | 1% | 0.53% | - |
| HSV(B) | 48.2º | 0.94% | 1% | - |
| XYZ | 63.89 | 66.41 | 9.94 | - |
| YUV | 200.17 | 24.07 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 16 | 0 | 0.18 | 0.94 | 0 | 48.2 | 1 | 0.53 |
| Hex | FF | D0 | 10 | 0 | 12 | 5E | 0 | 30 | 64 | 35 |
| Octal | 377 | 320 | 20 | 0 | 22 | 136 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11010000 | 10000 | 0 | 10010 | 1011110 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFD010
Complementary color
Monochromatic Colors of #FFD010
Black with #FFD010
Text Example
Text Example
White with #FFD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD010; }
p { color: rgb(255,208,16); }
H1.HeaderClassName
{
color: #FFD010;
}
.AnyTagClassName
{
color: #FFD010;
}
</style>
background-color css
<style>
a { background-color: #FFD010; }
a { background-color: rgb(255,208,16); }
div.DivClassName
{
background-color: #FFD010;
}
.BgClassName
{
background-color: #FFD010;
}
</style>
border-color css
<style>
span { border-color: #FFD010; }
span { border-color: rgb(255,208,16); }
td.TdClassName
{
border-color: #FFD010;
}
.TagClassName
{
border-color: #FFD010;
}
</style>