Shades of Tangerine #F3850D
Tints of Tangerine #F3850D
RGB
CMYK
RGB Variations
Color information
#F3850D (or 0xF3850D) is known color: Tangerine. HEX triplet: F3, 85 and 0D. RGB value is (243,133,13). Sum of RGB (Red+Green+Blue) = 243+133+13=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3850D is #0C7AF2. Grayscale: #989898. Windows color (decimal): -817907 or 886259. OLE color: 886259.
HSL color Cylindrical-coordinate representation of color #F3850D: hue angle of 31.3º 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 #F3850D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.05 |
| HSL | 31.3º | 0.91% | 0.5% | - |
| HSV(B) | 31.3º | 0.95% | 0.95% | - |
| XYZ | 45.42 | 35.86 | 4.91 | - |
| YUV | 152.21 | 49.44 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 13 | 0 | 0.45 | 0.95 | 0.05 | 31.3 | 0.91 | 0.5 |
| Hex | F3 | 85 | D | 0 | 2D | 5F | 5 | 1F | 5B | 32 |
| Octal | 363 | 205 | 15 | 0 | 55 | 137 | 5 | 37 | 133 | 62 |
| Binary | 11110011 | 10000101 | 1101 | 0 | 101101 | 1011111 | 101 | 11111 | 1011011 | 110010 |
Color Harmonies of #F3850D
Complementary color
Monochromatic Colors of #F3850D
Black with #F3850D
Text Example
Text Example
White with #F3850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3850D; }
p { color: rgb(243,133,13); }
H1.HeaderClassName
{
color: #F3850D;
}
.AnyTagClassName
{
color: #F3850D;
}
</style>
background-color css
<style>
a { background-color: #F3850D; }
a { background-color: rgb(243,133,13); }
div.DivClassName
{
background-color: #F3850D;
}
.BgClassName
{
background-color: #F3850D;
}
</style>
border-color css
<style>
span { border-color: #F3850D; }
span { border-color: rgb(243,133,13); }
td.TdClassName
{
border-color: #F3850D;
}
.TagClassName
{
border-color: #F3850D;
}
</style>