Shades of Dark Tangerine #F89911
Tints of Dark Tangerine #F89911
RGB
CMYK
RGB Variations
Color information
#F89911 (or 0xF89911) is known color: Dark Tangerine. HEX triplet: F8, 99 and 11. RGB value is (248,153,17). Sum of RGB (Red+Green+Blue) = 248+153+17=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F89911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89911 is #0766EE. Grayscale: #A6A6A6. Windows color (decimal): -485103 or 1153528. OLE color: 1153528.
HSL color Cylindrical-coordinate representation of color #F89911: hue angle of 35.32º 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 #F89911 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 17 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.03 |
| HSL | 35.32º | 0.94% | 0.52% | - |
| HSV(B) | 35.32º | 0.93% | 0.97% | - |
| XYZ | 50.2 | 42.78 | 6.14 | - |
| YUV | 165.9 | 43.97 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 17 | 0 | 0.38 | 0.93 | 0.03 | 35.32 | 0.94 | 0.52 |
| Hex | F8 | 99 | 11 | 0 | 26 | 5D | 3 | 23 | 5E | 34 |
| Octal | 370 | 231 | 21 | 0 | 46 | 135 | 3 | 43 | 136 | 64 |
| Binary | 11111000 | 10011001 | 10001 | 0 | 100110 | 1011101 | 11 | 100011 | 1011110 | 110100 |
Color Harmonies of #F89911
Complementary color
Monochromatic Colors of #F89911
Black with #F89911
Text Example
Text Example
White with #F89911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89911; }
p { color: rgb(248,153,17); }
H1.HeaderClassName
{
color: #F89911;
}
.AnyTagClassName
{
color: #F89911;
}
</style>
background-color css
<style>
a { background-color: #F89911; }
a { background-color: rgb(248,153,17); }
div.DivClassName
{
background-color: #F89911;
}
.BgClassName
{
background-color: #F89911;
}
</style>
border-color css
<style>
span { border-color: #F89911; }
span { border-color: rgb(248,153,17); }
td.TdClassName
{
border-color: #F89911;
}
.TagClassName
{
border-color: #F89911;
}
</style>