Shades of Tangerine #F38011
Tints of Tangerine #F38011
RGB
CMYK
RGB Variations
Color information
#F38011 (or 0xF38011) is known color: Tangerine. HEX triplet: F3, 80 and 11. RGB value is (243,128,17). Sum of RGB (Red+Green+Blue) = 243+128+17=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F38011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38011 is #0C7FEE. Grayscale: #969696. Windows color (decimal): -819183 or 1147123. OLE color: 1147123.
HSL color Cylindrical-coordinate representation of color #F38011: hue angle of 29.47º 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 #F38011 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.05 |
| HSL | 29.47º | 0.9% | 0.51% | - |
| HSV(B) | 29.47º | 0.93% | 0.95% | - |
| XYZ | 44.78 | 34.53 | 4.84 | - |
| YUV | 149.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 17 | 0 | 0.47 | 0.93 | 0.05 | 29.47 | 0.9 | 0.51 |
| Hex | F3 | 80 | 11 | 0 | 2F | 5D | 5 | 1D | 5A | 33 |
| Octal | 363 | 200 | 21 | 0 | 57 | 135 | 5 | 35 | 132 | 63 |
| Binary | 11110011 | 10000000 | 10001 | 0 | 101111 | 1011101 | 101 | 11101 | 1011010 | 110011 |
Color Harmonies of #F38011
Complementary color
Monochromatic Colors of #F38011
Black with #F38011
Text Example
Text Example
White with #F38011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38011; }
p { color: rgb(243,128,17); }
H1.HeaderClassName
{
color: #F38011;
}
.AnyTagClassName
{
color: #F38011;
}
</style>
background-color css
<style>
a { background-color: #F38011; }
a { background-color: rgb(243,128,17); }
div.DivClassName
{
background-color: #F38011;
}
.BgClassName
{
background-color: #F38011;
}
</style>
border-color css
<style>
span { border-color: #F38011; }
span { border-color: rgb(243,128,17); }
td.TdClassName
{
border-color: #F38011;
}
.TagClassName
{
border-color: #F38011;
}
</style>