Shades of Sunset Orange #FE4E40
Tints of Sunset Orange #FE4E40
RGB
CMYK
RGB Variations
Color information
#FE4E40 (or 0xFE4E40) is known color: Sunset Orange. HEX triplet: FE, 4E and 40. RGB value is (254,78,64). Sum of RGB (Red+Green+Blue) = 254+78+64=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4E40 is #01B1BF. Grayscale: #818181. Windows color (decimal): -111040 or 4214526. OLE color: 4214526.
HSL color Cylindrical-coordinate representation of color #FE4E40: hue angle of 4.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4E40 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 64 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.00 |
| HSL | 4.42º | 0.99% | 0.62% | - |
| HSV(B) | 4.42º | 0.75% | 1% | - |
| XYZ | 44.52 | 26.89 | 7.69 | - |
| YUV | 129.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 64 | 0 | 0.69 | 0.75 | 0.00 | 4.42 | 0.99 | 0.62 |
| Hex | FE | 4E | 40 | 0 | 45 | 4B | 0 | 4 | 63 | 3E |
| Octal | 376 | 116 | 100 | 0 | 105 | 113 | 0 | 4 | 143 | 76 |
| Binary | 11111110 | 1001110 | 1000000 | 0 | 1000101 | 1001011 | 0 | 100 | 1100011 | 111110 |
Color Harmonies of #FE4E40
Complementary color
Monochromatic Colors of #FE4E40
Black with #FE4E40
Text Example
Text Example
White with #FE4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E40; }
p { color: rgb(254,78,64); }
H1.HeaderClassName
{
color: #FE4E40;
}
.AnyTagClassName
{
color: #FE4E40;
}
</style>
background-color css
<style>
a { background-color: #FE4E40; }
a { background-color: rgb(254,78,64); }
div.DivClassName
{
background-color: #FE4E40;
}
.BgClassName
{
background-color: #FE4E40;
}
</style>
border-color css
<style>
span { border-color: #FE4E40; }
span { border-color: rgb(254,78,64); }
td.TdClassName
{
border-color: #FE4E40;
}
.TagClassName
{
border-color: #FE4E40;
}
</style>