Shades of Sunset Orange #FE4C3A
Tints of Sunset Orange #FE4C3A
RGB
CMYK
RGB Variations
Color information
#FE4C3A (or 0xFE4C3A) is known color: Sunset Orange. HEX triplet: FE, 4C and 3A. RGB value is (254,76,58). Sum of RGB (Red+Green+Blue) = 254+76+58=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C3A is #01B3C5. Grayscale: #7F7F7F. Windows color (decimal): -111558 or 3820798. OLE color: 3820798.
HSL color Cylindrical-coordinate representation of color #FE4C3A: hue angle of 5.51º 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 #FE4C3A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 58 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.00 |
| HSL | 5.51º | 0.99% | 0.61% | - |
| HSV(B) | 5.51º | 0.77% | 1% | - |
| XYZ | 44.22 | 26.55 | 6.8 | - |
| YUV | 127.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 58 | 0 | 0.70 | 0.77 | 0.00 | 5.51 | 0.99 | 0.61 |
| Hex | FE | 4C | 3A | 0 | 46 | 4D | 0 | 6 | 63 | 3D |
| Octal | 376 | 114 | 72 | 0 | 106 | 115 | 0 | 6 | 143 | 75 |
| Binary | 11111110 | 1001100 | 111010 | 0 | 1000110 | 1001101 | 0 | 110 | 1100011 | 111101 |
Color Harmonies of #FE4C3A
Complementary color
Monochromatic Colors of #FE4C3A
Black with #FE4C3A
Text Example
Text Example
White with #FE4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C3A; }
p { color: rgb(254,76,58); }
H1.HeaderClassName
{
color: #FE4C3A;
}
.AnyTagClassName
{
color: #FE4C3A;
}
</style>
background-color css
<style>
a { background-color: #FE4C3A; }
a { background-color: rgb(254,76,58); }
div.DivClassName
{
background-color: #FE4C3A;
}
.BgClassName
{
background-color: #FE4C3A;
}
</style>
border-color css
<style>
span { border-color: #FE4C3A; }
span { border-color: rgb(254,76,58); }
td.TdClassName
{
border-color: #FE4C3A;
}
.TagClassName
{
border-color: #FE4C3A;
}
</style>