Shades of Dark Tangerine #F89A12
Tints of Dark Tangerine #F89A12
RGB
CMYK
RGB Variations
Color information
#F89A12 (or 0xF89A12) is known color: Dark Tangerine. HEX triplet: F8, 9A and 12. RGB value is (248,154,18). Sum of RGB (Red+Green+Blue) = 248+154+18=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A12 is #0765ED. Grayscale: #A7A7A7. Windows color (decimal): -484846 or 1219320. OLE color: 1219320.
HSL color Cylindrical-coordinate representation of color #F89A12: hue angle of 35.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F89A12 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 18 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.03 |
| HSL | 35.48º | 0.94% | 0.52% | - |
| HSV(B) | 35.48º | 0.93% | 0.97% | - |
| XYZ | 50.38 | 43.11 | 6.24 | - |
| YUV | 166.6 | 44.14 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 18 | 0 | 0.38 | 0.93 | 0.03 | 35.48 | 0.94 | 0.52 |
| Hex | F8 | 9A | 12 | 0 | 26 | 5D | 3 | 23 | 5E | 34 |
| Octal | 370 | 232 | 22 | 0 | 46 | 135 | 3 | 43 | 136 | 64 |
| Binary | 11111000 | 10011010 | 10010 | 0 | 100110 | 1011101 | 11 | 100011 | 1011110 | 110100 |
Color Harmonies of #F89A12
Complementary color
Monochromatic Colors of #F89A12
Black with #F89A12
Text Example
Text Example
White with #F89A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A12; }
p { color: rgb(248,154,18); }
H1.HeaderClassName
{
color: #F89A12;
}
.AnyTagClassName
{
color: #F89A12;
}
</style>
background-color css
<style>
a { background-color: #F89A12; }
a { background-color: rgb(248,154,18); }
div.DivClassName
{
background-color: #F89A12;
}
.BgClassName
{
background-color: #F89A12;
}
</style>
border-color css
<style>
span { border-color: #F89A12; }
span { border-color: rgb(248,154,18); }
td.TdClassName
{
border-color: #F89A12;
}
.TagClassName
{
border-color: #F89A12;
}
</style>