Shades of Sunset Orange #FE5048
Tints of Sunset Orange #FE5048
RGB
CMYK
RGB Variations
Color information
#FE5048 (or 0xFE5048) is known color: Sunset Orange. HEX triplet: FE, 50 and 48. RGB value is (254,80,72). Sum of RGB (Red+Green+Blue) = 254+80+72=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5048 is #01AFB7. Grayscale: #838383. Windows color (decimal): -110520 or 4739326. OLE color: 4739326.
HSL color Cylindrical-coordinate representation of color #FE5048: hue angle of 2.64º 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 #FE5048 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 72 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.00 |
| HSL | 2.64º | 0.99% | 0.64% | - |
| HSV(B) | 2.64º | 0.72% | 1% | - |
| XYZ | 44.91 | 27.28 | 9.03 | - |
| YUV | 131.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 72 | 0 | 0.69 | 0.72 | 0.00 | 2.64 | 0.99 | 0.64 |
| Hex | FE | 50 | 48 | 0 | 45 | 48 | 0 | 3 | 63 | 40 |
| Octal | 376 | 120 | 110 | 0 | 105 | 110 | 0 | 3 | 143 | 100 |
| Binary | 11111110 | 1010000 | 1001000 | 0 | 1000101 | 1001000 | 0 | 11 | 1100011 | 1000000 |
Color Harmonies of #FE5048
Complementary color
Monochromatic Colors of #FE5048
Black with #FE5048
Text Example
Text Example
White with #FE5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5048; }
p { color: rgb(254,80,72); }
H1.HeaderClassName
{
color: #FE5048;
}
.AnyTagClassName
{
color: #FE5048;
}
</style>
background-color css
<style>
a { background-color: #FE5048; }
a { background-color: rgb(254,80,72); }
div.DivClassName
{
background-color: #FE5048;
}
.BgClassName
{
background-color: #FE5048;
}
</style>
border-color css
<style>
span { border-color: #FE5048; }
span { border-color: rgb(254,80,72); }
td.TdClassName
{
border-color: #FE5048;
}
.TagClassName
{
border-color: #FE5048;
}
</style>