Shades of Dark Orange #F89304
Tints of Dark Orange #F89304
RGB
CMYK
RGB Variations
Color information
#F89304 (or 0xF89304) is known color: Dark Orange. HEX triplet: F8, 93 and 04. RGB value is (248,147,4). Sum of RGB (Red+Green+Blue) = 248+147+4=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F89304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89304 is #076CFB. Grayscale: #A1A1A1. Windows color (decimal): -486652 or 300024. OLE color: 300024.
HSL color Cylindrical-coordinate representation of color #F89304: hue angle of 35.16º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F89304 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.03 |
| HSL | 35.16º | 0.97% | 0.49% | - |
| HSV(B) | 35.16º | 0.98% | 0.97% | - |
| XYZ | 49.17 | 40.83 | 5.4 | - |
| YUV | 160.9 | 39.46 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 4 | 0 | 0.41 | 0.98 | 0.03 | 35.16 | 0.97 | 0.49 |
| Hex | F8 | 93 | 4 | 0 | 29 | 62 | 3 | 23 | 61 | 31 |
| Octal | 370 | 223 | 4 | 0 | 51 | 142 | 3 | 43 | 141 | 61 |
| Binary | 11111000 | 10010011 | 100 | 0 | 101001 | 1100010 | 11 | 100011 | 1100001 | 110001 |
Color Harmonies of #F89304
Complementary color
Monochromatic Colors of #F89304
Black with #F89304
Text Example
Text Example
White with #F89304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89304; }
p { color: rgb(248,147,4); }
H1.HeaderClassName
{
color: #F89304;
}
.AnyTagClassName
{
color: #F89304;
}
</style>
background-color css
<style>
a { background-color: #F89304; }
a { background-color: rgb(248,147,4); }
div.DivClassName
{
background-color: #F89304;
}
.BgClassName
{
background-color: #F89304;
}
</style>
border-color css
<style>
span { border-color: #F89304; }
span { border-color: rgb(248,147,4); }
td.TdClassName
{
border-color: #F89304;
}
.TagClassName
{
border-color: #F89304;
}
</style>