Shades of Dark Orange #F8910B
Tints of Dark Orange #F8910B
RGB
CMYK
RGB Variations
Color information
#F8910B (or 0xF8910B) is known color: Dark Orange. HEX triplet: F8, 91 and 0B. RGB value is (248,145,11). Sum of RGB (Red+Green+Blue) = 248+145+11=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8910B is #076EF4. Grayscale: #A1A1A1. Windows color (decimal): -487157 or 758264. OLE color: 758264.
HSL color Cylindrical-coordinate representation of color #F8910B: hue angle of 33.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8910B is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 11 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.03 |
| HSL | 33.92º | 0.94% | 0.51% | - |
| HSV(B) | 33.92º | 0.96% | 0.97% | - |
| XYZ | 48.9 | 40.23 | 5.5 | - |
| YUV | 160.52 | 43.62 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 11 | 0 | 0.42 | 0.96 | 0.03 | 33.92 | 0.94 | 0.51 |
| Hex | F8 | 91 | B | 0 | 2A | 60 | 3 | 22 | 5E | 33 |
| Octal | 370 | 221 | 13 | 0 | 52 | 140 | 3 | 42 | 136 | 63 |
| Binary | 11111000 | 10010001 | 1011 | 0 | 101010 | 1100000 | 11 | 100010 | 1011110 | 110011 |
Color Harmonies of #F8910B
Complementary color
Monochromatic Colors of #F8910B
Black with #F8910B
Text Example
Text Example
White with #F8910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8910B; }
p { color: rgb(248,145,11); }
H1.HeaderClassName
{
color: #F8910B;
}
.AnyTagClassName
{
color: #F8910B;
}
</style>
background-color css
<style>
a { background-color: #F8910B; }
a { background-color: rgb(248,145,11); }
div.DivClassName
{
background-color: #F8910B;
}
.BgClassName
{
background-color: #F8910B;
}
</style>
border-color css
<style>
span { border-color: #F8910B; }
span { border-color: rgb(248,145,11); }
td.TdClassName
{
border-color: #F8910B;
}
.TagClassName
{
border-color: #F8910B;
}
</style>