Shades of Dark Tangerine #F89F10
Tints of Dark Tangerine #F89F10
RGB
CMYK
RGB Variations
Color information
#F89F10 (or 0xF89F10) is known color: Dark Tangerine. HEX triplet: F8, 9F and 10. RGB value is (248,159,16). Sum of RGB (Red+Green+Blue) = 248+159+16=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F10 is #0760EF. Grayscale: #A9A9A9. Windows color (decimal): -483568 or 1089528. OLE color: 1089528.
HSL color Cylindrical-coordinate representation of color #F89F10: hue angle of 36.98º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F89F10 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 16 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.03 |
| HSL | 36.98º | 0.94% | 0.52% | - |
| HSV(B) | 36.98º | 0.94% | 0.97% | - |
| XYZ | 51.2 | 44.79 | 6.44 | - |
| YUV | 169.31 | 41.49 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 16 | 0 | 0.36 | 0.94 | 0.03 | 36.98 | 0.94 | 0.52 |
| Hex | F8 | 9F | 10 | 0 | 24 | 5E | 3 | 25 | 5E | 34 |
| Octal | 370 | 237 | 20 | 0 | 44 | 136 | 3 | 45 | 136 | 64 |
| Binary | 11111000 | 10011111 | 10000 | 0 | 100100 | 1011110 | 11 | 100101 | 1011110 | 110100 |
Color Harmonies of #F89F10
Complementary color
Monochromatic Colors of #F89F10
Black with #F89F10
Text Example
Text Example
White with #F89F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F10; }
p { color: rgb(248,159,16); }
H1.HeaderClassName
{
color: #F89F10;
}
.AnyTagClassName
{
color: #F89F10;
}
</style>
background-color css
<style>
a { background-color: #F89F10; }
a { background-color: rgb(248,159,16); }
div.DivClassName
{
background-color: #F89F10;
}
.BgClassName
{
background-color: #F89F10;
}
</style>
border-color css
<style>
span { border-color: #F89F10; }
span { border-color: rgb(248,159,16); }
td.TdClassName
{
border-color: #F89F10;
}
.TagClassName
{
border-color: #F89F10;
}
</style>