Shades of Tangerine #F88900
Tints of Tangerine #F88900
RGB
CMYK
RGB Variations
Color information
#F88900 (or 0xF88900) is known color: Tangerine. HEX triplet: F8, 89 and 00. RGB value is (248,137,0). Sum of RGB (Red+Green+Blue) = 248+137+0=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F88900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88900 is #0776FF. Grayscale: #9B9B9B. Windows color (decimal): -489216 or 35320. OLE color: 35320.
HSL color Cylindrical-coordinate representation of color #F88900: hue angle of 33.15º 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 #F88900 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.03 |
| HSL | 33.15º | 1% | 0.49% | - |
| HSV(B) | 33.15º | 1% | 0.97% | - |
| XYZ | 47.66 | 37.85 | 4.79 | - |
| YUV | 154.57 | 40.77 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 0 | 0 | 0.45 | 1 | 0.03 | 33.15 | 1 | 0.49 |
| Hex | F8 | 89 | 0 | 0 | 2D | 64 | 3 | 21 | 64 | 31 |
| Octal | 370 | 211 | 0 | 0 | 55 | 144 | 3 | 41 | 144 | 61 |
| Binary | 11111000 | 10001001 | 0 | 0 | 101101 | 1100100 | 11 | 100001 | 1100100 | 110001 |
Color Harmonies of #F88900
Complementary color
Monochromatic Colors of #F88900
Black with #F88900
Text Example
Text Example
White with #F88900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88900; }
p { color: rgb(248,137,0); }
H1.HeaderClassName
{
color: #F88900;
}
.AnyTagClassName
{
color: #F88900;
}
</style>
background-color css
<style>
a { background-color: #F88900; }
a { background-color: rgb(248,137,0); }
div.DivClassName
{
background-color: #F88900;
}
.BgClassName
{
background-color: #F88900;
}
</style>
border-color css
<style>
span { border-color: #F88900; }
span { border-color: rgb(248,137,0); }
td.TdClassName
{
border-color: #F88900;
}
.TagClassName
{
border-color: #F88900;
}
</style>