Shades of Dark Orange #FF9112
Tints of Dark Orange #FF9112
RGB
CMYK
RGB Variations
Color information
#FF9112 (or 0xFF9112) is known color: Dark Orange. HEX triplet: FF, 91 and 12. RGB value is (255,145,18). Sum of RGB (Red+Green+Blue) = 255+145+18=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9112 is #006EED. Grayscale: #A4A4A4. Windows color (decimal): -28398 or 1217023. OLE color: 1217023.
HSL color Cylindrical-coordinate representation of color #FF9112: hue angle of 32.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9112 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0 |
| HSL | 32.15º | 1% | 0.54% | - |
| HSV(B) | 32.15º | 0.93% | 1% | - |
| XYZ | 51.47 | 41.55 | 5.88 | - |
| YUV | 163.41 | 45.94 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 18 | 0 | 0.43 | 0.93 | 0 | 32.15 | 1 | 0.54 |
| Hex | FF | 91 | 12 | 0 | 2B | 5D | 0 | 20 | 64 | 36 |
| Octal | 377 | 221 | 22 | 0 | 53 | 135 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010001 | 10010 | 0 | 101011 | 1011101 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9112
Complementary color
Monochromatic Colors of #FF9112
Black with #FF9112
Text Example
Text Example
White with #FF9112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9112; }
p { color: rgb(255,145,18); }
H1.HeaderClassName
{
color: #FF9112;
}
.AnyTagClassName
{
color: #FF9112;
}
</style>
background-color css
<style>
a { background-color: #FF9112; }
a { background-color: rgb(255,145,18); }
div.DivClassName
{
background-color: #FF9112;
}
.BgClassName
{
background-color: #FF9112;
}
</style>
border-color css
<style>
span { border-color: #FF9112; }
span { border-color: rgb(255,145,18); }
td.TdClassName
{
border-color: #FF9112;
}
.TagClassName
{
border-color: #FF9112;
}
</style>