Shades of Outrageous Orange #FE512E
Tints of Outrageous Orange #FE512E
RGB
CMYK
RGB Variations
Color information
#FE512E (or 0xFE512E) is known color: Outrageous Orange. HEX triplet: FE, 51 and 2E. RGB value is (254,81,46). Sum of RGB (Red+Green+Blue) = 254+81+46=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE512E is #01AED1. Grayscale: #818181. Windows color (decimal): -110290 or 3035646. OLE color: 3035646.
HSL color Cylindrical-coordinate representation of color #FE512E: hue angle of 10.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE512E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 46 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.00 |
| HSL | 10.1º | 0.99% | 0.59% | - |
| HSV(B) | 10.1º | 0.82% | 1% | - |
| XYZ | 44.31 | 27.15 | 5.49 | - |
| YUV | 128.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 46 | 0 | 0.68 | 0.82 | 0.00 | 10.1 | 0.99 | 0.59 |
| Hex | FE | 51 | 2E | 0 | 44 | 52 | 0 | A | 63 | 3B |
| Octal | 376 | 121 | 56 | 0 | 104 | 122 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010001 | 101110 | 0 | 1000100 | 1010010 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE512E
Complementary color
Monochromatic Colors of #FE512E
Black with #FE512E
Text Example
Text Example
White with #FE512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE512E; }
p { color: rgb(254,81,46); }
H1.HeaderClassName
{
color: #FE512E;
}
.AnyTagClassName
{
color: #FE512E;
}
</style>
background-color css
<style>
a { background-color: #FE512E; }
a { background-color: rgb(254,81,46); }
div.DivClassName
{
background-color: #FE512E;
}
.BgClassName
{
background-color: #FE512E;
}
</style>
border-color css
<style>
span { border-color: #FE512E; }
span { border-color: rgb(254,81,46); }
td.TdClassName
{
border-color: #FE512E;
}
.TagClassName
{
border-color: #FE512E;
}
</style>