Shades of Dark Tangerine #FFA01A
Tints of Dark Tangerine #FFA01A
RGB
CMYK
RGB Variations
Color information
#FFA01A (or 0xFFA01A) is known color: Dark Tangerine. HEX triplet: FF, A0 and 1A. RGB value is (255,160,26). Sum of RGB (Red+Green+Blue) = 255+160+26=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01A is #005FE5. Grayscale: #ADADAD. Windows color (decimal): -24550 or 1745151. OLE color: 1745151.
HSL color Cylindrical-coordinate representation of color #FFA01A: hue angle of 35.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA01A is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 26 | - |
| CMYK | 0 | 0.37 | 0.90 | 0 |
| HSL | 35.11º | 1% | 0.55% | - |
| HSV(B) | 35.11º | 0.9% | 1% | - |
| XYZ | 54 | 46.48 | 7.1 | - |
| YUV | 173.13 | 44.97 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 26 | 0 | 0.37 | 0.90 | 0 | 35.11 | 1 | 0.55 |
| Hex | FF | A0 | 1A | 0 | 25 | 5A | 0 | 23 | 64 | 37 |
| Octal | 377 | 240 | 32 | 0 | 45 | 132 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10100000 | 11010 | 0 | 100101 | 1011010 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FFA01A
Complementary color
Monochromatic Colors of #FFA01A
Black with #FFA01A
Text Example
Text Example
White with #FFA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA01A; }
p { color: rgb(255,160,26); }
H1.HeaderClassName
{
color: #FFA01A;
}
.AnyTagClassName
{
color: #FFA01A;
}
</style>
background-color css
<style>
a { background-color: #FFA01A; }
a { background-color: rgb(255,160,26); }
div.DivClassName
{
background-color: #FFA01A;
}
.BgClassName
{
background-color: #FFA01A;
}
</style>
border-color css
<style>
span { border-color: #FFA01A; }
span { border-color: rgb(255,160,26); }
td.TdClassName
{
border-color: #FFA01A;
}
.TagClassName
{
border-color: #FFA01A;
}
</style>