Shades of Dark Orange #F89400
Tints of Dark Orange #F89400
RGB
CMYK
RGB Variations
Color information
#F89400 (or 0xF89400) is known color: Dark Orange. HEX triplet: F8, 94 and 00. RGB value is (248,148,0). Sum of RGB (Red+Green+Blue) = 248+148+0=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F89400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89400 is #076BFF. Grayscale: #A1A1A1. Windows color (decimal): -486400 or 38136. OLE color: 38136.
HSL color Cylindrical-coordinate representation of color #F89400: hue angle of 35.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F89400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.03 |
| HSL | 35.81º | 1% | 0.49% | - |
| HSV(B) | 35.81º | 1% | 0.97% | - |
| XYZ | 49.3 | 41.14 | 5.34 | - |
| YUV | 161.03 | 37.13 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 0 | 0 | 0.40 | 1 | 0.03 | 35.81 | 1 | 0.49 |
| Hex | F8 | 94 | 0 | 0 | 28 | 64 | 3 | 24 | 64 | 31 |
| Octal | 370 | 224 | 0 | 0 | 50 | 144 | 3 | 44 | 144 | 61 |
| Binary | 11111000 | 10010100 | 0 | 0 | 101000 | 1100100 | 11 | 100100 | 1100100 | 110001 |
Color Harmonies of #F89400
Complementary color
Monochromatic Colors of #F89400
Black with #F89400
Text Example
Text Example
White with #F89400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89400; }
p { color: rgb(248,148,0); }
H1.HeaderClassName
{
color: #F89400;
}
.AnyTagClassName
{
color: #F89400;
}
</style>
background-color css
<style>
a { background-color: #F89400; }
a { background-color: rgb(248,148,0); }
div.DivClassName
{
background-color: #F89400;
}
.BgClassName
{
background-color: #F89400;
}
</style>
border-color css
<style>
span { border-color: #F89400; }
span { border-color: rgb(248,148,0); }
td.TdClassName
{
border-color: #F89400;
}
.TagClassName
{
border-color: #F89400;
}
</style>