Shades of Sunset Orange #FE5038
Tints of Sunset Orange #FE5038
RGB
CMYK
RGB Variations
Color information
#FE5038 (or 0xFE5038) is known color: Sunset Orange. HEX triplet: FE, 50 and 38. RGB value is (254,80,56). Sum of RGB (Red+Green+Blue) = 254+80+56=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5038 is #01AFC7. Grayscale: #818181. Windows color (decimal): -110536 or 3690750. OLE color: 3690750.
HSL color Cylindrical-coordinate representation of color #FE5038: hue angle of 7.27º 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 #FE5038 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 56 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.00 |
| HSL | 7.27º | 0.99% | 0.61% | - |
| HSV(B) | 7.27º | 0.78% | 1% | - |
| XYZ | 44.46 | 27.09 | 6.63 | - |
| YUV | 129.29 | 86.65 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 56 | 0 | 0.69 | 0.78 | 0.00 | 7.27 | 0.99 | 0.61 |
| Hex | FE | 50 | 38 | 0 | 45 | 4E | 0 | 7 | 63 | 3D |
| Octal | 376 | 120 | 70 | 0 | 105 | 116 | 0 | 7 | 143 | 75 |
| Binary | 11111110 | 1010000 | 111000 | 0 | 1000101 | 1001110 | 0 | 111 | 1100011 | 111101 |
Color Harmonies of #FE5038
Complementary color
Monochromatic Colors of #FE5038
Black with #FE5038
Text Example
Text Example
White with #FE5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5038; }
p { color: rgb(254,80,56); }
H1.HeaderClassName
{
color: #FE5038;
}
.AnyTagClassName
{
color: #FE5038;
}
</style>
background-color css
<style>
a { background-color: #FE5038; }
a { background-color: rgb(254,80,56); }
div.DivClassName
{
background-color: #FE5038;
}
.BgClassName
{
background-color: #FE5038;
}
</style>
border-color css
<style>
span { border-color: #FE5038; }
span { border-color: rgb(254,80,56); }
td.TdClassName
{
border-color: #FE5038;
}
.TagClassName
{
border-color: #FE5038;
}
</style>