Shades of Sunset Orange #FE4D48
Tints of Sunset Orange #FE4D48
RGB
CMYK
RGB Variations
Color information
#FE4D48 (or 0xFE4D48) is known color: Sunset Orange. HEX triplet: FE, 4D and 48. RGB value is (254,77,72). Sum of RGB (Red+Green+Blue) = 254+77+72=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D48 is #01B2B7. Grayscale: #818181. Windows color (decimal): -111288 or 4738558. OLE color: 4738558.
HSL color Cylindrical-coordinate representation of color #FE4D48: hue angle of 1.65º 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 #FE4D48 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 72 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.00 |
| HSL | 1.65º | 0.99% | 0.64% | - |
| HSV(B) | 1.65º | 0.72% | 1% | - |
| XYZ | 44.7 | 26.85 | 8.96 | - |
| YUV | 129.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 72 | 0 | 0.70 | 0.72 | 0.00 | 1.65 | 0.99 | 0.64 |
| Hex | FE | 4D | 48 | 0 | 46 | 48 | 0 | 2 | 63 | 40 |
| Octal | 376 | 115 | 110 | 0 | 106 | 110 | 0 | 2 | 143 | 100 |
| Binary | 11111110 | 1001101 | 1001000 | 0 | 1000110 | 1001000 | 0 | 10 | 1100011 | 1000000 |
Color Harmonies of #FE4D48
Complementary color
Monochromatic Colors of #FE4D48
Black with #FE4D48
Text Example
Text Example
White with #FE4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D48; }
p { color: rgb(254,77,72); }
H1.HeaderClassName
{
color: #FE4D48;
}
.AnyTagClassName
{
color: #FE4D48;
}
</style>
background-color css
<style>
a { background-color: #FE4D48; }
a { background-color: rgb(254,77,72); }
div.DivClassName
{
background-color: #FE4D48;
}
.BgClassName
{
background-color: #FE4D48;
}
</style>
border-color css
<style>
span { border-color: #FE4D48; }
span { border-color: rgb(254,77,72); }
td.TdClassName
{
border-color: #FE4D48;
}
.TagClassName
{
border-color: #FE4D48;
}
</style>