Shades of Outrageous Orange #FE5A38
Tints of Outrageous Orange #FE5A38
RGB
CMYK
RGB Variations
Color information
#FE5A38 (or 0xFE5A38) is known color: Outrageous Orange. HEX triplet: FE, 5A and 38. RGB value is (254,90,56). Sum of RGB (Red+Green+Blue) = 254+90+56=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A38 is #01A5C7. Grayscale: #878787. Windows color (decimal): -107976 or 3693310. OLE color: 3693310.
HSL color Cylindrical-coordinate representation of color #FE5A38: hue angle of 10.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE5A38 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 56 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.00 |
| HSL | 10.3º | 0.99% | 0.61% | - |
| HSV(B) | 10.3º | 0.78% | 1% | - |
| XYZ | 45.24 | 28.67 | 6.89 | - |
| YUV | 135.16 | 83.33 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 56 | 0 | 0.65 | 0.78 | 0.00 | 10.3 | 0.99 | 0.61 |
| Hex | FE | 5A | 38 | 0 | 41 | 4E | 0 | A | 63 | 3D |
| Octal | 376 | 132 | 70 | 0 | 101 | 116 | 0 | 12 | 143 | 75 |
| Binary | 11111110 | 1011010 | 111000 | 0 | 1000001 | 1001110 | 0 | 1010 | 1100011 | 111101 |
Color Harmonies of #FE5A38
Complementary color
Monochromatic Colors of #FE5A38
Black with #FE5A38
Text Example
Text Example
White with #FE5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A38; }
p { color: rgb(254,90,56); }
H1.HeaderClassName
{
color: #FE5A38;
}
.AnyTagClassName
{
color: #FE5A38;
}
</style>
background-color css
<style>
a { background-color: #FE5A38; }
a { background-color: rgb(254,90,56); }
div.DivClassName
{
background-color: #FE5A38;
}
.BgClassName
{
background-color: #FE5A38;
}
</style>
border-color css
<style>
span { border-color: #FE5A38; }
span { border-color: rgb(254,90,56); }
td.TdClassName
{
border-color: #FE5A38;
}
.TagClassName
{
border-color: #FE5A38;
}
</style>