Shades of Dark Orange #FF960B
Tints of Dark Orange #FF960B
RGB
CMYK
RGB Variations
Color information
#FF960B (or 0xFF960B) is known color: Dark Orange. HEX triplet: FF, 96 and 0B. RGB value is (255,150,11). Sum of RGB (Red+Green+Blue) = 255+150+11=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF960B is #0069F4. Grayscale: #A6A6A6. Windows color (decimal): -27125 or 759551. OLE color: 759551.
HSL color Cylindrical-coordinate representation of color #FF960B: hue angle of 34.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF960B is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 11 | - |
| CMYK | 0 | 0.41 | 0.96 | 0 |
| HSL | 34.18º | 1% | 0.52% | - |
| HSV(B) | 34.18º | 0.96% | 1% | - |
| XYZ | 52.21 | 43.1 | 5.88 | - |
| YUV | 165.55 | 40.79 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 11 | 0 | 0.41 | 0.96 | 0 | 34.18 | 1 | 0.52 |
| Hex | FF | 96 | B | 0 | 29 | 60 | 0 | 22 | 64 | 34 |
| Octal | 377 | 226 | 13 | 0 | 51 | 140 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010110 | 1011 | 0 | 101001 | 1100000 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF960B
Complementary color
Monochromatic Colors of #FF960B
Black with #FF960B
Text Example
Text Example
White with #FF960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF960B; }
p { color: rgb(255,150,11); }
H1.HeaderClassName
{
color: #FF960B;
}
.AnyTagClassName
{
color: #FF960B;
}
</style>
background-color css
<style>
a { background-color: #FF960B; }
a { background-color: rgb(255,150,11); }
div.DivClassName
{
background-color: #FF960B;
}
.BgClassName
{
background-color: #FF960B;
}
</style>
border-color css
<style>
span { border-color: #FF960B; }
span { border-color: rgb(255,150,11); }
td.TdClassName
{
border-color: #FF960B;
}
.TagClassName
{
border-color: #FF960B;
}
</style>