Shades of Tangerine #F6820A
Tints of Tangerine #F6820A
RGB
CMYK
RGB Variations
Color information
#F6820A (or 0xF6820A) is known color: Tangerine. HEX triplet: F6, 82 and 0A. RGB value is (246,130,10). Sum of RGB (Red+Green+Blue) = 246+130+10=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F6820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6820A is #097DF5. Grayscale: #979797. Windows color (decimal): -622070 or 688886. OLE color: 688886.
HSL color Cylindrical-coordinate representation of color #F6820A: hue angle of 30.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6820A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.04 |
| HSL | 30.51º | 0.93% | 0.5% | - |
| HSV(B) | 30.51º | 0.96% | 0.96% | - |
| XYZ | 46.04 | 35.58 | 4.73 | - |
| YUV | 151 | 48.43 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 10 | 0 | 0.47 | 0.96 | 0.04 | 30.51 | 0.93 | 0.5 |
| Hex | F6 | 82 | A | 0 | 2F | 60 | 4 | 1F | 5D | 32 |
| Octal | 366 | 202 | 12 | 0 | 57 | 140 | 4 | 37 | 135 | 62 |
| Binary | 11110110 | 10000010 | 1010 | 0 | 101111 | 1100000 | 100 | 11111 | 1011101 | 110010 |
Color Harmonies of #F6820A
Complementary color
Monochromatic Colors of #F6820A
Black with #F6820A
Text Example
Text Example
White with #F6820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6820A; }
p { color: rgb(246,130,10); }
H1.HeaderClassName
{
color: #F6820A;
}
.AnyTagClassName
{
color: #F6820A;
}
</style>
background-color css
<style>
a { background-color: #F6820A; }
a { background-color: rgb(246,130,10); }
div.DivClassName
{
background-color: #F6820A;
}
.BgClassName
{
background-color: #F6820A;
}
</style>
border-color css
<style>
span { border-color: #F6820A; }
span { border-color: rgb(246,130,10); }
td.TdClassName
{
border-color: #F6820A;
}
.TagClassName
{
border-color: #F6820A;
}
</style>