Shades of Tangerine #F88500
Tints of Tangerine #F88500
RGB
CMYK
RGB Variations
Color information
#F88500 (or 0xF88500) is known color: Tangerine. HEX triplet: F8, 85 and 00. RGB value is (248,133,0). Sum of RGB (Red+Green+Blue) = 248+133+0=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F88500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88500 is #077AFF. Grayscale: #989898. Windows color (decimal): -490240 or 34296. OLE color: 34296.
HSL color Cylindrical-coordinate representation of color #F88500: hue angle of 32.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F88500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.03 |
| HSL | 32.18º | 1% | 0.49% | - |
| HSV(B) | 32.18º | 1% | 0.97% | - |
| XYZ | 47.1 | 36.73 | 4.61 | - |
| YUV | 152.22 | 42.1 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 0 | 0 | 0.46 | 1 | 0.03 | 32.18 | 1 | 0.49 |
| Hex | F8 | 85 | 0 | 0 | 2E | 64 | 3 | 20 | 64 | 31 |
| Octal | 370 | 205 | 0 | 0 | 56 | 144 | 3 | 40 | 144 | 61 |
| Binary | 11111000 | 10000101 | 0 | 0 | 101110 | 1100100 | 11 | 100000 | 1100100 | 110001 |
Color Harmonies of #F88500
Complementary color
Monochromatic Colors of #F88500
Black with #F88500
Text Example
Text Example
White with #F88500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88500; }
p { color: rgb(248,133,0); }
H1.HeaderClassName
{
color: #F88500;
}
.AnyTagClassName
{
color: #F88500;
}
</style>
background-color css
<style>
a { background-color: #F88500; }
a { background-color: rgb(248,133,0); }
div.DivClassName
{
background-color: #F88500;
}
.BgClassName
{
background-color: #F88500;
}
</style>
border-color css
<style>
span { border-color: #F88500; }
span { border-color: rgb(248,133,0); }
td.TdClassName
{
border-color: #F88500;
}
.TagClassName
{
border-color: #F88500;
}
</style>