Shades of Dark Tangerine #F6A21E
Tints of Dark Tangerine #F6A21E
RGB
CMYK
RGB Variations
Color information
#F6A21E (or 0xF6A21E) is known color: Dark Tangerine. HEX triplet: F6, A2 and 1E. RGB value is (246,162,30). Sum of RGB (Red+Green+Blue) = 246+162+30=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A21E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A21E is #095DE1. Grayscale: #ACACAC. Windows color (decimal): -613858 or 2007798. OLE color: 2007798.
HSL color Cylindrical-coordinate representation of color #F6A21E: hue angle of 36.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6A21E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 30 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.04 |
| HSL | 36.67º | 0.92% | 0.54% | - |
| HSV(B) | 36.67º | 0.88% | 0.96% | - |
| XYZ | 51.16 | 45.53 | 7.32 | - |
| YUV | 172.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 30 | 0 | 0.34 | 0.88 | 0.04 | 36.67 | 0.92 | 0.54 |
| Hex | F6 | A2 | 1E | 0 | 22 | 58 | 4 | 25 | 5C | 36 |
| Octal | 366 | 242 | 36 | 0 | 42 | 130 | 4 | 45 | 134 | 66 |
| Binary | 11110110 | 10100010 | 11110 | 0 | 100010 | 1011000 | 100 | 100101 | 1011100 | 110110 |
Color Harmonies of #F6A21E
Complementary color
Monochromatic Colors of #F6A21E
Black with #F6A21E
Text Example
Text Example
White with #F6A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A21E; }
p { color: rgb(246,162,30); }
H1.HeaderClassName
{
color: #F6A21E;
}
.AnyTagClassName
{
color: #F6A21E;
}
</style>
background-color css
<style>
a { background-color: #F6A21E; }
a { background-color: rgb(246,162,30); }
div.DivClassName
{
background-color: #F6A21E;
}
.BgClassName
{
background-color: #F6A21E;
}
</style>
border-color css
<style>
span { border-color: #F6A21E; }
span { border-color: rgb(246,162,30); }
td.TdClassName
{
border-color: #F6A21E;
}
.TagClassName
{
border-color: #F6A21E;
}
</style>