Shades of Sunset Orange #FE4841
Tints of Sunset Orange #FE4841
RGB
CMYK
RGB Variations
Color information
#FE4841 (or 0xFE4841) is known color: Sunset Orange. HEX triplet: FE, 48 and 41. RGB value is (254,72,65). Sum of RGB (Red+Green+Blue) = 254+72+65=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4841 is #01B7BE. Grayscale: #7D7D7D. Windows color (decimal): -112575 or 4278526. OLE color: 4278526.
HSL color Cylindrical-coordinate representation of color #FE4841: hue angle of 2.22º 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 #FE4841 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 65 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.00 |
| HSL | 2.22º | 0.99% | 0.63% | - |
| HSV(B) | 2.22º | 0.74% | 1% | - |
| XYZ | 44.14 | 26.09 | 7.71 | - |
| YUV | 125.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 65 | 0 | 0.72 | 0.74 | 0.00 | 2.22 | 0.99 | 0.63 |
| Hex | FE | 48 | 41 | 0 | 48 | 4A | 0 | 2 | 63 | 3F |
| Octal | 376 | 110 | 101 | 0 | 110 | 112 | 0 | 2 | 143 | 77 |
| Binary | 11111110 | 1001000 | 1000001 | 0 | 1001000 | 1001010 | 0 | 10 | 1100011 | 111111 |
Color Harmonies of #FE4841
Complementary color
Monochromatic Colors of #FE4841
Black with #FE4841
Text Example
Text Example
White with #FE4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4841; }
p { color: rgb(254,72,65); }
H1.HeaderClassName
{
color: #FE4841;
}
.AnyTagClassName
{
color: #FE4841;
}
</style>
background-color css
<style>
a { background-color: #FE4841; }
a { background-color: rgb(254,72,65); }
div.DivClassName
{
background-color: #FE4841;
}
.BgClassName
{
background-color: #FE4841;
}
</style>
border-color css
<style>
span { border-color: #FE4841; }
span { border-color: rgb(254,72,65); }
td.TdClassName
{
border-color: #FE4841;
}
.TagClassName
{
border-color: #FE4841;
}
</style>