Shades of Tangerine #F88908
Tints of Tangerine #F88908
RGB
CMYK
RGB Variations
Color information
#F88908 (or 0xF88908) is known color: Tangerine. HEX triplet: F8, 89 and 08. RGB value is (248,137,8). Sum of RGB (Red+Green+Blue) = 248+137+8=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F88908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88908 is #0776F7. Grayscale: #9C9C9C. Windows color (decimal): -489208 or 559608. OLE color: 559608.
HSL color Cylindrical-coordinate representation of color #F88908: hue angle of 32.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F88908 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.03 |
| HSL | 32.25º | 0.94% | 0.5% | - |
| HSV(B) | 32.25º | 0.97% | 0.97% | - |
| XYZ | 47.7 | 37.87 | 5.02 | - |
| YUV | 155.48 | 44.77 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 8 | 0 | 0.45 | 0.97 | 0.03 | 32.25 | 0.94 | 0.5 |
| Hex | F8 | 89 | 8 | 0 | 2D | 61 | 3 | 20 | 5E | 32 |
| Octal | 370 | 211 | 10 | 0 | 55 | 141 | 3 | 40 | 136 | 62 |
| Binary | 11111000 | 10001001 | 1000 | 0 | 101101 | 1100001 | 11 | 100000 | 1011110 | 110010 |
Color Harmonies of #F88908
Complementary color
Monochromatic Colors of #F88908
Black with #F88908
Text Example
Text Example
White with #F88908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88908; }
p { color: rgb(248,137,8); }
H1.HeaderClassName
{
color: #F88908;
}
.AnyTagClassName
{
color: #F88908;
}
</style>
background-color css
<style>
a { background-color: #F88908; }
a { background-color: rgb(248,137,8); }
div.DivClassName
{
background-color: #F88908;
}
.BgClassName
{
background-color: #F88908;
}
</style>
border-color css
<style>
span { border-color: #F88908; }
span { border-color: rgb(248,137,8); }
td.TdClassName
{
border-color: #F88908;
}
.TagClassName
{
border-color: #F88908;
}
</style>