Shades of Outrageous Orange #FE6231
Tints of Outrageous Orange #FE6231
RGB
CMYK
RGB Variations
Color information
#FE6231 (or 0xFE6231) is known color: Outrageous Orange. HEX triplet: FE, 62 and 31. RGB value is (254,98,49). Sum of RGB (Red+Green+Blue) = 254+98+49=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6231 is #019DCE. Grayscale: #8B8B8B. Windows color (decimal): -105935 or 3236606. OLE color: 3236606.
HSL color Cylindrical-coordinate representation of color #FE6231: hue angle of 14.34º 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 #FE6231 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 49 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.00 |
| HSL | 14.34º | 0.99% | 0.59% | - |
| HSV(B) | 14.34º | 0.81% | 1% | - |
| XYZ | 45.8 | 30.03 | 6.29 | - |
| YUV | 139.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 49 | 0 | 0.61 | 0.81 | 0.00 | 14.34 | 0.99 | 0.59 |
| Hex | FE | 62 | 31 | 0 | 3D | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 142 | 61 | 0 | 75 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1100010 | 110001 | 0 | 111101 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE6231
Complementary color
Monochromatic Colors of #FE6231
Black with #FE6231
Text Example
Text Example
White with #FE6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6231; }
p { color: rgb(254,98,49); }
H1.HeaderClassName
{
color: #FE6231;
}
.AnyTagClassName
{
color: #FE6231;
}
</style>
background-color css
<style>
a { background-color: #FE6231; }
a { background-color: rgb(254,98,49); }
div.DivClassName
{
background-color: #FE6231;
}
.BgClassName
{
background-color: #FE6231;
}
</style>
border-color css
<style>
span { border-color: #FE6231; }
span { border-color: rgb(254,98,49); }
td.TdClassName
{
border-color: #FE6231;
}
.TagClassName
{
border-color: #FE6231;
}
</style>