Shades of Tangerine #F6820D
Tints of Tangerine #F6820D
RGB
CMYK
RGB Variations
Color information
#F6820D (or 0xF6820D) is known color: Tangerine. HEX triplet: F6, 82 and 0D. RGB value is (246,130,13). Sum of RGB (Red+Green+Blue) = 246+130+13=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6820D is #097DF2. Grayscale: #979797. Windows color (decimal): -622067 or 885494. OLE color: 885494.
HSL color Cylindrical-coordinate representation of color #F6820D: hue angle of 30.13º 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 #F6820D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.04 |
| HSL | 30.13º | 0.93% | 0.51% | - |
| HSV(B) | 30.13º | 0.95% | 0.96% | - |
| XYZ | 46.06 | 35.59 | 4.82 | - |
| YUV | 151.35 | 49.93 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 13 | 0 | 0.47 | 0.95 | 0.04 | 30.13 | 0.93 | 0.51 |
| Hex | F6 | 82 | D | 0 | 2F | 5F | 4 | 1E | 5D | 33 |
| Octal | 366 | 202 | 15 | 0 | 57 | 137 | 4 | 36 | 135 | 63 |
| Binary | 11110110 | 10000010 | 1101 | 0 | 101111 | 1011111 | 100 | 11110 | 1011101 | 110011 |
Color Harmonies of #F6820D
Complementary color
Monochromatic Colors of #F6820D
Black with #F6820D
Text Example
Text Example
White with #F6820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6820D; }
p { color: rgb(246,130,13); }
H1.HeaderClassName
{
color: #F6820D;
}
.AnyTagClassName
{
color: #F6820D;
}
</style>
background-color css
<style>
a { background-color: #F6820D; }
a { background-color: rgb(246,130,13); }
div.DivClassName
{
background-color: #F6820D;
}
.BgClassName
{
background-color: #F6820D;
}
</style>
border-color css
<style>
span { border-color: #F6820D; }
span { border-color: rgb(246,130,13); }
td.TdClassName
{
border-color: #F6820D;
}
.TagClassName
{
border-color: #F6820D;
}
</style>