Shades of Dark Orange #F8960D
Tints of Dark Orange #F8960D
RGB
CMYK
RGB Variations
Color information
#F8960D (or 0xF8960D) is known color: Dark Orange. HEX triplet: F8, 96 and 0D. RGB value is (248,150,13). Sum of RGB (Red+Green+Blue) = 248+150+13=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8960D is #0769F2. Grayscale: #A4A4A4. Windows color (decimal): -485875 or 890616. OLE color: 890616.
HSL color Cylindrical-coordinate representation of color #F8960D: hue angle of 34.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8960D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.03 |
| HSL | 34.98º | 0.94% | 0.51% | - |
| HSV(B) | 34.98º | 0.95% | 0.97% | - |
| XYZ | 49.69 | 41.8 | 5.83 | - |
| YUV | 163.68 | 42.97 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 13 | 0 | 0.40 | 0.95 | 0.03 | 34.98 | 0.94 | 0.51 |
| Hex | F8 | 96 | D | 0 | 28 | 5F | 3 | 23 | 5E | 33 |
| Octal | 370 | 226 | 15 | 0 | 50 | 137 | 3 | 43 | 136 | 63 |
| Binary | 11111000 | 10010110 | 1101 | 0 | 101000 | 1011111 | 11 | 100011 | 1011110 | 110011 |
Color Harmonies of #F8960D
Complementary color
Monochromatic Colors of #F8960D
Black with #F8960D
Text Example
Text Example
White with #F8960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8960D; }
p { color: rgb(248,150,13); }
H1.HeaderClassName
{
color: #F8960D;
}
.AnyTagClassName
{
color: #F8960D;
}
</style>
background-color css
<style>
a { background-color: #F8960D; }
a { background-color: rgb(248,150,13); }
div.DivClassName
{
background-color: #F8960D;
}
.BgClassName
{
background-color: #F8960D;
}
</style>
border-color css
<style>
span { border-color: #F8960D; }
span { border-color: rgb(248,150,13); }
td.TdClassName
{
border-color: #F8960D;
}
.TagClassName
{
border-color: #F8960D;
}
</style>