Shades of Sunset Orange #FE5547
Tints of Sunset Orange #FE5547
RGB
CMYK
RGB Variations
Color information
#FE5547 (or 0xFE5547) is known color: Sunset Orange. HEX triplet: FE, 55 and 47. RGB value is (254,85,71). Sum of RGB (Red+Green+Blue) = 254+85+71=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5547 is #01AAB8. Grayscale: #868686. Windows color (decimal): -109241 or 4675070. OLE color: 4675070.
HSL color Cylindrical-coordinate representation of color #FE5547: hue angle of 4.59º 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 #FE5547 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 71 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.00 |
| HSL | 4.59º | 0.99% | 0.64% | - |
| HSV(B) | 4.59º | 0.72% | 1% | - |
| XYZ | 45.26 | 28.02 | 8.98 | - |
| YUV | 133.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 71 | 0 | 0.67 | 0.72 | 0.00 | 4.59 | 0.99 | 0.64 |
| Hex | FE | 55 | 47 | 0 | 43 | 48 | 0 | 5 | 63 | 40 |
| Octal | 376 | 125 | 107 | 0 | 103 | 110 | 0 | 5 | 143 | 100 |
| Binary | 11111110 | 1010101 | 1000111 | 0 | 1000011 | 1001000 | 0 | 101 | 1100011 | 1000000 |
Color Harmonies of #FE5547
Complementary color
Monochromatic Colors of #FE5547
Black with #FE5547
Text Example
Text Example
White with #FE5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5547; }
p { color: rgb(254,85,71); }
H1.HeaderClassName
{
color: #FE5547;
}
.AnyTagClassName
{
color: #FE5547;
}
</style>
background-color css
<style>
a { background-color: #FE5547; }
a { background-color: rgb(254,85,71); }
div.DivClassName
{
background-color: #FE5547;
}
.BgClassName
{
background-color: #FE5547;
}
</style>
border-color css
<style>
span { border-color: #FE5547; }
span { border-color: rgb(254,85,71); }
td.TdClassName
{
border-color: #FE5547;
}
.TagClassName
{
border-color: #FE5547;
}
</style>