Shades of Sunset Orange #FE5543
Tints of Sunset Orange #FE5543
RGB
CMYK
RGB Variations
Color information
#FE5543 (or 0xFE5543) is known color: Sunset Orange. HEX triplet: FE, 55 and 43. RGB value is (254,85,67). Sum of RGB (Red+Green+Blue) = 254+85+67=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5543 is #01AABC. Grayscale: #858585. Windows color (decimal): -109245 or 4412926. OLE color: 4412926.
HSL color Cylindrical-coordinate representation of color #FE5543: hue angle of 5.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE5543 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 67 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.00 |
| HSL | 5.78º | 0.99% | 0.63% | - |
| HSV(B) | 5.78º | 0.74% | 1% | - |
| XYZ | 45.13 | 27.97 | 8.33 | - |
| YUV | 133.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 67 | 0 | 0.67 | 0.74 | 0.00 | 5.78 | 0.99 | 0.63 |
| Hex | FE | 55 | 43 | 0 | 43 | 4A | 0 | 6 | 63 | 3F |
| Octal | 376 | 125 | 103 | 0 | 103 | 112 | 0 | 6 | 143 | 77 |
| Binary | 11111110 | 1010101 | 1000011 | 0 | 1000011 | 1001010 | 0 | 110 | 1100011 | 111111 |
Color Harmonies of #FE5543
Complementary color
Monochromatic Colors of #FE5543
Black with #FE5543
Text Example
Text Example
White with #FE5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5543; }
p { color: rgb(254,85,67); }
H1.HeaderClassName
{
color: #FE5543;
}
.AnyTagClassName
{
color: #FE5543;
}
</style>
background-color css
<style>
a { background-color: #FE5543; }
a { background-color: rgb(254,85,67); }
div.DivClassName
{
background-color: #FE5543;
}
.BgClassName
{
background-color: #FE5543;
}
</style>
border-color css
<style>
span { border-color: #FE5543; }
span { border-color: rgb(254,85,67); }
td.TdClassName
{
border-color: #FE5543;
}
.TagClassName
{
border-color: #FE5543;
}
</style>