Shades of Dark Orange #F8930E
Tints of Dark Orange #F8930E
RGB
CMYK
RGB Variations
Color information
#F8930E (or 0xF8930E) is known color: Dark Orange. HEX triplet: F8, 93 and 0E. RGB value is (248,147,14). Sum of RGB (Red+Green+Blue) = 248+147+14=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8930E is #076CF1. Grayscale: #A2A2A2. Windows color (decimal): -486642 or 955384. OLE color: 955384.
HSL color Cylindrical-coordinate representation of color #F8930E: hue angle of 34.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8930E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.03 |
| HSL | 34.1º | 0.94% | 0.51% | - |
| HSV(B) | 34.1º | 0.94% | 0.97% | - |
| XYZ | 49.22 | 40.86 | 5.71 | - |
| YUV | 162.04 | 44.46 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 14 | 0 | 0.41 | 0.94 | 0.03 | 34.1 | 0.94 | 0.51 |
| Hex | F8 | 93 | E | 0 | 29 | 5E | 3 | 22 | 5E | 33 |
| Octal | 370 | 223 | 16 | 0 | 51 | 136 | 3 | 42 | 136 | 63 |
| Binary | 11111000 | 10010011 | 1110 | 0 | 101001 | 1011110 | 11 | 100010 | 1011110 | 110011 |
Color Harmonies of #F8930E
Complementary color
Monochromatic Colors of #F8930E
Black with #F8930E
Text Example
Text Example
White with #F8930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8930E; }
p { color: rgb(248,147,14); }
H1.HeaderClassName
{
color: #F8930E;
}
.AnyTagClassName
{
color: #F8930E;
}
</style>
background-color css
<style>
a { background-color: #F8930E; }
a { background-color: rgb(248,147,14); }
div.DivClassName
{
background-color: #F8930E;
}
.BgClassName
{
background-color: #F8930E;
}
</style>
border-color css
<style>
span { border-color: #F8930E; }
span { border-color: rgb(248,147,14); }
td.TdClassName
{
border-color: #F8930E;
}
.TagClassName
{
border-color: #F8930E;
}
</style>