Shades of Dark Tangerine #F89A16
Tints of Dark Tangerine #F89A16
RGB
CMYK
RGB Variations
Color information
#F89A16 (or 0xF89A16) is known color: Dark Tangerine. HEX triplet: F8, 9A and 16. RGB value is (248,154,22). Sum of RGB (Red+Green+Blue) = 248+154+22=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A16 is #0765E9. Grayscale: #A7A7A7. Windows color (decimal): -484842 or 1481464. OLE color: 1481464.
HSL color Cylindrical-coordinate representation of color #F89A16: hue angle of 35.04º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F89A16 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.03 |
| HSL | 35.04º | 0.94% | 0.53% | - |
| HSV(B) | 35.04º | 0.91% | 0.97% | - |
| XYZ | 50.41 | 43.13 | 6.43 | - |
| YUV | 167.06 | 46.14 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 22 | 0 | 0.38 | 0.91 | 0.03 | 35.04 | 0.94 | 0.53 |
| Hex | F8 | 9A | 16 | 0 | 26 | 5B | 3 | 23 | 5E | 35 |
| Octal | 370 | 232 | 26 | 0 | 46 | 133 | 3 | 43 | 136 | 65 |
| Binary | 11111000 | 10011010 | 10110 | 0 | 100110 | 1011011 | 11 | 100011 | 1011110 | 110101 |
Color Harmonies of #F89A16
Complementary color
Monochromatic Colors of #F89A16
Black with #F89A16
Text Example
Text Example
White with #F89A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A16; }
p { color: rgb(248,154,22); }
H1.HeaderClassName
{
color: #F89A16;
}
.AnyTagClassName
{
color: #F89A16;
}
</style>
background-color css
<style>
a { background-color: #F89A16; }
a { background-color: rgb(248,154,22); }
div.DivClassName
{
background-color: #F89A16;
}
.BgClassName
{
background-color: #F89A16;
}
</style>
border-color css
<style>
span { border-color: #F89A16; }
span { border-color: rgb(248,154,22); }
td.TdClassName
{
border-color: #F89A16;
}
.TagClassName
{
border-color: #F89A16;
}
</style>