Shades of Dark Tangerine #FFA715
Tints of Dark Tangerine #FFA715
RGB
CMYK
RGB Variations
Color information
#FFA715 (or 0xFFA715) is known color: Dark Tangerine. HEX triplet: FF, A7 and 15. RGB value is (255,167,21). Sum of RGB (Red+Green+Blue) = 255+167+21=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA715 is #0058EA. Grayscale: #B1B1B1. Windows color (decimal): -22763 or 1419263. OLE color: 1419263.
HSL color Cylindrical-coordinate representation of color #FFA715: hue angle of 37.44º 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 #FFA715 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 21 | - |
| CMYK | 0 | 0.35 | 0.92 | 0 |
| HSL | 37.44º | 1% | 0.54% | - |
| HSV(B) | 37.44º | 0.92% | 1% | - |
| XYZ | 55.19 | 48.95 | 7.25 | - |
| YUV | 176.67 | 40.15 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 21 | 0 | 0.35 | 0.92 | 0 | 37.44 | 1 | 0.54 |
| Hex | FF | A7 | 15 | 0 | 23 | 5C | 0 | 25 | 64 | 36 |
| Octal | 377 | 247 | 25 | 0 | 43 | 134 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100111 | 10101 | 0 | 100011 | 1011100 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA715
Complementary color
Monochromatic Colors of #FFA715
Black with #FFA715
Text Example
Text Example
White with #FFA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA715; }
p { color: rgb(255,167,21); }
H1.HeaderClassName
{
color: #FFA715;
}
.AnyTagClassName
{
color: #FFA715;
}
</style>
background-color css
<style>
a { background-color: #FFA715; }
a { background-color: rgb(255,167,21); }
div.DivClassName
{
background-color: #FFA715;
}
.BgClassName
{
background-color: #FFA715;
}
</style>
border-color css
<style>
span { border-color: #FFA715; }
span { border-color: rgb(255,167,21); }
td.TdClassName
{
border-color: #FFA715;
}
.TagClassName
{
border-color: #FFA715;
}
</style>