Shades of Dark Orange #F89509
Tints of Dark Orange #F89509
RGB
CMYK
RGB Variations
Color information
#F89509 (or 0xF89509) is known color: Dark Orange. HEX triplet: F8, 95 and 09. RGB value is (248,149,9). Sum of RGB (Red+Green+Blue) = 248+149+9=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F89509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89509 is #076AF6. Grayscale: #A3A3A3. Windows color (decimal): -486135 or 628216. OLE color: 628216.
HSL color Cylindrical-coordinate representation of color #F89509: hue angle of 35.15º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F89509 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.03 |
| HSL | 35.15º | 0.94% | 0.5% | - |
| HSV(B) | 35.15º | 0.96% | 0.97% | - |
| XYZ | 49.51 | 41.47 | 5.65 | - |
| YUV | 162.64 | 41.3 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 9 | 0 | 0.40 | 0.96 | 0.03 | 35.15 | 0.94 | 0.5 |
| Hex | F8 | 95 | 9 | 0 | 28 | 60 | 3 | 23 | 5E | 32 |
| Octal | 370 | 225 | 11 | 0 | 50 | 140 | 3 | 43 | 136 | 62 |
| Binary | 11111000 | 10010101 | 1001 | 0 | 101000 | 1100000 | 11 | 100011 | 1011110 | 110010 |
Color Harmonies of #F89509
Complementary color
Monochromatic Colors of #F89509
Black with #F89509
Text Example
Text Example
White with #F89509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89509; }
p { color: rgb(248,149,9); }
H1.HeaderClassName
{
color: #F89509;
}
.AnyTagClassName
{
color: #F89509;
}
</style>
background-color css
<style>
a { background-color: #F89509; }
a { background-color: rgb(248,149,9); }
div.DivClassName
{
background-color: #F89509;
}
.BgClassName
{
background-color: #F89509;
}
</style>
border-color css
<style>
span { border-color: #F89509; }
span { border-color: rgb(248,149,9); }
td.TdClassName
{
border-color: #F89509;
}
.TagClassName
{
border-color: #F89509;
}
</style>