Shades of Dark Orange #F89007
Tints of Dark Orange #F89007
RGB
CMYK
RGB Variations
Color information
#F89007 (or 0xF89007) is known color: Dark Orange. HEX triplet: F8, 90 and 07. RGB value is (248,144,7). Sum of RGB (Red+Green+Blue) = 248+144+7=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F89007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89007 is #076FF8. Grayscale: #A0A0A0. Windows color (decimal): -487417 or 495864. OLE color: 495864.
HSL color Cylindrical-coordinate representation of color #F89007: hue angle of 34.11º degrees, saturation: 0.95, 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 #F89007 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.03 |
| HSL | 34.11º | 0.95% | 0.5% | - |
| HSV(B) | 34.11º | 0.97% | 0.97% | - |
| XYZ | 48.72 | 39.92 | 5.34 | - |
| YUV | 159.48 | 41.96 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 7 | 0 | 0.42 | 0.97 | 0.03 | 34.11 | 0.95 | 0.5 |
| Hex | F8 | 90 | 7 | 0 | 2A | 61 | 3 | 22 | 5F | 32 |
| Octal | 370 | 220 | 7 | 0 | 52 | 141 | 3 | 42 | 137 | 62 |
| Binary | 11111000 | 10010000 | 111 | 0 | 101010 | 1100001 | 11 | 100010 | 1011111 | 110010 |
Color Harmonies of #F89007
Complementary color
Monochromatic Colors of #F89007
Black with #F89007
Text Example
Text Example
White with #F89007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89007; }
p { color: rgb(248,144,7); }
H1.HeaderClassName
{
color: #F89007;
}
.AnyTagClassName
{
color: #F89007;
}
</style>
background-color css
<style>
a { background-color: #F89007; }
a { background-color: rgb(248,144,7); }
div.DivClassName
{
background-color: #F89007;
}
.BgClassName
{
background-color: #F89007;
}
</style>
border-color css
<style>
span { border-color: #F89007; }
span { border-color: rgb(248,144,7); }
td.TdClassName
{
border-color: #F89007;
}
.TagClassName
{
border-color: #F89007;
}
</style>