Shades of Dark Tangerine #F6A220
Tints of Dark Tangerine #F6A220
RGB
CMYK
RGB Variations
Color information
#F6A220 (or 0xF6A220) is known color: Dark Tangerine. HEX triplet: F6, A2 and 20. RGB value is (246,162,32). Sum of RGB (Red+Green+Blue) = 246+162+32=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A220 is #095DDF. Grayscale: #ACACAC. Windows color (decimal): -613856 or 2138870. OLE color: 2138870.
HSL color Cylindrical-coordinate representation of color #F6A220: hue angle of 36.45º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6A220 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 32 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.04 |
| HSL | 36.45º | 0.92% | 0.55% | - |
| HSV(B) | 36.45º | 0.87% | 0.96% | - |
| XYZ | 51.19 | 45.54 | 7.46 | - |
| YUV | 172.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 32 | 0 | 0.34 | 0.87 | 0.04 | 36.45 | 0.92 | 0.55 |
| Hex | F6 | A2 | 20 | 0 | 22 | 57 | 4 | 24 | 5C | 37 |
| Octal | 366 | 242 | 40 | 0 | 42 | 127 | 4 | 44 | 134 | 67 |
| Binary | 11110110 | 10100010 | 100000 | 0 | 100010 | 1010111 | 100 | 100100 | 1011100 | 110111 |
Color Harmonies of #F6A220
Complementary color
Monochromatic Colors of #F6A220
Black with #F6A220
Text Example
Text Example
White with #F6A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A220; }
p { color: rgb(246,162,32); }
H1.HeaderClassName
{
color: #F6A220;
}
.AnyTagClassName
{
color: #F6A220;
}
</style>
background-color css
<style>
a { background-color: #F6A220; }
a { background-color: rgb(246,162,32); }
div.DivClassName
{
background-color: #F6A220;
}
.BgClassName
{
background-color: #F6A220;
}
</style>
border-color css
<style>
span { border-color: #F6A220; }
span { border-color: rgb(246,162,32); }
td.TdClassName
{
border-color: #F6A220;
}
.TagClassName
{
border-color: #F6A220;
}
</style>