Shades of Tangerine #F38412
Tints of Tangerine #F38412
RGB
CMYK
RGB Variations
Color information
#F38412 (or 0xF38412) is known color: Tangerine. HEX triplet: F3, 84 and 12. RGB value is (243,132,18). Sum of RGB (Red+Green+Blue) = 243+132+18=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F38412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38412 is #0C7BED. Grayscale: #989898. Windows color (decimal): -818158 or 1213683. OLE color: 1213683.
HSL color Cylindrical-coordinate representation of color #F38412: hue angle of 30.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38412 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 18 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.05 |
| HSL | 30.4º | 0.9% | 0.51% | - |
| HSV(B) | 30.4º | 0.93% | 0.95% | - |
| XYZ | 45.32 | 35.6 | 5.06 | - |
| YUV | 152.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 18 | 0 | 0.46 | 0.93 | 0.05 | 30.4 | 0.9 | 0.51 |
| Hex | F3 | 84 | 12 | 0 | 2E | 5D | 5 | 1E | 5A | 33 |
| Octal | 363 | 204 | 22 | 0 | 56 | 135 | 5 | 36 | 132 | 63 |
| Binary | 11110011 | 10000100 | 10010 | 0 | 101110 | 1011101 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F38412
Complementary color
Monochromatic Colors of #F38412
Black with #F38412
Text Example
Text Example
White with #F38412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38412; }
p { color: rgb(243,132,18); }
H1.HeaderClassName
{
color: #F38412;
}
.AnyTagClassName
{
color: #F38412;
}
</style>
background-color css
<style>
a { background-color: #F38412; }
a { background-color: rgb(243,132,18); }
div.DivClassName
{
background-color: #F38412;
}
.BgClassName
{
background-color: #F38412;
}
</style>
border-color css
<style>
span { border-color: #F38412; }
span { border-color: rgb(243,132,18); }
td.TdClassName
{
border-color: #F38412;
}
.TagClassName
{
border-color: #F38412;
}
</style>