Shades of Dark Orange #F8960B
Tints of Dark Orange #F8960B
RGB
CMYK
RGB Variations
Color information
#F8960B (or 0xF8960B) is known color: Dark Orange. HEX triplet: F8, 96 and 0B. RGB value is (248,150,11). Sum of RGB (Red+Green+Blue) = 248+150+11=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8960B is #0769F4. Grayscale: #A4A4A4. Windows color (decimal): -485877 or 759544. OLE color: 759544.
HSL color Cylindrical-coordinate representation of color #F8960B: hue angle of 35.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8960B is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 11 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.03 |
| HSL | 35.19º | 0.94% | 0.51% | - |
| HSV(B) | 35.19º | 0.96% | 0.97% | - |
| XYZ | 49.68 | 41.79 | 5.77 | - |
| YUV | 163.46 | 41.97 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 11 | 0 | 0.40 | 0.96 | 0.03 | 35.19 | 0.94 | 0.51 |
| Hex | F8 | 96 | B | 0 | 28 | 60 | 3 | 23 | 5E | 33 |
| Octal | 370 | 226 | 13 | 0 | 50 | 140 | 3 | 43 | 136 | 63 |
| Binary | 11111000 | 10010110 | 1011 | 0 | 101000 | 1100000 | 11 | 100011 | 1011110 | 110011 |
Color Harmonies of #F8960B
Complementary color
Monochromatic Colors of #F8960B
Black with #F8960B
Text Example
Text Example
White with #F8960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8960B; }
p { color: rgb(248,150,11); }
H1.HeaderClassName
{
color: #F8960B;
}
.AnyTagClassName
{
color: #F8960B;
}
</style>
background-color css
<style>
a { background-color: #F8960B; }
a { background-color: rgb(248,150,11); }
div.DivClassName
{
background-color: #F8960B;
}
.BgClassName
{
background-color: #F8960B;
}
</style>
border-color css
<style>
span { border-color: #F8960B; }
span { border-color: rgb(248,150,11); }
td.TdClassName
{
border-color: #F8960B;
}
.TagClassName
{
border-color: #F8960B;
}
</style>