Shades of Sunset Orange #FE5149
Tints of Sunset Orange #FE5149
RGB
CMYK
RGB Variations
Color information
#FE5149 (or 0xFE5149) is known color: Sunset Orange. HEX triplet: FE, 51 and 49. RGB value is (254,81,73). Sum of RGB (Red+Green+Blue) = 254+81+73=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5149 is #01AEB6. Grayscale: #848484. Windows color (decimal): -110263 or 4805118. OLE color: 4805118.
HSL color Cylindrical-coordinate representation of color #FE5149: hue angle of 2.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 #FE5149 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 73 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.00 |
| HSL | 2.65º | 0.99% | 0.64% | - |
| HSV(B) | 2.65º | 0.71% | 1% | - |
| XYZ | 45.02 | 27.44 | 9.23 | - |
| YUV | 131.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 73 | 0 | 0.68 | 0.71 | 0.00 | 2.65 | 0.99 | 0.64 |
| Hex | FE | 51 | 49 | 0 | 44 | 47 | 0 | 3 | 63 | 40 |
| Octal | 376 | 121 | 111 | 0 | 104 | 107 | 0 | 3 | 143 | 100 |
| Binary | 11111110 | 1010001 | 1001001 | 0 | 1000100 | 1000111 | 0 | 11 | 1100011 | 1000000 |
Color Harmonies of #FE5149
Complementary color
Monochromatic Colors of #FE5149
Black with #FE5149
Text Example
Text Example
White with #FE5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5149; }
p { color: rgb(254,81,73); }
H1.HeaderClassName
{
color: #FE5149;
}
.AnyTagClassName
{
color: #FE5149;
}
</style>
background-color css
<style>
a { background-color: #FE5149; }
a { background-color: rgb(254,81,73); }
div.DivClassName
{
background-color: #FE5149;
}
.BgClassName
{
background-color: #FE5149;
}
</style>
border-color css
<style>
span { border-color: #FE5149; }
span { border-color: rgb(254,81,73); }
td.TdClassName
{
border-color: #FE5149;
}
.TagClassName
{
border-color: #FE5149;
}
</style>