Shades of Dark Tangerine #F89E16
Tints of Dark Tangerine #F89E16
RGB
CMYK
RGB Variations
Color information
#F89E16 (or 0xF89E16) is known color: Dark Tangerine. HEX triplet: F8, 9E and 16. RGB value is (248,158,22). Sum of RGB (Red+Green+Blue) = 248+158+22=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89E16 is #0761E9. Grayscale: #AAAAAA. Windows color (decimal): -483818 or 1482488. OLE color: 1482488.
HSL color Cylindrical-coordinate representation of color #F89E16: hue angle of 36.11º 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 #F89E16 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.03 |
| HSL | 36.11º | 0.94% | 0.53% | - |
| HSV(B) | 36.11º | 0.91% | 0.97% | - |
| XYZ | 51.08 | 44.47 | 6.65 | - |
| YUV | 169.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 22 | 0 | 0.36 | 0.91 | 0.03 | 36.11 | 0.94 | 0.53 |
| Hex | F8 | 9E | 16 | 0 | 24 | 5B | 3 | 24 | 5E | 35 |
| Octal | 370 | 236 | 26 | 0 | 44 | 133 | 3 | 44 | 136 | 65 |
| Binary | 11111000 | 10011110 | 10110 | 0 | 100100 | 1011011 | 11 | 100100 | 1011110 | 110101 |
Color Harmonies of #F89E16
Complementary color
Monochromatic Colors of #F89E16
Black with #F89E16
Text Example
Text Example
White with #F89E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E16; }
p { color: rgb(248,158,22); }
H1.HeaderClassName
{
color: #F89E16;
}
.AnyTagClassName
{
color: #F89E16;
}
</style>
background-color css
<style>
a { background-color: #F89E16; }
a { background-color: rgb(248,158,22); }
div.DivClassName
{
background-color: #F89E16;
}
.BgClassName
{
background-color: #F89E16;
}
</style>
border-color css
<style>
span { border-color: #F89E16; }
span { border-color: rgb(248,158,22); }
td.TdClassName
{
border-color: #F89E16;
}
.TagClassName
{
border-color: #F89E16;
}
</style>