Shades of Dark Tangerine #F6A30E
Tints of Dark Tangerine #F6A30E
RGB
CMYK
RGB Variations
Color information
#F6A30E (or 0xF6A30E) is known color: Dark Tangerine. HEX triplet: F6, A3 and 0E. RGB value is (246,163,14). Sum of RGB (Red+Green+Blue) = 246+163+14=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A30E is #095CF1. Grayscale: #ABABAB. Windows color (decimal): -613618 or 959478. OLE color: 959478.
HSL color Cylindrical-coordinate representation of color #F6A30E: hue angle of 38.53º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6A30E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.04 |
| HSL | 38.53º | 0.93% | 0.51% | - |
| HSV(B) | 38.53º | 0.94% | 0.96% | - |
| XYZ | 51.18 | 45.82 | 6.56 | - |
| YUV | 170.83 | 39.5 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 14 | 0 | 0.34 | 0.94 | 0.04 | 38.53 | 0.93 | 0.51 |
| Hex | F6 | A3 | E | 0 | 22 | 5E | 4 | 27 | 5D | 33 |
| Octal | 366 | 243 | 16 | 0 | 42 | 136 | 4 | 47 | 135 | 63 |
| Binary | 11110110 | 10100011 | 1110 | 0 | 100010 | 1011110 | 100 | 100111 | 1011101 | 110011 |
Color Harmonies of #F6A30E
Complementary color
Monochromatic Colors of #F6A30E
Black with #F6A30E
Text Example
Text Example
White with #F6A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A30E; }
p { color: rgb(246,163,14); }
H1.HeaderClassName
{
color: #F6A30E;
}
.AnyTagClassName
{
color: #F6A30E;
}
</style>
background-color css
<style>
a { background-color: #F6A30E; }
a { background-color: rgb(246,163,14); }
div.DivClassName
{
background-color: #F6A30E;
}
.BgClassName
{
background-color: #F6A30E;
}
</style>
border-color css
<style>
span { border-color: #F6A30E; }
span { border-color: rgb(246,163,14); }
td.TdClassName
{
border-color: #F6A30E;
}
.TagClassName
{
border-color: #F6A30E;
}
</style>