Shades of Tangerine #F3820D
Tints of Tangerine #F3820D
RGB
CMYK
RGB Variations
Color information
#F3820D (or 0xF3820D) is known color: Tangerine. HEX triplet: F3, 82 and 0D. RGB value is (243,130,13). Sum of RGB (Red+Green+Blue) = 243+130+13=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3820D is #0C7DF2. Grayscale: #979797. Windows color (decimal): -818675 or 885491. OLE color: 885491.
HSL color Cylindrical-coordinate representation of color #F3820D: hue angle of 30.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3820D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30.52º | 0.91% | 0.5% | - |
| HSV(B) | 30.52º | 0.95% | 0.95% | - |
| XYZ | 45.02 | 35.05 | 4.77 | - |
| YUV | 150.45 | 50.44 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 13 | 0 | 0.47 | 0.95 | 0.05 | 30.52 | 0.91 | 0.5 |
| Hex | F3 | 82 | D | 0 | 2F | 5F | 5 | 1F | 5B | 32 |
| Octal | 363 | 202 | 15 | 0 | 57 | 137 | 5 | 37 | 133 | 62 |
| Binary | 11110011 | 10000010 | 1101 | 0 | 101111 | 1011111 | 101 | 11111 | 1011011 | 110010 |
Color Harmonies of #F3820D
Complementary color
Monochromatic Colors of #F3820D
Black with #F3820D
Text Example
Text Example
White with #F3820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3820D; }
p { color: rgb(243,130,13); }
H1.HeaderClassName
{
color: #F3820D;
}
.AnyTagClassName
{
color: #F3820D;
}
</style>
background-color css
<style>
a { background-color: #F3820D; }
a { background-color: rgb(243,130,13); }
div.DivClassName
{
background-color: #F3820D;
}
.BgClassName
{
background-color: #F3820D;
}
</style>
border-color css
<style>
span { border-color: #F3820D; }
span { border-color: rgb(243,130,13); }
td.TdClassName
{
border-color: #F3820D;
}
.TagClassName
{
border-color: #F3820D;
}
</style>