Shades of Dark Orange #FF9012
Tints of Dark Orange #FF9012
RGB
CMYK
RGB Variations
Color information
#FF9012 (or 0xFF9012) is known color: Dark Orange. HEX triplet: FF, 90 and 12. RGB value is (255,144,18). Sum of RGB (Red+Green+Blue) = 255+144+18=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9012 is #006FED. Grayscale: #A3A3A3. Windows color (decimal): -28654 or 1216767. OLE color: 1216767.
HSL color Cylindrical-coordinate representation of color #FF9012: hue angle of 31.9º 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 #FF9012 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0 |
| HSL | 31.9º | 1% | 0.54% | - |
| HSV(B) | 31.9º | 0.93% | 1% | - |
| XYZ | 51.32 | 41.25 | 5.83 | - |
| YUV | 162.83 | 46.27 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 18 | 0 | 0.44 | 0.93 | 0 | 31.9 | 1 | 0.54 |
| Hex | FF | 90 | 12 | 0 | 2C | 5D | 0 | 20 | 64 | 36 |
| Octal | 377 | 220 | 22 | 0 | 54 | 135 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010000 | 10010 | 0 | 101100 | 1011101 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9012
Complementary color
Monochromatic Colors of #FF9012
Black with #FF9012
Text Example
Text Example
White with #FF9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9012; }
p { color: rgb(255,144,18); }
H1.HeaderClassName
{
color: #FF9012;
}
.AnyTagClassName
{
color: #FF9012;
}
</style>
background-color css
<style>
a { background-color: #FF9012; }
a { background-color: rgb(255,144,18); }
div.DivClassName
{
background-color: #FF9012;
}
.BgClassName
{
background-color: #FF9012;
}
</style>
border-color css
<style>
span { border-color: #FF9012; }
span { border-color: rgb(255,144,18); }
td.TdClassName
{
border-color: #FF9012;
}
.TagClassName
{
border-color: #FF9012;
}
</style>