Shades of Dark Orange #FE9412
Tints of Dark Orange #FE9412
RGB
CMYK
RGB Variations
Color information
#FE9412 (or 0xFE9412) is known color: Dark Orange. HEX triplet: FE, 94 and 12. RGB value is (254,148,18). Sum of RGB (Red+Green+Blue) = 254+148+18=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9412 is #016BED. Grayscale: #A5A5A5. Windows color (decimal): -93166 or 1217790. OLE color: 1217790.
HSL color Cylindrical-coordinate representation of color #FE9412: hue angle of 33.05º 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 #FE9412 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 18 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.00 |
| HSL | 33.05º | 0.99% | 0.53% | - |
| HSV(B) | 33.05º | 0.93% | 1% | - |
| XYZ | 51.57 | 42.29 | 6.02 | - |
| YUV | 164.87 | 45.12 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 18 | 0 | 0.42 | 0.93 | 0.00 | 33.05 | 0.99 | 0.53 |
| Hex | FE | 94 | 12 | 0 | 2A | 5D | 0 | 21 | 63 | 35 |
| Octal | 376 | 224 | 22 | 0 | 52 | 135 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010100 | 10010 | 0 | 101010 | 1011101 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE9412
Complementary color
Monochromatic Colors of #FE9412
Black with #FE9412
Text Example
Text Example
White with #FE9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9412; }
p { color: rgb(254,148,18); }
H1.HeaderClassName
{
color: #FE9412;
}
.AnyTagClassName
{
color: #FE9412;
}
</style>
background-color css
<style>
a { background-color: #FE9412; }
a { background-color: rgb(254,148,18); }
div.DivClassName
{
background-color: #FE9412;
}
.BgClassName
{
background-color: #FE9412;
}
</style>
border-color css
<style>
span { border-color: #FE9412; }
span { border-color: rgb(254,148,18); }
td.TdClassName
{
border-color: #FE9412;
}
.TagClassName
{
border-color: #FE9412;
}
</style>