Shades of Dark Orange #F89008
Tints of Dark Orange #F89008
RGB
CMYK
RGB Variations
Color information
#F89008 (or 0xF89008) is known color: Dark Orange. HEX triplet: F8, 90 and 08. RGB value is (248,144,8). Sum of RGB (Red+Green+Blue) = 248+144+8=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F89008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89008 is #076FF7. Grayscale: #A0A0A0. Windows color (decimal): -487416 or 561400. OLE color: 561400.
HSL color Cylindrical-coordinate representation of color #F89008: hue angle of 34º 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 #F89008 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 8 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.03 |
| HSL | 34º | 0.94% | 0.5% | - |
| HSV(B) | 34º | 0.97% | 0.97% | - |
| XYZ | 48.73 | 39.92 | 5.37 | - |
| YUV | 159.59 | 42.46 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 8 | 0 | 0.42 | 0.97 | 0.03 | 34 | 0.94 | 0.5 |
| Hex | F8 | 90 | 8 | 0 | 2A | 61 | 3 | 22 | 5E | 32 |
| Octal | 370 | 220 | 10 | 0 | 52 | 141 | 3 | 42 | 136 | 62 |
| Binary | 11111000 | 10010000 | 1000 | 0 | 101010 | 1100001 | 11 | 100010 | 1011110 | 110010 |
Color Harmonies of #F89008
Complementary color
Monochromatic Colors of #F89008
Black with #F89008
Text Example
Text Example
White with #F89008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89008; }
p { color: rgb(248,144,8); }
H1.HeaderClassName
{
color: #F89008;
}
.AnyTagClassName
{
color: #F89008;
}
</style>
background-color css
<style>
a { background-color: #F89008; }
a { background-color: rgb(248,144,8); }
div.DivClassName
{
background-color: #F89008;
}
.BgClassName
{
background-color: #F89008;
}
</style>
border-color css
<style>
span { border-color: #F89008; }
span { border-color: rgb(248,144,8); }
td.TdClassName
{
border-color: #F89008;
}
.TagClassName
{
border-color: #F89008;
}
</style>