Shades of Tangerine #F38500
Tints of Tangerine #F38500
RGB
CMYK
RGB Variations
Color information
#F38500 (or 0xF38500) is known color: Tangerine. HEX triplet: F3, 85 and 00. RGB value is (243,133,0). Sum of RGB (Red+Green+Blue) = 243+133+0=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F38500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38500 is #0C7AFF. Grayscale: #979797. Windows color (decimal): -817920 or 34291. OLE color: 34291.
HSL color Cylindrical-coordinate representation of color #F38500: hue angle of 32.84º 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 #F38500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.05 |
| HSL | 32.84º | 1% | 0.48% | - |
| HSV(B) | 32.84º | 1% | 0.95% | - |
| XYZ | 45.35 | 35.83 | 4.53 | - |
| YUV | 150.73 | 42.94 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 0 | 0 | 0.45 | 1 | 0.05 | 32.84 | 1 | 0.48 |
| Hex | F3 | 85 | 0 | 0 | 2D | 64 | 5 | 21 | 64 | 30 |
| Octal | 363 | 205 | 0 | 0 | 55 | 144 | 5 | 41 | 144 | 60 |
| Binary | 11110011 | 10000101 | 0 | 0 | 101101 | 1100100 | 101 | 100001 | 1100100 | 110000 |
Color Harmonies of #F38500
Complementary color
Monochromatic Colors of #F38500
Black with #F38500
Text Example
Text Example
White with #F38500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38500; }
p { color: rgb(243,133,0); }
H1.HeaderClassName
{
color: #F38500;
}
.AnyTagClassName
{
color: #F38500;
}
</style>
background-color css
<style>
a { background-color: #F38500; }
a { background-color: rgb(243,133,0); }
div.DivClassName
{
background-color: #F38500;
}
.BgClassName
{
background-color: #F38500;
}
</style>
border-color css
<style>
span { border-color: #F38500; }
span { border-color: rgb(243,133,0); }
td.TdClassName
{
border-color: #F38500;
}
.TagClassName
{
border-color: #F38500;
}
</style>