Shades of Dark Tangerine #F89F11
Tints of Dark Tangerine #F89F11
RGB
CMYK
RGB Variations
Color information
#F89F11 (or 0xF89F11) is known color: Dark Tangerine. HEX triplet: F8, 9F and 11. RGB value is (248,159,17). Sum of RGB (Red+Green+Blue) = 248+159+17=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F11 is #0760EE. Grayscale: #AAAAAA. Windows color (decimal): -483567 or 1155064. OLE color: 1155064.
HSL color Cylindrical-coordinate representation of color #F89F11: hue angle of 36.88º 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 #F89F11 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.03 |
| HSL | 36.88º | 0.94% | 0.52% | - |
| HSV(B) | 36.88º | 0.93% | 0.97% | - |
| XYZ | 51.21 | 44.79 | 6.48 | - |
| YUV | 169.42 | 41.99 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 17 | 0 | 0.36 | 0.93 | 0.03 | 36.88 | 0.94 | 0.52 |
| Hex | F8 | 9F | 11 | 0 | 24 | 5D | 3 | 25 | 5E | 34 |
| Octal | 370 | 237 | 21 | 0 | 44 | 135 | 3 | 45 | 136 | 64 |
| Binary | 11111000 | 10011111 | 10001 | 0 | 100100 | 1011101 | 11 | 100101 | 1011110 | 110100 |
Color Harmonies of #F89F11
Complementary color
Monochromatic Colors of #F89F11
Black with #F89F11
Text Example
Text Example
White with #F89F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F11; }
p { color: rgb(248,159,17); }
H1.HeaderClassName
{
color: #F89F11;
}
.AnyTagClassName
{
color: #F89F11;
}
</style>
background-color css
<style>
a { background-color: #F89F11; }
a { background-color: rgb(248,159,17); }
div.DivClassName
{
background-color: #F89F11;
}
.BgClassName
{
background-color: #F89F11;
}
</style>
border-color css
<style>
span { border-color: #F89F11; }
span { border-color: rgb(248,159,17); }
td.TdClassName
{
border-color: #F89F11;
}
.TagClassName
{
border-color: #F89F11;
}
</style>