Shades of Dark Tangerine #FFA815
Tints of Dark Tangerine #FFA815
RGB
CMYK
RGB Variations
Color information
#FFA815 (or 0xFFA815) is known color: Dark Tangerine. HEX triplet: FF, A8 and 15. RGB value is (255,168,21). Sum of RGB (Red+Green+Blue) = 255+168+21=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA815 is #0057EA. Grayscale: #B1B1B1. Windows color (decimal): -22507 or 1419519. OLE color: 1419519.
HSL color Cylindrical-coordinate representation of color #FFA815: hue angle of 37.69º 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 #FFA815 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 21 | - |
| CMYK | 0 | 0.34 | 0.92 | 0 |
| HSL | 37.69º | 1% | 0.54% | - |
| HSV(B) | 37.69º | 0.92% | 1% | - |
| XYZ | 55.38 | 49.32 | 7.31 | - |
| YUV | 177.26 | 39.82 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 21 | 0 | 0.34 | 0.92 | 0 | 37.69 | 1 | 0.54 |
| Hex | FF | A8 | 15 | 0 | 22 | 5C | 0 | 26 | 64 | 36 |
| Octal | 377 | 250 | 25 | 0 | 42 | 134 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101000 | 10101 | 0 | 100010 | 1011100 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFA815
Complementary color
Monochromatic Colors of #FFA815
Black with #FFA815
Text Example
Text Example
White with #FFA815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA815; }
p { color: rgb(255,168,21); }
H1.HeaderClassName
{
color: #FFA815;
}
.AnyTagClassName
{
color: #FFA815;
}
</style>
background-color css
<style>
a { background-color: #FFA815; }
a { background-color: rgb(255,168,21); }
div.DivClassName
{
background-color: #FFA815;
}
.BgClassName
{
background-color: #FFA815;
}
</style>
border-color css
<style>
span { border-color: #FFA815; }
span { border-color: rgb(255,168,21); }
td.TdClassName
{
border-color: #FFA815;
}
.TagClassName
{
border-color: #FFA815;
}
</style>