Shades of Outrageous Orange #FE6131
Tints of Outrageous Orange #FE6131
RGB
CMYK
RGB Variations
Color information
#FE6131 (or 0xFE6131) is known color: Outrageous Orange. HEX triplet: FE, 61 and 31. RGB value is (254,97,49). Sum of RGB (Red+Green+Blue) = 254+97+49=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6131 is #019ECE. Grayscale: #8A8A8A. Windows color (decimal): -106191 or 3236350. OLE color: 3236350.
HSL color Cylindrical-coordinate representation of color #FE6131: hue angle of 14.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE6131 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 49 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.00 |
| HSL | 14.05º | 0.99% | 0.59% | - |
| HSV(B) | 14.05º | 0.81% | 1% | - |
| XYZ | 45.7 | 29.84 | 6.26 | - |
| YUV | 138.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 49 | 0 | 0.62 | 0.81 | 0.00 | 14.05 | 0.99 | 0.59 |
| Hex | FE | 61 | 31 | 0 | 3E | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 141 | 61 | 0 | 76 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1100001 | 110001 | 0 | 111110 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE6131
Complementary color
Monochromatic Colors of #FE6131
Black with #FE6131
Text Example
Text Example
White with #FE6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6131; }
p { color: rgb(254,97,49); }
H1.HeaderClassName
{
color: #FE6131;
}
.AnyTagClassName
{
color: #FE6131;
}
</style>
background-color css
<style>
a { background-color: #FE6131; }
a { background-color: rgb(254,97,49); }
div.DivClassName
{
background-color: #FE6131;
}
.BgClassName
{
background-color: #FE6131;
}
</style>
border-color css
<style>
span { border-color: #FE6131; }
span { border-color: rgb(254,97,49); }
td.TdClassName
{
border-color: #FE6131;
}
.TagClassName
{
border-color: #FE6131;
}
</style>