Shades of Dark Orange #F89407
Tints of Dark Orange #F89407
RGB
CMYK
RGB Variations
Color information
#F89407 (or 0xF89407) is known color: Dark Orange. HEX triplet: F8, 94 and 07. RGB value is (248,148,7). Sum of RGB (Red+Green+Blue) = 248+148+7=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F89407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89407 is #076BF8. Grayscale: #A2A2A2. Windows color (decimal): -486393 or 496888. OLE color: 496888.
HSL color Cylindrical-coordinate representation of color #F89407: hue angle of 35.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F89407 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.03 |
| HSL | 35.1º | 0.95% | 0.5% | - |
| HSV(B) | 35.1º | 0.97% | 0.97% | - |
| XYZ | 49.34 | 41.15 | 5.54 | - |
| YUV | 161.83 | 40.63 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 7 | 0 | 0.40 | 0.97 | 0.03 | 35.1 | 0.95 | 0.5 |
| Hex | F8 | 94 | 7 | 0 | 28 | 61 | 3 | 23 | 5F | 32 |
| Octal | 370 | 224 | 7 | 0 | 50 | 141 | 3 | 43 | 137 | 62 |
| Binary | 11111000 | 10010100 | 111 | 0 | 101000 | 1100001 | 11 | 100011 | 1011111 | 110010 |
Color Harmonies of #F89407
Complementary color
Monochromatic Colors of #F89407
Black with #F89407
Text Example
Text Example
White with #F89407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89407; }
p { color: rgb(248,148,7); }
H1.HeaderClassName
{
color: #F89407;
}
.AnyTagClassName
{
color: #F89407;
}
</style>
background-color css
<style>
a { background-color: #F89407; }
a { background-color: rgb(248,148,7); }
div.DivClassName
{
background-color: #F89407;
}
.BgClassName
{
background-color: #F89407;
}
</style>
border-color css
<style>
span { border-color: #F89407; }
span { border-color: rgb(248,148,7); }
td.TdClassName
{
border-color: #F89407;
}
.TagClassName
{
border-color: #F89407;
}
</style>