Shades of Dark Orange #FF950E
Tints of Dark Orange #FF950E
RGB
CMYK
RGB Variations
Color information
#FF950E (or 0xFF950E) is known color: Dark Orange. HEX triplet: FF, 95 and 0E. RGB value is (255,149,14). Sum of RGB (Red+Green+Blue) = 255+149+14=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950E is #006AF1. Grayscale: #A5A5A5. Windows color (decimal): -27378 or 955903. OLE color: 955903.
HSL color Cylindrical-coordinate representation of color #FF950E: hue angle of 33.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF950E is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 14 | - |
| CMYK | 0 | 0.42 | 0.95 | 0 |
| HSL | 33.61º | 1% | 0.53% | - |
| HSV(B) | 33.61º | 0.95% | 1% | - |
| XYZ | 52.07 | 42.79 | 5.93 | - |
| YUV | 165.3 | 42.62 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 14 | 0 | 0.42 | 0.95 | 0 | 33.61 | 1 | 0.53 |
| Hex | FF | 95 | E | 0 | 2A | 5F | 0 | 22 | 64 | 35 |
| Octal | 377 | 225 | 16 | 0 | 52 | 137 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10010101 | 1110 | 0 | 101010 | 1011111 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF950E
Complementary color
Monochromatic Colors of #FF950E
Black with #FF950E
Text Example
Text Example
White with #FF950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF950E; }
p { color: rgb(255,149,14); }
H1.HeaderClassName
{
color: #FF950E;
}
.AnyTagClassName
{
color: #FF950E;
}
</style>
background-color css
<style>
a { background-color: #FF950E; }
a { background-color: rgb(255,149,14); }
div.DivClassName
{
background-color: #FF950E;
}
.BgClassName
{
background-color: #FF950E;
}
</style>
border-color css
<style>
span { border-color: #FF950E; }
span { border-color: rgb(255,149,14); }
td.TdClassName
{
border-color: #FF950E;
}
.TagClassName
{
border-color: #FF950E;
}
</style>