Shades of Tangerine #F6830E
Tints of Tangerine #F6830E
RGB
CMYK
RGB Variations
Color information
#F6830E (or 0xF6830E) is known color: Tangerine. HEX triplet: F6, 83 and 0E. RGB value is (246,131,14). Sum of RGB (Red+Green+Blue) = 246+131+14=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6830E is #097CF1. Grayscale: #989898. Windows color (decimal): -621810 or 951286. OLE color: 951286.
HSL color Cylindrical-coordinate representation of color #F6830E: hue angle of 30.26º 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 #F6830E is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 14 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.04 |
| HSL | 30.26º | 0.93% | 0.51% | - |
| HSV(B) | 30.26º | 0.94% | 0.96% | - |
| XYZ | 46.2 | 35.86 | 4.9 | - |
| YUV | 152.05 | 50.1 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 14 | 0 | 0.47 | 0.94 | 0.04 | 30.26 | 0.93 | 0.51 |
| Hex | F6 | 83 | E | 0 | 2F | 5E | 4 | 1E | 5D | 33 |
| Octal | 366 | 203 | 16 | 0 | 57 | 136 | 4 | 36 | 135 | 63 |
| Binary | 11110110 | 10000011 | 1110 | 0 | 101111 | 1011110 | 100 | 11110 | 1011101 | 110011 |
Color Harmonies of #F6830E
Complementary color
Monochromatic Colors of #F6830E
Black with #F6830E
Text Example
Text Example
White with #F6830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6830E; }
p { color: rgb(246,131,14); }
H1.HeaderClassName
{
color: #F6830E;
}
.AnyTagClassName
{
color: #F6830E;
}
</style>
background-color css
<style>
a { background-color: #F6830E; }
a { background-color: rgb(246,131,14); }
div.DivClassName
{
background-color: #F6830E;
}
.BgClassName
{
background-color: #F6830E;
}
</style>
border-color css
<style>
span { border-color: #F6830E; }
span { border-color: rgb(246,131,14); }
td.TdClassName
{
border-color: #F6830E;
}
.TagClassName
{
border-color: #F6830E;
}
</style>