Shades of Dark Orange #F89501
Tints of Dark Orange #F89501
RGB
CMYK
RGB Variations
Color information
#F89501 (or 0xF89501) is known color: Dark Orange. HEX triplet: F8, 95 and 01. RGB value is (248,149,1). Sum of RGB (Red+Green+Blue) = 248+149+1=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F89501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89501 is #076AFE. Grayscale: #A2A2A2. Windows color (decimal): -486143 or 103928. OLE color: 103928.
HSL color Cylindrical-coordinate representation of color #F89501: hue angle of 35.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F89501 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.03 |
| HSL | 35.95º | 0.99% | 0.49% | - |
| HSV(B) | 35.95º | 1% | 0.97% | - |
| XYZ | 49.46 | 41.45 | 5.42 | - |
| YUV | 161.73 | 37.3 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 1 | 0 | 0.40 | 1.00 | 0.03 | 35.95 | 0.99 | 0.49 |
| Hex | F8 | 95 | 1 | 0 | 28 | 64 | 3 | 24 | 63 | 31 |
| Octal | 370 | 225 | 1 | 0 | 50 | 144 | 3 | 44 | 143 | 61 |
| Binary | 11111000 | 10010101 | 1 | 0 | 101000 | 1100100 | 11 | 100100 | 1100011 | 110001 |
Color Harmonies of #F89501
Complementary color
Monochromatic Colors of #F89501
Black with #F89501
Text Example
Text Example
White with #F89501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89501; }
p { color: rgb(248,149,1); }
H1.HeaderClassName
{
color: #F89501;
}
.AnyTagClassName
{
color: #F89501;
}
</style>
background-color css
<style>
a { background-color: #F89501; }
a { background-color: rgb(248,149,1); }
div.DivClassName
{
background-color: #F89501;
}
.BgClassName
{
background-color: #F89501;
}
</style>
border-color css
<style>
span { border-color: #F89501; }
span { border-color: rgb(248,149,1); }
td.TdClassName
{
border-color: #F89501;
}
.TagClassName
{
border-color: #F89501;
}
</style>