Shades of Dark Tangerine #FFA01B
Tints of Dark Tangerine #FFA01B
RGB
CMYK
RGB Variations
Color information
#FFA01B (or 0xFFA01B) is known color: Dark Tangerine. HEX triplet: FF, A0 and 1B. RGB value is (255,160,27). Sum of RGB (Red+Green+Blue) = 255+160+27=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01B is #005FE4. Grayscale: #ADADAD. Windows color (decimal): -24549 or 1810687. OLE color: 1810687.
HSL color Cylindrical-coordinate representation of color #FFA01B: hue angle of 35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA01B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0 |
| HSL | 35º | 1% | 0.55% | - |
| HSV(B) | 35º | 0.89% | 1% | - |
| XYZ | 54.01 | 46.48 | 7.16 | - |
| YUV | 173.24 | 45.47 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 27 | 0 | 0.37 | 0.89 | 0 | 35 | 1 | 0.55 |
| Hex | FF | A0 | 1B | 0 | 25 | 59 | 0 | 23 | 64 | 37 |
| Octal | 377 | 240 | 33 | 0 | 45 | 131 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10100000 | 11011 | 0 | 100101 | 1011001 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FFA01B
Complementary color
Monochromatic Colors of #FFA01B
Black with #FFA01B
Text Example
Text Example
White with #FFA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA01B; }
p { color: rgb(255,160,27); }
H1.HeaderClassName
{
color: #FFA01B;
}
.AnyTagClassName
{
color: #FFA01B;
}
</style>
background-color css
<style>
a { background-color: #FFA01B; }
a { background-color: rgb(255,160,27); }
div.DivClassName
{
background-color: #FFA01B;
}
.BgClassName
{
background-color: #FFA01B;
}
</style>
border-color css
<style>
span { border-color: #FFA01B; }
span { border-color: rgb(255,160,27); }
td.TdClassName
{
border-color: #FFA01B;
}
.TagClassName
{
border-color: #FFA01B;
}
</style>