Shades of Dark Orange #F89503
Tints of Dark Orange #F89503
RGB
CMYK
RGB Variations
Color information
#F89503 (or 0xF89503) is known color: Dark Orange. HEX triplet: F8, 95 and 03. RGB value is (248,149,3). Sum of RGB (Red+Green+Blue) = 248+149+3=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F89503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89503 is #076AFC. Grayscale: #A2A2A2. Windows color (decimal): -486141 or 235000. OLE color: 235000.
HSL color Cylindrical-coordinate representation of color #F89503: hue angle of 35.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F89503 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.03 |
| HSL | 35.76º | 0.98% | 0.49% | - |
| HSV(B) | 35.76º | 0.99% | 0.97% | - |
| XYZ | 49.48 | 41.46 | 5.48 | - |
| YUV | 161.96 | 38.3 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 3 | 0 | 0.40 | 0.99 | 0.03 | 35.76 | 0.98 | 0.49 |
| Hex | F8 | 95 | 3 | 0 | 28 | 63 | 3 | 24 | 62 | 31 |
| Octal | 370 | 225 | 3 | 0 | 50 | 143 | 3 | 44 | 142 | 61 |
| Binary | 11111000 | 10010101 | 11 | 0 | 101000 | 1100011 | 11 | 100100 | 1100010 | 110001 |
Color Harmonies of #F89503
Complementary color
Monochromatic Colors of #F89503
Black with #F89503
Text Example
Text Example
White with #F89503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89503; }
p { color: rgb(248,149,3); }
H1.HeaderClassName
{
color: #F89503;
}
.AnyTagClassName
{
color: #F89503;
}
</style>
background-color css
<style>
a { background-color: #F89503; }
a { background-color: rgb(248,149,3); }
div.DivClassName
{
background-color: #F89503;
}
.BgClassName
{
background-color: #F89503;
}
</style>
border-color css
<style>
span { border-color: #F89503; }
span { border-color: rgb(248,149,3); }
td.TdClassName
{
border-color: #F89503;
}
.TagClassName
{
border-color: #F89503;
}
</style>