Shades of Sunset Orange #FE5449
Tints of Sunset Orange #FE5449
RGB
CMYK
RGB Variations
Color information
#FE5449 (or 0xFE5449) is known color: Sunset Orange. HEX triplet: FE, 54 and 49. RGB value is (254,84,73). Sum of RGB (Red+Green+Blue) = 254+84+73=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5449 is #01ABB6. Grayscale: #858585. Windows color (decimal): -109495 or 4805886. OLE color: 4805886.
HSL color Cylindrical-coordinate representation of color #FE5449: hue angle of 3.65º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE5449 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 73 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.00 |
| HSL | 3.65º | 0.99% | 0.64% | - |
| HSV(B) | 3.65º | 0.71% | 1% | - |
| XYZ | 45.25 | 27.89 | 9.3 | - |
| YUV | 133.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 73 | 0 | 0.67 | 0.71 | 0.00 | 3.65 | 0.99 | 0.64 |
| Hex | FE | 54 | 49 | 0 | 43 | 47 | 0 | 4 | 63 | 40 |
| Octal | 376 | 124 | 111 | 0 | 103 | 107 | 0 | 4 | 143 | 100 |
| Binary | 11111110 | 1010100 | 1001001 | 0 | 1000011 | 1000111 | 0 | 100 | 1100011 | 1000000 |
Color Harmonies of #FE5449
Complementary color
Monochromatic Colors of #FE5449
Black with #FE5449
Text Example
Text Example
White with #FE5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5449; }
p { color: rgb(254,84,73); }
H1.HeaderClassName
{
color: #FE5449;
}
.AnyTagClassName
{
color: #FE5449;
}
</style>
background-color css
<style>
a { background-color: #FE5449; }
a { background-color: rgb(254,84,73); }
div.DivClassName
{
background-color: #FE5449;
}
.BgClassName
{
background-color: #FE5449;
}
</style>
border-color css
<style>
span { border-color: #FE5449; }
span { border-color: rgb(254,84,73); }
td.TdClassName
{
border-color: #FE5449;
}
.TagClassName
{
border-color: #FE5449;
}
</style>