Shades of Dark Orange #F89308
Tints of Dark Orange #F89308
RGB
CMYK
RGB Variations
Color information
#F89308 (or 0xF89308) is known color: Dark Orange. HEX triplet: F8, 93 and 08. RGB value is (248,147,8). Sum of RGB (Red+Green+Blue) = 248+147+8=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F89308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89308 is #076CF7. Grayscale: #A2A2A2. Windows color (decimal): -486648 or 562168. OLE color: 562168.
HSL color Cylindrical-coordinate representation of color #F89308: hue angle of 34.75º degrees, saturation: 0.94, 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 #F89308 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.03 |
| HSL | 34.75º | 0.94% | 0.5% | - |
| HSV(B) | 34.75º | 0.97% | 0.97% | - |
| XYZ | 49.19 | 40.84 | 5.52 | - |
| YUV | 161.35 | 41.46 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 8 | 0 | 0.41 | 0.97 | 0.03 | 34.75 | 0.94 | 0.5 |
| Hex | F8 | 93 | 8 | 0 | 29 | 61 | 3 | 23 | 5E | 32 |
| Octal | 370 | 223 | 10 | 0 | 51 | 141 | 3 | 43 | 136 | 62 |
| Binary | 11111000 | 10010011 | 1000 | 0 | 101001 | 1100001 | 11 | 100011 | 1011110 | 110010 |
Color Harmonies of #F89308
Complementary color
Monochromatic Colors of #F89308
Black with #F89308
Text Example
Text Example
White with #F89308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89308; }
p { color: rgb(248,147,8); }
H1.HeaderClassName
{
color: #F89308;
}
.AnyTagClassName
{
color: #F89308;
}
</style>
background-color css
<style>
a { background-color: #F89308; }
a { background-color: rgb(248,147,8); }
div.DivClassName
{
background-color: #F89308;
}
.BgClassName
{
background-color: #F89308;
}
</style>
border-color css
<style>
span { border-color: #F89308; }
span { border-color: rgb(248,147,8); }
td.TdClassName
{
border-color: #F89308;
}
.TagClassName
{
border-color: #F89308;
}
</style>