Shades of Tangerine Yellow #FFD001
Tints of Tangerine Yellow #FFD001
RGB
CMYK
RGB Variations
Color information
#FFD001 (or 0xFFD001) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 01. RGB value is (255,208,1). Sum of RGB (Red+Green+Blue) = 255+208+1=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD001 is #002FFE. Grayscale: #C7C7C7. Windows color (decimal): -12287 or 119039. OLE color: 119039.
HSL color Cylindrical-coordinate representation of color #FFD001: hue angle of 48.9º 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 #FFD001 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0 |
| HSL | 48.9º | 1% | 0.5% | - |
| HSV(B) | 48.9º | 1% | 1% | - |
| XYZ | 63.8 | 66.37 | 9.48 | - |
| YUV | 198.46 | 16.57 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 1 | 0 | 0.18 | 1.00 | 0 | 48.9 | 1 | 0.5 |
| Hex | FF | D0 | 1 | 0 | 12 | 64 | 0 | 31 | 64 | 32 |
| Octal | 377 | 320 | 1 | 0 | 22 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11010000 | 1 | 0 | 10010 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFD001
Complementary color
Monochromatic Colors of #FFD001
Black with #FFD001
Text Example
Text Example
White with #FFD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD001; }
p { color: rgb(255,208,1); }
H1.HeaderClassName
{
color: #FFD001;
}
.AnyTagClassName
{
color: #FFD001;
}
</style>
background-color css
<style>
a { background-color: #FFD001; }
a { background-color: rgb(255,208,1); }
div.DivClassName
{
background-color: #FFD001;
}
.BgClassName
{
background-color: #FFD001;
}
</style>
border-color css
<style>
span { border-color: #FFD001; }
span { border-color: rgb(255,208,1); }
td.TdClassName
{
border-color: #FFD001;
}
.TagClassName
{
border-color: #FFD001;
}
</style>