Shades of Dark Tangerine #F6A515
Tints of Dark Tangerine #F6A515
RGB
CMYK
RGB Variations
Color information
#F6A515 (or 0xF6A515) is known color: Dark Tangerine. HEX triplet: F6, A5 and 15. RGB value is (246,165,21). Sum of RGB (Red+Green+Blue) = 246+165+21=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A515 is #095AEA. Grayscale: #ADADAD. Windows color (decimal): -613099 or 1418742. OLE color: 1418742.
HSL color Cylindrical-coordinate representation of color #F6A515: hue angle of 38.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6A515 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.04 |
| HSL | 38.4º | 0.93% | 0.52% | - |
| HSV(B) | 38.4º | 0.91% | 0.96% | - |
| XYZ | 51.6 | 46.56 | 6.98 | - |
| YUV | 172.8 | 42.34 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 21 | 0 | 0.33 | 0.91 | 0.04 | 38.4 | 0.93 | 0.52 |
| Hex | F6 | A5 | 15 | 0 | 21 | 5B | 4 | 26 | 5D | 34 |
| Octal | 366 | 245 | 25 | 0 | 41 | 133 | 4 | 46 | 135 | 64 |
| Binary | 11110110 | 10100101 | 10101 | 0 | 100001 | 1011011 | 100 | 100110 | 1011101 | 110100 |
Color Harmonies of #F6A515
Complementary color
Monochromatic Colors of #F6A515
Black with #F6A515
Text Example
Text Example
White with #F6A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A515; }
p { color: rgb(246,165,21); }
H1.HeaderClassName
{
color: #F6A515;
}
.AnyTagClassName
{
color: #F6A515;
}
</style>
background-color css
<style>
a { background-color: #F6A515; }
a { background-color: rgb(246,165,21); }
div.DivClassName
{
background-color: #F6A515;
}
.BgClassName
{
background-color: #F6A515;
}
</style>
border-color css
<style>
span { border-color: #F6A515; }
span { border-color: rgb(246,165,21); }
td.TdClassName
{
border-color: #F6A515;
}
.TagClassName
{
border-color: #F6A515;
}
</style>