Shades of Sunset Orange #FE5047
Tints of Sunset Orange #FE5047
RGB
CMYK
RGB Variations
Color information
#FE5047 (or 0xFE5047) is known color: Sunset Orange. HEX triplet: FE, 50 and 47. RGB value is (254,80,71). Sum of RGB (Red+Green+Blue) = 254+80+71=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5047 is #01AFB8. Grayscale: #838383. Windows color (decimal): -110521 or 4673790. OLE color: 4673790.
HSL color Cylindrical-coordinate representation of color #FE5047: hue angle of 2.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE5047 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 71 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.00 |
| HSL | 2.95º | 0.99% | 0.64% | - |
| HSV(B) | 2.95º | 0.72% | 1% | - |
| XYZ | 44.88 | 27.26 | 8.86 | - |
| YUV | 131 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 71 | 0 | 0.69 | 0.72 | 0.00 | 2.95 | 0.99 | 0.64 |
| Hex | FE | 50 | 47 | 0 | 45 | 48 | 0 | 3 | 63 | 40 |
| Octal | 376 | 120 | 107 | 0 | 105 | 110 | 0 | 3 | 143 | 100 |
| Binary | 11111110 | 1010000 | 1000111 | 0 | 1000101 | 1001000 | 0 | 11 | 1100011 | 1000000 |
Color Harmonies of #FE5047
Complementary color
Monochromatic Colors of #FE5047
Black with #FE5047
Text Example
Text Example
White with #FE5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5047; }
p { color: rgb(254,80,71); }
H1.HeaderClassName
{
color: #FE5047;
}
.AnyTagClassName
{
color: #FE5047;
}
</style>
background-color css
<style>
a { background-color: #FE5047; }
a { background-color: rgb(254,80,71); }
div.DivClassName
{
background-color: #FE5047;
}
.BgClassName
{
background-color: #FE5047;
}
</style>
border-color css
<style>
span { border-color: #FE5047; }
span { border-color: rgb(254,80,71); }
td.TdClassName
{
border-color: #FE5047;
}
.TagClassName
{
border-color: #FE5047;
}
</style>