Shades of Dark Tangerine #F89611
Tints of Dark Tangerine #F89611
RGB
CMYK
RGB Variations
Color information
#F89611 (or 0xF89611) is known color: Dark Tangerine. HEX triplet: F8, 96 and 11. RGB value is (248,150,17). Sum of RGB (Red+Green+Blue) = 248+150+17=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F89611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89611 is #0769EE. Grayscale: #A4A4A4. Windows color (decimal): -485871 or 1152760. OLE color: 1152760.
HSL color Cylindrical-coordinate representation of color #F89611: hue angle of 34.55º 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 #F89611 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.03 |
| HSL | 34.55º | 0.94% | 0.52% | - |
| HSV(B) | 34.55º | 0.93% | 0.97% | - |
| XYZ | 49.72 | 41.81 | 5.98 | - |
| YUV | 164.14 | 44.97 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 17 | 0 | 0.40 | 0.93 | 0.03 | 34.55 | 0.94 | 0.52 |
| Hex | F8 | 96 | 11 | 0 | 28 | 5D | 3 | 23 | 5E | 34 |
| Octal | 370 | 226 | 21 | 0 | 50 | 135 | 3 | 43 | 136 | 64 |
| Binary | 11111000 | 10010110 | 10001 | 0 | 101000 | 1011101 | 11 | 100011 | 1011110 | 110100 |
Color Harmonies of #F89611
Complementary color
Monochromatic Colors of #F89611
Black with #F89611
Text Example
Text Example
White with #F89611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89611; }
p { color: rgb(248,150,17); }
H1.HeaderClassName
{
color: #F89611;
}
.AnyTagClassName
{
color: #F89611;
}
</style>
background-color css
<style>
a { background-color: #F89611; }
a { background-color: rgb(248,150,17); }
div.DivClassName
{
background-color: #F89611;
}
.BgClassName
{
background-color: #F89611;
}
</style>
border-color css
<style>
span { border-color: #F89611; }
span { border-color: rgb(248,150,17); }
td.TdClassName
{
border-color: #F89611;
}
.TagClassName
{
border-color: #F89611;
}
</style>