Shades of Dark Tangerine #FFA813
Tints of Dark Tangerine #FFA813
RGB
CMYK
RGB Variations
Color information
#FFA813 (or 0xFFA813) is known color: Dark Tangerine. HEX triplet: FF, A8 and 13. RGB value is (255,168,19). Sum of RGB (Red+Green+Blue) = 255+168+19=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA813 is #0057EC. Grayscale: #B1B1B1. Windows color (decimal): -22509 or 1288447. OLE color: 1288447.
HSL color Cylindrical-coordinate representation of color #FFA813: hue angle of 37.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFA813 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 19 | - |
| CMYK | 0 | 0.34 | 0.93 | 0 |
| HSL | 37.88º | 1% | 0.54% | - |
| HSV(B) | 37.88º | 0.93% | 1% | - |
| XYZ | 55.36 | 49.31 | 7.22 | - |
| YUV | 177.03 | 38.82 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 19 | 0 | 0.34 | 0.93 | 0 | 37.88 | 1 | 0.54 |
| Hex | FF | A8 | 13 | 0 | 22 | 5D | 0 | 26 | 64 | 36 |
| Octal | 377 | 250 | 23 | 0 | 42 | 135 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101000 | 10011 | 0 | 100010 | 1011101 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFA813
Complementary color
Monochromatic Colors of #FFA813
Black with #FFA813
Text Example
Text Example
White with #FFA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA813; }
p { color: rgb(255,168,19); }
H1.HeaderClassName
{
color: #FFA813;
}
.AnyTagClassName
{
color: #FFA813;
}
</style>
background-color css
<style>
a { background-color: #FFA813; }
a { background-color: rgb(255,168,19); }
div.DivClassName
{
background-color: #FFA813;
}
.BgClassName
{
background-color: #FFA813;
}
</style>
border-color css
<style>
span { border-color: #FFA813; }
span { border-color: rgb(255,168,19); }
td.TdClassName
{
border-color: #FFA813;
}
.TagClassName
{
border-color: #FFA813;
}
</style>