Shades of Tangerine #F2820E
Tints of Tangerine #F2820E
RGB
CMYK
RGB Variations
Color information
#F2820E (or 0xF2820E) is known color: Tangerine. HEX triplet: F2, 82 and 0E. RGB value is (242,130,14). Sum of RGB (Red+Green+Blue) = 242+130+14=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2820E is #0D7DF1. Grayscale: #969696. Windows color (decimal): -884210 or 951026. OLE color: 951026.
HSL color Cylindrical-coordinate representation of color #F2820E: hue angle of 30.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2820E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.05 |
| HSL | 30.53º | 0.9% | 0.5% | - |
| HSV(B) | 30.53º | 0.94% | 0.95% | - |
| XYZ | 44.68 | 34.87 | 4.79 | - |
| YUV | 150.26 | 51.11 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 14 | 0 | 0.46 | 0.94 | 0.05 | 30.53 | 0.9 | 0.5 |
| Hex | F2 | 82 | E | 0 | 2E | 5E | 5 | 1F | 5A | 32 |
| Octal | 362 | 202 | 16 | 0 | 56 | 136 | 5 | 37 | 132 | 62 |
| Binary | 11110010 | 10000010 | 1110 | 0 | 101110 | 1011110 | 101 | 11111 | 1011010 | 110010 |
Color Harmonies of #F2820E
Complementary color
Monochromatic Colors of #F2820E
Black with #F2820E
Text Example
Text Example
White with #F2820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2820E; }
p { color: rgb(242,130,14); }
H1.HeaderClassName
{
color: #F2820E;
}
.AnyTagClassName
{
color: #F2820E;
}
</style>
background-color css
<style>
a { background-color: #F2820E; }
a { background-color: rgb(242,130,14); }
div.DivClassName
{
background-color: #F2820E;
}
.BgClassName
{
background-color: #F2820E;
}
</style>
border-color css
<style>
span { border-color: #F2820E; }
span { border-color: rgb(242,130,14); }
td.TdClassName
{
border-color: #F2820E;
}
.TagClassName
{
border-color: #F2820E;
}
</style>