Shades of Dark Tangerine #F6A00D
Tints of Dark Tangerine #F6A00D
RGB
CMYK
RGB Variations
Color information
#F6A00D (or 0xF6A00D) is known color: Dark Tangerine. HEX triplet: F6, A0 and 0D. RGB value is (246,160,13). Sum of RGB (Red+Green+Blue) = 246+160+13=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A00D is #095FF2. Grayscale: #A9A9A9. Windows color (decimal): -614387 or 893174. OLE color: 893174.
HSL color Cylindrical-coordinate representation of color #F6A00D: hue angle of 37.85º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6A00D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.04 |
| HSL | 37.85º | 0.93% | 0.51% | - |
| HSV(B) | 37.85º | 0.95% | 0.96% | - |
| XYZ | 50.65 | 44.76 | 6.35 | - |
| YUV | 168.96 | 39.99 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 13 | 0 | 0.35 | 0.95 | 0.04 | 37.85 | 0.93 | 0.51 |
| Hex | F6 | A0 | D | 0 | 23 | 5F | 4 | 26 | 5D | 33 |
| Octal | 366 | 240 | 15 | 0 | 43 | 137 | 4 | 46 | 135 | 63 |
| Binary | 11110110 | 10100000 | 1101 | 0 | 100011 | 1011111 | 100 | 100110 | 1011101 | 110011 |
Color Harmonies of #F6A00D
Complementary color
Monochromatic Colors of #F6A00D
Black with #F6A00D
Text Example
Text Example
White with #F6A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A00D; }
p { color: rgb(246,160,13); }
H1.HeaderClassName
{
color: #F6A00D;
}
.AnyTagClassName
{
color: #F6A00D;
}
</style>
background-color css
<style>
a { background-color: #F6A00D; }
a { background-color: rgb(246,160,13); }
div.DivClassName
{
background-color: #F6A00D;
}
.BgClassName
{
background-color: #F6A00D;
}
</style>
border-color css
<style>
span { border-color: #F6A00D; }
span { border-color: rgb(246,160,13); }
td.TdClassName
{
border-color: #F6A00D;
}
.TagClassName
{
border-color: #F6A00D;
}
</style>