Shades of Dark Orange #F89103
Tints of Dark Orange #F89103
RGB
CMYK
RGB Variations
Color information
#F89103 (or 0xF89103) is known color: Dark Orange. HEX triplet: F8, 91 and 03. RGB value is (248,145,3). Sum of RGB (Red+Green+Blue) = 248+145+3=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F89103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89103 is #076EFC. Grayscale: #A0A0A0. Windows color (decimal): -487165 or 233976. OLE color: 233976.
HSL color Cylindrical-coordinate representation of color #F89103: hue angle of 34.78º 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 #F89103 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.03 |
| HSL | 34.78º | 0.98% | 0.49% | - |
| HSV(B) | 34.78º | 0.99% | 0.97% | - |
| XYZ | 48.85 | 40.21 | 5.27 | - |
| YUV | 159.61 | 39.62 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 3 | 0 | 0.42 | 0.99 | 0.03 | 34.78 | 0.98 | 0.49 |
| Hex | F8 | 91 | 3 | 0 | 2A | 63 | 3 | 23 | 62 | 31 |
| Octal | 370 | 221 | 3 | 0 | 52 | 143 | 3 | 43 | 142 | 61 |
| Binary | 11111000 | 10010001 | 11 | 0 | 101010 | 1100011 | 11 | 100011 | 1100010 | 110001 |
Color Harmonies of #F89103
Complementary color
Monochromatic Colors of #F89103
Black with #F89103
Text Example
Text Example
White with #F89103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89103; }
p { color: rgb(248,145,3); }
H1.HeaderClassName
{
color: #F89103;
}
.AnyTagClassName
{
color: #F89103;
}
</style>
background-color css
<style>
a { background-color: #F89103; }
a { background-color: rgb(248,145,3); }
div.DivClassName
{
background-color: #F89103;
}
.BgClassName
{
background-color: #F89103;
}
</style>
border-color css
<style>
span { border-color: #F89103; }
span { border-color: rgb(248,145,3); }
td.TdClassName
{
border-color: #F89103;
}
.TagClassName
{
border-color: #F89103;
}
</style>