Shades of Dark Tangerine #F6A50C
Tints of Dark Tangerine #F6A50C
RGB
CMYK
RGB Variations
Color information
#F6A50C (or 0xF6A50C) is known color: Dark Tangerine. HEX triplet: F6, A5 and 0C. RGB value is (246,165,12). Sum of RGB (Red+Green+Blue) = 246+165+12=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A50C is #095AF3. Grayscale: #ACACAC. Windows color (decimal): -613108 or 828918. OLE color: 828918.
HSL color Cylindrical-coordinate representation of color #F6A50C: hue angle of 39.23º 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 #F6A50C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.04 |
| HSL | 39.23º | 0.93% | 0.51% | - |
| HSV(B) | 39.23º | 0.95% | 0.96% | - |
| XYZ | 51.53 | 46.53 | 6.61 | - |
| YUV | 171.78 | 37.84 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 12 | 0 | 0.33 | 0.95 | 0.04 | 39.23 | 0.93 | 0.51 |
| Hex | F6 | A5 | C | 0 | 21 | 5F | 4 | 27 | 5D | 33 |
| Octal | 366 | 245 | 14 | 0 | 41 | 137 | 4 | 47 | 135 | 63 |
| Binary | 11110110 | 10100101 | 1100 | 0 | 100001 | 1011111 | 100 | 100111 | 1011101 | 110011 |
Color Harmonies of #F6A50C
Complementary color
Monochromatic Colors of #F6A50C
Black with #F6A50C
Text Example
Text Example
White with #F6A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A50C; }
p { color: rgb(246,165,12); }
H1.HeaderClassName
{
color: #F6A50C;
}
.AnyTagClassName
{
color: #F6A50C;
}
</style>
background-color css
<style>
a { background-color: #F6A50C; }
a { background-color: rgb(246,165,12); }
div.DivClassName
{
background-color: #F6A50C;
}
.BgClassName
{
background-color: #F6A50C;
}
</style>
border-color css
<style>
span { border-color: #F6A50C; }
span { border-color: rgb(246,165,12); }
td.TdClassName
{
border-color: #F6A50C;
}
.TagClassName
{
border-color: #F6A50C;
}
</style>