Shades of Dark Orange #FF950B
Tints of Dark Orange #FF950B
RGB
CMYK
RGB Variations
Color information
#FF950B (or 0xFF950B) is known color: Dark Orange. HEX triplet: FF, 95 and 0B. RGB value is (255,149,11). Sum of RGB (Red+Green+Blue) = 255+149+11=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950B is #006AF4. Grayscale: #A5A5A5. Windows color (decimal): -27381 or 759295. OLE color: 759295.
HSL color Cylindrical-coordinate representation of color #FF950B: hue angle of 33.93º 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 #FF950B is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 11 | - |
| CMYK | 0 | 0.42 | 0.96 | 0 |
| HSL | 33.93º | 1% | 0.52% | - |
| HSV(B) | 33.93º | 0.96% | 1% | - |
| XYZ | 52.05 | 42.78 | 5.83 | - |
| YUV | 164.96 | 41.12 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 11 | 0 | 0.42 | 0.96 | 0 | 33.93 | 1 | 0.52 |
| Hex | FF | 95 | B | 0 | 2A | 60 | 0 | 22 | 64 | 34 |
| Octal | 377 | 225 | 13 | 0 | 52 | 140 | 0 | 42 | 144 | 64 |
| Binary | 11111111 | 10010101 | 1011 | 0 | 101010 | 1100000 | 0 | 100010 | 1100100 | 110100 |
Color Harmonies of #FF950B
Complementary color
Monochromatic Colors of #FF950B
Black with #FF950B
Text Example
Text Example
White with #FF950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF950B; }
p { color: rgb(255,149,11); }
H1.HeaderClassName
{
color: #FF950B;
}
.AnyTagClassName
{
color: #FF950B;
}
</style>
background-color css
<style>
a { background-color: #FF950B; }
a { background-color: rgb(255,149,11); }
div.DivClassName
{
background-color: #FF950B;
}
.BgClassName
{
background-color: #FF950B;
}
</style>
border-color css
<style>
span { border-color: #FF950B; }
span { border-color: rgb(255,149,11); }
td.TdClassName
{
border-color: #FF950B;
}
.TagClassName
{
border-color: #FF950B;
}
</style>