Shades of Dark Tangerine #FFA10D
Tints of Dark Tangerine #FFA10D
RGB
CMYK
RGB Variations
Color information
#FFA10D (or 0xFFA10D) is known color: Dark Tangerine. HEX triplet: FF, A1 and 0D. RGB value is (255,161,13). Sum of RGB (Red+Green+Blue) = 255+161+13=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10D is #005EF2. Grayscale: #ACACAC. Windows color (decimal): -24307 or 893439. OLE color: 893439.
HSL color Cylindrical-coordinate representation of color #FFA10D: hue angle of 36.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA10D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0 |
| HSL | 36.69º | 1% | 0.53% | - |
| HSV(B) | 36.69º | 0.95% | 1% | - |
| XYZ | 54.06 | 46.78 | 6.56 | - |
| YUV | 172.23 | 38.14 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 13 | 0 | 0.37 | 0.95 | 0 | 36.69 | 1 | 0.53 |
| Hex | FF | A1 | D | 0 | 25 | 5F | 0 | 25 | 64 | 35 |
| Octal | 377 | 241 | 15 | 0 | 45 | 137 | 0 | 45 | 144 | 65 |
| Binary | 11111111 | 10100001 | 1101 | 0 | 100101 | 1011111 | 0 | 100101 | 1100100 | 110101 |
Color Harmonies of #FFA10D
Complementary color
Monochromatic Colors of #FFA10D
Black with #FFA10D
Text Example
Text Example
White with #FFA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA10D; }
p { color: rgb(255,161,13); }
H1.HeaderClassName
{
color: #FFA10D;
}
.AnyTagClassName
{
color: #FFA10D;
}
</style>
background-color css
<style>
a { background-color: #FFA10D; }
a { background-color: rgb(255,161,13); }
div.DivClassName
{
background-color: #FFA10D;
}
.BgClassName
{
background-color: #FFA10D;
}
</style>
border-color css
<style>
span { border-color: #FFA10D; }
span { border-color: rgb(255,161,13); }
td.TdClassName
{
border-color: #FFA10D;
}
.TagClassName
{
border-color: #FFA10D;
}
</style>