Shades of Tangerine #F8890D
Tints of Tangerine #F8890D
RGB
CMYK
RGB Variations
Color information
#F8890D (or 0xF8890D) is known color: Tangerine. HEX triplet: F8, 89 and 0D. RGB value is (248,137,13). Sum of RGB (Red+Green+Blue) = 248+137+13=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8890D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8890D is #0776F2. Grayscale: #9C9C9C. Windows color (decimal): -489203 or 887288. OLE color: 887288.
HSL color Cylindrical-coordinate representation of color #F8890D: hue angle of 31.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8890D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.03 |
| HSL | 31.66º | 0.94% | 0.51% | - |
| HSV(B) | 31.66º | 0.95% | 0.97% | - |
| XYZ | 47.73 | 37.88 | 5.18 | - |
| YUV | 156.05 | 47.27 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 13 | 0 | 0.45 | 0.95 | 0.03 | 31.66 | 0.94 | 0.51 |
| Hex | F8 | 89 | D | 0 | 2D | 5F | 3 | 20 | 5E | 33 |
| Octal | 370 | 211 | 15 | 0 | 55 | 137 | 3 | 40 | 136 | 63 |
| Binary | 11111000 | 10001001 | 1101 | 0 | 101101 | 1011111 | 11 | 100000 | 1011110 | 110011 |
Color Harmonies of #F8890D
Complementary color
Monochromatic Colors of #F8890D
Black with #F8890D
Text Example
Text Example
White with #F8890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8890D; }
p { color: rgb(248,137,13); }
H1.HeaderClassName
{
color: #F8890D;
}
.AnyTagClassName
{
color: #F8890D;
}
</style>
background-color css
<style>
a { background-color: #F8890D; }
a { background-color: rgb(248,137,13); }
div.DivClassName
{
background-color: #F8890D;
}
.BgClassName
{
background-color: #F8890D;
}
</style>
border-color css
<style>
span { border-color: #F8890D; }
span { border-color: rgb(248,137,13); }
td.TdClassName
{
border-color: #F8890D;
}
.TagClassName
{
border-color: #F8890D;
}
</style>