Shades of Sunset Orange #FE5145
Tints of Sunset Orange #FE5145
RGB
CMYK
RGB Variations
Color information
#FE5145 (or 0xFE5145) is known color: Sunset Orange. HEX triplet: FE, 51 and 45. RGB value is (254,81,69). Sum of RGB (Red+Green+Blue) = 254+81+69=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5145 is #01AEBA. Grayscale: #838383. Windows color (decimal): -110267 or 4542974. OLE color: 4542974.
HSL color Cylindrical-coordinate representation of color #FE5145: hue angle of 3.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE5145 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 69 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.00 |
| HSL | 3.89º | 0.99% | 0.63% | - |
| HSV(B) | 3.89º | 0.73% | 1% | - |
| XYZ | 44.89 | 27.39 | 8.55 | - |
| YUV | 131.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 69 | 0 | 0.68 | 0.73 | 0.00 | 3.89 | 0.99 | 0.63 |
| Hex | FE | 51 | 45 | 0 | 44 | 49 | 0 | 4 | 63 | 3F |
| Octal | 376 | 121 | 105 | 0 | 104 | 111 | 0 | 4 | 143 | 77 |
| Binary | 11111110 | 1010001 | 1000101 | 0 | 1000100 | 1001001 | 0 | 100 | 1100011 | 111111 |
Color Harmonies of #FE5145
Complementary color
Monochromatic Colors of #FE5145
Black with #FE5145
Text Example
Text Example
White with #FE5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5145; }
p { color: rgb(254,81,69); }
H1.HeaderClassName
{
color: #FE5145;
}
.AnyTagClassName
{
color: #FE5145;
}
</style>
background-color css
<style>
a { background-color: #FE5145; }
a { background-color: rgb(254,81,69); }
div.DivClassName
{
background-color: #FE5145;
}
.BgClassName
{
background-color: #FE5145;
}
</style>
border-color css
<style>
span { border-color: #FE5145; }
span { border-color: rgb(254,81,69); }
td.TdClassName
{
border-color: #FE5145;
}
.TagClassName
{
border-color: #FE5145;
}
</style>