Shades of Dark Tangerine #F89A0E
Tints of Dark Tangerine #F89A0E
RGB
CMYK
RGB Variations
Color information
#F89A0E (or 0xF89A0E) is known color: Dark Tangerine. HEX triplet: F8, 9A and 0E. RGB value is (248,154,14). Sum of RGB (Red+Green+Blue) = 248+154+14=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A0E is #0765F1. Grayscale: #A6A6A6. Windows color (decimal): -484850 or 957176. OLE color: 957176.
HSL color Cylindrical-coordinate representation of color #F89A0E: hue angle of 35.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F89A0E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.03 |
| HSL | 35.9º | 0.94% | 0.51% | - |
| HSV(B) | 35.9º | 0.94% | 0.97% | - |
| XYZ | 50.35 | 43.1 | 6.08 | - |
| YUV | 166.15 | 42.14 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 14 | 0 | 0.38 | 0.94 | 0.03 | 35.9 | 0.94 | 0.51 |
| Hex | F8 | 9A | E | 0 | 26 | 5E | 3 | 24 | 5E | 33 |
| Octal | 370 | 232 | 16 | 0 | 46 | 136 | 3 | 44 | 136 | 63 |
| Binary | 11111000 | 10011010 | 1110 | 0 | 100110 | 1011110 | 11 | 100100 | 1011110 | 110011 |
Color Harmonies of #F89A0E
Complementary color
Monochromatic Colors of #F89A0E
Black with #F89A0E
Text Example
Text Example
White with #F89A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A0E; }
p { color: rgb(248,154,14); }
H1.HeaderClassName
{
color: #F89A0E;
}
.AnyTagClassName
{
color: #F89A0E;
}
</style>
background-color css
<style>
a { background-color: #F89A0E; }
a { background-color: rgb(248,154,14); }
div.DivClassName
{
background-color: #F89A0E;
}
.BgClassName
{
background-color: #F89A0E;
}
</style>
border-color css
<style>
span { border-color: #F89A0E; }
span { border-color: rgb(248,154,14); }
td.TdClassName
{
border-color: #F89A0E;
}
.TagClassName
{
border-color: #F89A0E;
}
</style>