Shades of Dark Tangerine #FFA114
Tints of Dark Tangerine #FFA114
RGB
CMYK
RGB Variations
Color information
#FFA114 (or 0xFFA114) is known color: Dark Tangerine. HEX triplet: FF, A1 and 14. RGB value is (255,161,20). Sum of RGB (Red+Green+Blue) = 255+161+20=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA114 is #005EEB. Grayscale: #ADADAD. Windows color (decimal): -24300 or 1352191. OLE color: 1352191.
HSL color Cylindrical-coordinate representation of color #FFA114: hue angle of 36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFA114 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0 |
| HSL | 36º | 1% | 0.54% | - |
| HSV(B) | 36º | 0.92% | 1% | - |
| XYZ | 54.11 | 46.8 | 6.84 | - |
| YUV | 173.03 | 41.64 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 20 | 0 | 0.37 | 0.92 | 0 | 36 | 1 | 0.54 |
| Hex | FF | A1 | 14 | 0 | 25 | 5C | 0 | 24 | 64 | 36 |
| Octal | 377 | 241 | 24 | 0 | 45 | 134 | 0 | 44 | 144 | 66 |
| Binary | 11111111 | 10100001 | 10100 | 0 | 100101 | 1011100 | 0 | 100100 | 1100100 | 110110 |
Color Harmonies of #FFA114
Complementary color
Monochromatic Colors of #FFA114
Black with #FFA114
Text Example
Text Example
White with #FFA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA114; }
p { color: rgb(255,161,20); }
H1.HeaderClassName
{
color: #FFA114;
}
.AnyTagClassName
{
color: #FFA114;
}
</style>
background-color css
<style>
a { background-color: #FFA114; }
a { background-color: rgb(255,161,20); }
div.DivClassName
{
background-color: #FFA114;
}
.BgClassName
{
background-color: #FFA114;
}
</style>
border-color css
<style>
span { border-color: #FFA114; }
span { border-color: rgb(255,161,20); }
td.TdClassName
{
border-color: #FFA114;
}
.TagClassName
{
border-color: #FFA114;
}
</style>