Shades of Dark Orange #F89510
Tints of Dark Orange #F89510
RGB
CMYK
RGB Variations
Color information
#F89510 (or 0xF89510) is known color: Dark Orange. HEX triplet: F8, 95 and 10. RGB value is (248,149,16). Sum of RGB (Red+Green+Blue) = 248+149+16=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89510 is #076AEF. Grayscale: #A4A4A4. Windows color (decimal): -486128 or 1086968. OLE color: 1086968.
HSL color Cylindrical-coordinate representation of color #F89510: hue angle of 34.4º 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 #F89510 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 16 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.03 |
| HSL | 34.4º | 0.94% | 0.52% | - |
| HSV(B) | 34.4º | 0.94% | 0.97% | - |
| XYZ | 49.55 | 41.49 | 5.89 | - |
| YUV | 163.44 | 44.8 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 16 | 0 | 0.40 | 0.94 | 0.03 | 34.4 | 0.94 | 0.52 |
| Hex | F8 | 95 | 10 | 0 | 28 | 5E | 3 | 22 | 5E | 34 |
| Octal | 370 | 225 | 20 | 0 | 50 | 136 | 3 | 42 | 136 | 64 |
| Binary | 11111000 | 10010101 | 10000 | 0 | 101000 | 1011110 | 11 | 100010 | 1011110 | 110100 |
Color Harmonies of #F89510
Complementary color
Monochromatic Colors of #F89510
Black with #F89510
Text Example
Text Example
White with #F89510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89510; }
p { color: rgb(248,149,16); }
H1.HeaderClassName
{
color: #F89510;
}
.AnyTagClassName
{
color: #F89510;
}
</style>
background-color css
<style>
a { background-color: #F89510; }
a { background-color: rgb(248,149,16); }
div.DivClassName
{
background-color: #F89510;
}
.BgClassName
{
background-color: #F89510;
}
</style>
border-color css
<style>
span { border-color: #F89510; }
span { border-color: rgb(248,149,16); }
td.TdClassName
{
border-color: #F89510;
}
.TagClassName
{
border-color: #F89510;
}
</style>