Shades of Sunset Orange #FE5138
Tints of Sunset Orange #FE5138
RGB
CMYK
RGB Variations
Color information
#FE5138 (or 0xFE5138) is known color: Sunset Orange. HEX triplet: FE, 51 and 38. RGB value is (254,81,56). Sum of RGB (Red+Green+Blue) = 254+81+56=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5138 is #01AEC7. Grayscale: #828282. Windows color (decimal): -110280 or 3691006. OLE color: 3691006.
HSL color Cylindrical-coordinate representation of color #FE5138: hue angle of 7.58º 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 #FE5138 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 56 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.00 |
| HSL | 7.58º | 0.99% | 0.61% | - |
| HSV(B) | 7.58º | 0.78% | 1% | - |
| XYZ | 44.53 | 27.24 | 6.65 | - |
| YUV | 129.88 | 86.31 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 56 | 0 | 0.68 | 0.78 | 0.00 | 7.58 | 0.99 | 0.61 |
| Hex | FE | 51 | 38 | 0 | 44 | 4E | 0 | 8 | 63 | 3D |
| Octal | 376 | 121 | 70 | 0 | 104 | 116 | 0 | 10 | 143 | 75 |
| Binary | 11111110 | 1010001 | 111000 | 0 | 1000100 | 1001110 | 0 | 1000 | 1100011 | 111101 |
Color Harmonies of #FE5138
Complementary color
Monochromatic Colors of #FE5138
Black with #FE5138
Text Example
Text Example
White with #FE5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5138; }
p { color: rgb(254,81,56); }
H1.HeaderClassName
{
color: #FE5138;
}
.AnyTagClassName
{
color: #FE5138;
}
</style>
background-color css
<style>
a { background-color: #FE5138; }
a { background-color: rgb(254,81,56); }
div.DivClassName
{
background-color: #FE5138;
}
.BgClassName
{
background-color: #FE5138;
}
</style>
border-color css
<style>
span { border-color: #FE5138; }
span { border-color: rgb(254,81,56); }
td.TdClassName
{
border-color: #FE5138;
}
.TagClassName
{
border-color: #FE5138;
}
</style>