Shades of Dark Tangerine #FFA215
Tints of Dark Tangerine #FFA215
RGB
CMYK
RGB Variations
Color information
#FFA215 (or 0xFFA215) is known color: Dark Tangerine. HEX triplet: FF, A2 and 15. RGB value is (255,162,21). Sum of RGB (Red+Green+Blue) = 255+162+21=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA215 is #005DEA. Grayscale: #AEAEAE. Windows color (decimal): -24043 or 1417983. OLE color: 1417983.
HSL color Cylindrical-coordinate representation of color #FFA215: hue angle of 36.15º 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 #FFA215 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 21 | - |
| CMYK | 0 | 0.36 | 0.92 | 0 |
| HSL | 36.15º | 1% | 0.54% | - |
| HSV(B) | 36.15º | 0.92% | 1% | - |
| XYZ | 54.3 | 47.15 | 6.95 | - |
| YUV | 173.73 | 41.81 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 21 | 0 | 0.36 | 0.92 | 0 | 36.15 | 1 | 0.54 |
| Hex | FF | A2 | 15 | 0 | 24 | 5C | 0 | 24 | 64 | 36 |
| Octal | 377 | 242 | 25 | 0 | 44 | 134 | 0 | 44 | 144 | 66 |
| Binary | 11111111 | 10100010 | 10101 | 0 | 100100 | 1011100 | 0 | 100100 | 1100100 | 110110 |
Color Harmonies of #FFA215
Complementary color
Monochromatic Colors of #FFA215
Black with #FFA215
Text Example
Text Example
White with #FFA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA215; }
p { color: rgb(255,162,21); }
H1.HeaderClassName
{
color: #FFA215;
}
.AnyTagClassName
{
color: #FFA215;
}
</style>
background-color css
<style>
a { background-color: #FFA215; }
a { background-color: rgb(255,162,21); }
div.DivClassName
{
background-color: #FFA215;
}
.BgClassName
{
background-color: #FFA215;
}
</style>
border-color css
<style>
span { border-color: #FFA215; }
span { border-color: rgb(255,162,21); }
td.TdClassName
{
border-color: #FFA215;
}
.TagClassName
{
border-color: #FFA215;
}
</style>