Shades of Tangerine #F38312
Tints of Tangerine #F38312
RGB
CMYK
RGB Variations
Color information
#F38312 (or 0xF38312) is known color: Tangerine. HEX triplet: F3, 83 and 12. RGB value is (243,131,18). Sum of RGB (Red+Green+Blue) = 243+131+18=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F38312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38312 is #0C7CED. Grayscale: #989898. Windows color (decimal): -818414 or 1213427. OLE color: 1213427.
HSL color Cylindrical-coordinate representation of color #F38312: hue angle of 30.13º 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 #F38312 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 18 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.05 |
| HSL | 30.13º | 0.9% | 0.51% | - |
| HSV(B) | 30.13º | 0.93% | 0.95% | - |
| XYZ | 45.19 | 35.33 | 5.01 | - |
| YUV | 151.61 | 52.61 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 18 | 0 | 0.46 | 0.93 | 0.05 | 30.13 | 0.9 | 0.51 |
| Hex | F3 | 83 | 12 | 0 | 2E | 5D | 5 | 1E | 5A | 33 |
| Octal | 363 | 203 | 22 | 0 | 56 | 135 | 5 | 36 | 132 | 63 |
| Binary | 11110011 | 10000011 | 10010 | 0 | 101110 | 1011101 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F38312
Complementary color
Monochromatic Colors of #F38312
Black with #F38312
Text Example
Text Example
White with #F38312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38312; }
p { color: rgb(243,131,18); }
H1.HeaderClassName
{
color: #F38312;
}
.AnyTagClassName
{
color: #F38312;
}
</style>
background-color css
<style>
a { background-color: #F38312; }
a { background-color: rgb(243,131,18); }
div.DivClassName
{
background-color: #F38312;
}
.BgClassName
{
background-color: #F38312;
}
</style>
border-color css
<style>
span { border-color: #F38312; }
span { border-color: rgb(243,131,18); }
td.TdClassName
{
border-color: #F38312;
}
.TagClassName
{
border-color: #F38312;
}
</style>