Shades of Sunset Orange #FE5740
Tints of Sunset Orange #FE5740
RGB
CMYK
RGB Variations
Color information
#FE5740 (or 0xFE5740) is known color: Sunset Orange. HEX triplet: FE, 57 and 40. RGB value is (254,87,64). Sum of RGB (Red+Green+Blue) = 254+87+64=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5740 is #01A8BF. Grayscale: #868686. Windows color (decimal): -108736 or 4216830. OLE color: 4216830.
HSL color Cylindrical-coordinate representation of color #FE5740: hue angle of 7.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE5740 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 64 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.00 |
| HSL | 7.26º | 0.99% | 0.62% | - |
| HSV(B) | 7.26º | 0.75% | 1% | - |
| XYZ | 45.21 | 28.26 | 7.92 | - |
| YUV | 134.31 | 88.33 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 64 | 0 | 0.66 | 0.75 | 0.00 | 7.26 | 0.99 | 0.62 |
| Hex | FE | 57 | 40 | 0 | 42 | 4B | 0 | 7 | 63 | 3E |
| Octal | 376 | 127 | 100 | 0 | 102 | 113 | 0 | 7 | 143 | 76 |
| Binary | 11111110 | 1010111 | 1000000 | 0 | 1000010 | 1001011 | 0 | 111 | 1100011 | 111110 |
Color Harmonies of #FE5740
Complementary color
Monochromatic Colors of #FE5740
Black with #FE5740
Text Example
Text Example
White with #FE5740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5740; }
p { color: rgb(254,87,64); }
H1.HeaderClassName
{
color: #FE5740;
}
.AnyTagClassName
{
color: #FE5740;
}
</style>
background-color css
<style>
a { background-color: #FE5740; }
a { background-color: rgb(254,87,64); }
div.DivClassName
{
background-color: #FE5740;
}
.BgClassName
{
background-color: #FE5740;
}
</style>
border-color css
<style>
span { border-color: #FE5740; }
span { border-color: rgb(254,87,64); }
td.TdClassName
{
border-color: #FE5740;
}
.TagClassName
{
border-color: #FE5740;
}
</style>