Shades of Dark Tangerine #F6A31B
Tints of Dark Tangerine #F6A31B
RGB
CMYK
RGB Variations
Color information
#F6A31B (or 0xF6A31B) is known color: Dark Tangerine. HEX triplet: F6, A3 and 1B. RGB value is (246,163,27). Sum of RGB (Red+Green+Blue) = 246+163+27=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A31B is #095CE4. Grayscale: #ACACAC. Windows color (decimal): -613605 or 1811446. OLE color: 1811446.
HSL color Cylindrical-coordinate representation of color #F6A31B: hue angle of 37.26º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6A31B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 27 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.04 |
| HSL | 37.26º | 0.92% | 0.54% | - |
| HSV(B) | 37.26º | 0.89% | 0.96% | - |
| XYZ | 51.3 | 45.87 | 7.19 | - |
| YUV | 172.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 27 | 0 | 0.34 | 0.89 | 0.04 | 37.26 | 0.92 | 0.54 |
| Hex | F6 | A3 | 1B | 0 | 22 | 59 | 4 | 25 | 5C | 36 |
| Octal | 366 | 243 | 33 | 0 | 42 | 131 | 4 | 45 | 134 | 66 |
| Binary | 11110110 | 10100011 | 11011 | 0 | 100010 | 1011001 | 100 | 100101 | 1011100 | 110110 |
Color Harmonies of #F6A31B
Complementary color
Monochromatic Colors of #F6A31B
Black with #F6A31B
Text Example
Text Example
White with #F6A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A31B; }
p { color: rgb(246,163,27); }
H1.HeaderClassName
{
color: #F6A31B;
}
.AnyTagClassName
{
color: #F6A31B;
}
</style>
background-color css
<style>
a { background-color: #F6A31B; }
a { background-color: rgb(246,163,27); }
div.DivClassName
{
background-color: #F6A31B;
}
.BgClassName
{
background-color: #F6A31B;
}
</style>
border-color css
<style>
span { border-color: #F6A31B; }
span { border-color: rgb(246,163,27); }
td.TdClassName
{
border-color: #F6A31B;
}
.TagClassName
{
border-color: #F6A31B;
}
</style>