Shades of Sunset Orange #FE4845
Tints of Sunset Orange #FE4845
RGB
CMYK
RGB Variations
Color information
#FE4845 (or 0xFE4845) is known color: Sunset Orange. HEX triplet: FE, 48 and 45. RGB value is (254,72,69). Sum of RGB (Red+Green+Blue) = 254+72+69=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4845 is #01B7BA. Grayscale: #7E7E7E. Windows color (decimal): -112571 or 4540670. OLE color: 4540670.
HSL color Cylindrical-coordinate representation of color #FE4845: hue angle of 0.97º 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 #FE4845 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 69 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.00 |
| HSL | 0.97º | 0.99% | 0.63% | - |
| HSV(B) | 0.97º | 0.73% | 1% | - |
| XYZ | 44.26 | 26.14 | 8.34 | - |
| YUV | 126.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 69 | 0 | 0.72 | 0.73 | 0.00 | 0.97 | 0.99 | 0.63 |
| Hex | FE | 48 | 45 | 0 | 48 | 49 | 0 | 1 | 63 | 3F |
| Octal | 376 | 110 | 105 | 0 | 110 | 111 | 0 | 1 | 143 | 77 |
| Binary | 11111110 | 1001000 | 1000101 | 0 | 1001000 | 1001001 | 0 | 1 | 1100011 | 111111 |
Color Harmonies of #FE4845
Complementary color
Monochromatic Colors of #FE4845
Black with #FE4845
Text Example
Text Example
White with #FE4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4845; }
p { color: rgb(254,72,69); }
H1.HeaderClassName
{
color: #FE4845;
}
.AnyTagClassName
{
color: #FE4845;
}
</style>
background-color css
<style>
a { background-color: #FE4845; }
a { background-color: rgb(254,72,69); }
div.DivClassName
{
background-color: #FE4845;
}
.BgClassName
{
background-color: #FE4845;
}
</style>
border-color css
<style>
span { border-color: #FE4845; }
span { border-color: rgb(254,72,69); }
td.TdClassName
{
border-color: #FE4845;
}
.TagClassName
{
border-color: #FE4845;
}
</style>