Shades of Tangerine #F38D00
Tints of Tangerine #F38D00
RGB
CMYK
RGB Variations
Color information
#F38D00 (or 0xF38D00) is known color: Tangerine. HEX triplet: F3, 8D and 00. RGB value is (243,141,0). Sum of RGB (Red+Green+Blue) = 243+141+0=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D00 is #0C72FF. Grayscale: #9C9C9C. Windows color (decimal): -815872 or 36339. OLE color: 36339.
HSL color Cylindrical-coordinate representation of color #F38D00: hue angle of 34.81º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F38D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.05 |
| HSL | 34.81º | 1% | 0.48% | - |
| HSV(B) | 34.81º | 1% | 0.95% | - |
| XYZ | 46.49 | 38.1 | 4.9 | - |
| YUV | 155.42 | 40.29 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 0 | 0 | 0.42 | 1 | 0.05 | 34.81 | 1 | 0.48 |
| Hex | F3 | 8D | 0 | 0 | 2A | 64 | 5 | 23 | 64 | 30 |
| Octal | 363 | 215 | 0 | 0 | 52 | 144 | 5 | 43 | 144 | 60 |
| Binary | 11110011 | 10001101 | 0 | 0 | 101010 | 1100100 | 101 | 100011 | 1100100 | 110000 |
Color Harmonies of #F38D00
Complementary color
Monochromatic Colors of #F38D00
Black with #F38D00
Text Example
Text Example
White with #F38D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D00; }
p { color: rgb(243,141,0); }
H1.HeaderClassName
{
color: #F38D00;
}
.AnyTagClassName
{
color: #F38D00;
}
</style>
background-color css
<style>
a { background-color: #F38D00; }
a { background-color: rgb(243,141,0); }
div.DivClassName
{
background-color: #F38D00;
}
.BgClassName
{
background-color: #F38D00;
}
</style>
border-color css
<style>
span { border-color: #F38D00; }
span { border-color: rgb(243,141,0); }
td.TdClassName
{
border-color: #F38D00;
}
.TagClassName
{
border-color: #F38D00;
}
</style>