Shades of Dark Orange #FE9012
Tints of Dark Orange #FE9012
RGB
CMYK
RGB Variations
Color information
#FE9012 (or 0xFE9012) is known color: Dark Orange. HEX triplet: FE, 90 and 12. RGB value is (254,144,18). Sum of RGB (Red+Green+Blue) = 254+144+18=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9012 is #016FED. Grayscale: #A3A3A3. Windows color (decimal): -94190 or 1216766. OLE color: 1216766.
HSL color Cylindrical-coordinate representation of color #FE9012: hue angle of 32.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9012 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.00 |
| HSL | 32.03º | 0.99% | 0.53% | - |
| HSV(B) | 32.03º | 0.93% | 1% | - |
| XYZ | 50.96 | 41.06 | 5.81 | - |
| YUV | 162.53 | 46.44 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 18 | 0 | 0.43 | 0.93 | 0.00 | 32.03 | 0.99 | 0.53 |
| Hex | FE | 90 | 12 | 0 | 2B | 5D | 0 | 20 | 63 | 35 |
| Octal | 376 | 220 | 22 | 0 | 53 | 135 | 0 | 40 | 143 | 65 |
| Binary | 11111110 | 10010000 | 10010 | 0 | 101011 | 1011101 | 0 | 100000 | 1100011 | 110101 |
Color Harmonies of #FE9012
Complementary color
Monochromatic Colors of #FE9012
Black with #FE9012
Text Example
Text Example
White with #FE9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9012; }
p { color: rgb(254,144,18); }
H1.HeaderClassName
{
color: #FE9012;
}
.AnyTagClassName
{
color: #FE9012;
}
</style>
background-color css
<style>
a { background-color: #FE9012; }
a { background-color: rgb(254,144,18); }
div.DivClassName
{
background-color: #FE9012;
}
.BgClassName
{
background-color: #FE9012;
}
</style>
border-color css
<style>
span { border-color: #FE9012; }
span { border-color: rgb(254,144,18); }
td.TdClassName
{
border-color: #FE9012;
}
.TagClassName
{
border-color: #FE9012;
}
</style>