Shades of Dark Orange #F89405
Tints of Dark Orange #F89405
RGB
CMYK
RGB Variations
Color information
#F89405 (or 0xF89405) is known color: Dark Orange. HEX triplet: F8, 94 and 05. RGB value is (248,148,5). Sum of RGB (Red+Green+Blue) = 248+148+5=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F89405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89405 is #076BFA. Grayscale: #A2A2A2. Windows color (decimal): -486395 or 365816. OLE color: 365816.
HSL color Cylindrical-coordinate representation of color #F89405: hue angle of 35.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F89405 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.03 |
| HSL | 35.31º | 0.96% | 0.5% | - |
| HSV(B) | 35.31º | 0.98% | 0.97% | - |
| XYZ | 49.33 | 41.15 | 5.49 | - |
| YUV | 161.6 | 39.63 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 5 | 0 | 0.40 | 0.98 | 0.03 | 35.31 | 0.96 | 0.5 |
| Hex | F8 | 94 | 5 | 0 | 28 | 62 | 3 | 23 | 60 | 32 |
| Octal | 370 | 224 | 5 | 0 | 50 | 142 | 3 | 43 | 140 | 62 |
| Binary | 11111000 | 10010100 | 101 | 0 | 101000 | 1100010 | 11 | 100011 | 1100000 | 110010 |
Color Harmonies of #F89405
Complementary color
Monochromatic Colors of #F89405
Black with #F89405
Text Example
Text Example
White with #F89405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89405; }
p { color: rgb(248,148,5); }
H1.HeaderClassName
{
color: #F89405;
}
.AnyTagClassName
{
color: #F89405;
}
</style>
background-color css
<style>
a { background-color: #F89405; }
a { background-color: rgb(248,148,5); }
div.DivClassName
{
background-color: #F89405;
}
.BgClassName
{
background-color: #F89405;
}
</style>
border-color css
<style>
span { border-color: #F89405; }
span { border-color: rgb(248,148,5); }
td.TdClassName
{
border-color: #F89405;
}
.TagClassName
{
border-color: #F89405;
}
</style>