Shades of Dark Orange #F8940B
Tints of Dark Orange #F8940B
RGB
CMYK
RGB Variations
Color information
#F8940B (or 0xF8940B) is known color: Dark Orange. HEX triplet: F8, 94 and 0B. RGB value is (248,148,11). Sum of RGB (Red+Green+Blue) = 248+148+11=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8940B is #076BF4. Grayscale: #A2A2A2. Windows color (decimal): -486389 or 759032. OLE color: 759032.
HSL color Cylindrical-coordinate representation of color #F8940B: hue angle of 34.68º 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 #F8940B is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 11 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.03 |
| HSL | 34.68º | 0.94% | 0.51% | - |
| HSV(B) | 34.68º | 0.96% | 0.97% | - |
| XYZ | 49.36 | 41.16 | 5.66 | - |
| YUV | 162.28 | 42.63 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 11 | 0 | 0.40 | 0.96 | 0.03 | 34.68 | 0.94 | 0.51 |
| Hex | F8 | 94 | B | 0 | 28 | 60 | 3 | 23 | 5E | 33 |
| Octal | 370 | 224 | 13 | 0 | 50 | 140 | 3 | 43 | 136 | 63 |
| Binary | 11111000 | 10010100 | 1011 | 0 | 101000 | 1100000 | 11 | 100011 | 1011110 | 110011 |
Color Harmonies of #F8940B
Complementary color
Monochromatic Colors of #F8940B
Black with #F8940B
Text Example
Text Example
White with #F8940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8940B; }
p { color: rgb(248,148,11); }
H1.HeaderClassName
{
color: #F8940B;
}
.AnyTagClassName
{
color: #F8940B;
}
</style>
background-color css
<style>
a { background-color: #F8940B; }
a { background-color: rgb(248,148,11); }
div.DivClassName
{
background-color: #F8940B;
}
.BgClassName
{
background-color: #F8940B;
}
</style>
border-color css
<style>
span { border-color: #F8940B; }
span { border-color: rgb(248,148,11); }
td.TdClassName
{
border-color: #F8940B;
}
.TagClassName
{
border-color: #F8940B;
}
</style>