Shades of Dark Orange #F8920D
Tints of Dark Orange #F8920D
RGB
CMYK
RGB Variations
Color information
#F8920D (or 0xF8920D) is known color: Dark Orange. HEX triplet: F8, 92 and 0D. RGB value is (248,146,13). Sum of RGB (Red+Green+Blue) = 248+146+13=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8920D is #076DF2. Grayscale: #A1A1A1. Windows color (decimal): -486899 or 889592. OLE color: 889592.
HSL color Cylindrical-coordinate representation of color #F8920D: hue angle of 33.96º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8920D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.03 |
| HSL | 33.96º | 0.94% | 0.51% | - |
| HSV(B) | 33.96º | 0.95% | 0.97% | - |
| XYZ | 49.06 | 40.54 | 5.62 | - |
| YUV | 161.34 | 44.29 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 13 | 0 | 0.41 | 0.95 | 0.03 | 33.96 | 0.94 | 0.51 |
| Hex | F8 | 92 | D | 0 | 29 | 5F | 3 | 22 | 5E | 33 |
| Octal | 370 | 222 | 15 | 0 | 51 | 137 | 3 | 42 | 136 | 63 |
| Binary | 11111000 | 10010010 | 1101 | 0 | 101001 | 1011111 | 11 | 100010 | 1011110 | 110011 |
Color Harmonies of #F8920D
Complementary color
Monochromatic Colors of #F8920D
Black with #F8920D
Text Example
Text Example
White with #F8920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8920D; }
p { color: rgb(248,146,13); }
H1.HeaderClassName
{
color: #F8920D;
}
.AnyTagClassName
{
color: #F8920D;
}
</style>
background-color css
<style>
a { background-color: #F8920D; }
a { background-color: rgb(248,146,13); }
div.DivClassName
{
background-color: #F8920D;
}
.BgClassName
{
background-color: #F8920D;
}
</style>
border-color css
<style>
span { border-color: #F8920D; }
span { border-color: rgb(248,146,13); }
td.TdClassName
{
border-color: #F8920D;
}
.TagClassName
{
border-color: #F8920D;
}
</style>