Shades of Sunset Orange #FE493B
Tints of Sunset Orange #FE493B
RGB
CMYK
RGB Variations
Color information
#FE493B (or 0xFE493B) is known color: Sunset Orange. HEX triplet: FE, 49 and 3B. RGB value is (254,73,59). Sum of RGB (Red+Green+Blue) = 254+73+59=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE493B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE493B is #01B6C4. Grayscale: #7D7D7D. Windows color (decimal): -112325 or 3885566. OLE color: 3885566.
HSL color Cylindrical-coordinate representation of color #FE493B: hue angle of 4.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE493B is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 59 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.00 |
| HSL | 4.31º | 0.99% | 0.61% | - |
| HSV(B) | 4.31º | 0.77% | 1% | - |
| XYZ | 44.05 | 26.15 | 6.86 | - |
| YUV | 125.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 59 | 0 | 0.71 | 0.77 | 0.00 | 4.31 | 0.99 | 0.61 |
| Hex | FE | 49 | 3B | 0 | 47 | 4D | 0 | 4 | 63 | 3D |
| Octal | 376 | 111 | 73 | 0 | 107 | 115 | 0 | 4 | 143 | 75 |
| Binary | 11111110 | 1001001 | 111011 | 0 | 1000111 | 1001101 | 0 | 100 | 1100011 | 111101 |
Color Harmonies of #FE493B
Complementary color
Monochromatic Colors of #FE493B
Black with #FE493B
Text Example
Text Example
White with #FE493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE493B; }
p { color: rgb(254,73,59); }
H1.HeaderClassName
{
color: #FE493B;
}
.AnyTagClassName
{
color: #FE493B;
}
</style>
background-color css
<style>
a { background-color: #FE493B; }
a { background-color: rgb(254,73,59); }
div.DivClassName
{
background-color: #FE493B;
}
.BgClassName
{
background-color: #FE493B;
}
</style>
border-color css
<style>
span { border-color: #FE493B; }
span { border-color: rgb(254,73,59); }
td.TdClassName
{
border-color: #FE493B;
}
.TagClassName
{
border-color: #FE493B;
}
</style>