Shades of Dark Orange #FE8812
Tints of Dark Orange #FE8812
RGB
CMYK
RGB Variations
Color information
#FE8812 (or 0xFE8812) is known color: Dark Orange. HEX triplet: FE, 88 and 12. RGB value is (254,136,18). Sum of RGB (Red+Green+Blue) = 254+136+18=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8812 is #0177ED. Grayscale: #9E9E9E. Windows color (decimal): -96238 or 1214718. OLE color: 1214718.
HSL color Cylindrical-coordinate representation of color #FE8812: hue angle of 30º 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 #FE8812 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 18 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.00 |
| HSL | 30º | 0.99% | 0.53% | - |
| HSV(B) | 30º | 0.93% | 1% | - |
| XYZ | 49.79 | 38.72 | 5.42 | - |
| YUV | 157.83 | 49.09 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 18 | 0 | 0.46 | 0.93 | 0.00 | 30 | 0.99 | 0.53 |
| Hex | FE | 88 | 12 | 0 | 2E | 5D | 0 | 1E | 63 | 35 |
| Octal | 376 | 210 | 22 | 0 | 56 | 135 | 0 | 36 | 143 | 65 |
| Binary | 11111110 | 10001000 | 10010 | 0 | 101110 | 1011101 | 0 | 11110 | 1100011 | 110101 |
Color Harmonies of #FE8812
Complementary color
Monochromatic Colors of #FE8812
Black with #FE8812
Text Example
Text Example
White with #FE8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8812; }
p { color: rgb(254,136,18); }
H1.HeaderClassName
{
color: #FE8812;
}
.AnyTagClassName
{
color: #FE8812;
}
</style>
background-color css
<style>
a { background-color: #FE8812; }
a { background-color: rgb(254,136,18); }
div.DivClassName
{
background-color: #FE8812;
}
.BgClassName
{
background-color: #FE8812;
}
</style>
border-color css
<style>
span { border-color: #FE8812; }
span { border-color: rgb(254,136,18); }
td.TdClassName
{
border-color: #FE8812;
}
.TagClassName
{
border-color: #FE8812;
}
</style>