Shades of Tangerine #FD8001
Tints of Tangerine #FD8001
RGB
CMYK
RGB Variations
Color information
#FD8001 (or 0xFD8001) is known color: Tangerine. HEX triplet: FD, 80 and 01. RGB value is (253,128,1). Sum of RGB (Red+Green+Blue) = 253+128+1=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8001 is #027FFE. Grayscale: #979797. Windows color (decimal): -163839 or 98557. OLE color: 98557.
HSL color Cylindrical-coordinate representation of color #FD8001: hue angle of 30.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8001 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.01 |
| HSL | 30.24º | 0.99% | 0.5% | - |
| HSV(B) | 30.24º | 1% | 0.99% | - |
| XYZ | 48.23 | 36.32 | 4.5 | - |
| YUV | 150.9 | 43.41 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 1 | 0 | 0.49 | 1.00 | 0.01 | 30.24 | 0.99 | 0.5 |
| Hex | FD | 80 | 1 | 0 | 31 | 64 | 1 | 1E | 63 | 32 |
| Octal | 375 | 200 | 1 | 0 | 61 | 144 | 1 | 36 | 143 | 62 |
| Binary | 11111101 | 10000000 | 1 | 0 | 110001 | 1100100 | 1 | 11110 | 1100011 | 110010 |
Color Harmonies of #FD8001
Complementary color
Monochromatic Colors of #FD8001
Black with #FD8001
Text Example
Text Example
White with #FD8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8001; }
p { color: rgb(253,128,1); }
H1.HeaderClassName
{
color: #FD8001;
}
.AnyTagClassName
{
color: #FD8001;
}
</style>
background-color css
<style>
a { background-color: #FD8001; }
a { background-color: rgb(253,128,1); }
div.DivClassName
{
background-color: #FD8001;
}
.BgClassName
{
background-color: #FD8001;
}
</style>
border-color css
<style>
span { border-color: #FD8001; }
span { border-color: rgb(253,128,1); }
td.TdClassName
{
border-color: #FD8001;
}
.TagClassName
{
border-color: #FD8001;
}
</style>