Shades of Tangerine Yellow #FFD000
Tints of Tangerine Yellow #FFD000
RGB
CMYK
RGB Variations
Color information
#FFD000 (or 0xFFD000) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 00. RGB value is (255,208,0). Sum of RGB (Red+Green+Blue) = 255+208+0=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD000 is #002FFF. Grayscale: #C7C7C7. Windows color (decimal): -12288 or 53503. OLE color: 53503.
HSL color Cylindrical-coordinate representation of color #FFD000: hue angle of 48.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0 |
| HSL | 48.94º | 1% | 0.5% | - |
| HSV(B) | 48.94º | 1% | 1% | - |
| XYZ | 63.8 | 66.37 | 9.45 | - |
| YUV | 198.34 | 16.07 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 0 | 0 | 0.18 | 1 | 0 | 48.94 | 1 | 0.5 |
| Hex | FF | D0 | 0 | 0 | 12 | 64 | 0 | 31 | 64 | 32 |
| Octal | 377 | 320 | 0 | 0 | 22 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11010000 | 0 | 0 | 10010 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFD000
Complementary color
Monochromatic Colors of #FFD000
Black with #FFD000
Text Example
Text Example
White with #FFD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD000; }
p { color: rgb(255,208,0); }
H1.HeaderClassName
{
color: #FFD000;
}
.AnyTagClassName
{
color: #FFD000;
}
</style>
background-color css
<style>
a { background-color: #FFD000; }
a { background-color: rgb(255,208,0); }
div.DivClassName
{
background-color: #FFD000;
}
.BgClassName
{
background-color: #FFD000;
}
</style>
border-color css
<style>
span { border-color: #FFD000; }
span { border-color: rgb(255,208,0); }
td.TdClassName
{
border-color: #FFD000;
}
.TagClassName
{
border-color: #FFD000;
}
</style>