Shades of Sunset Orange #FE4D45
Tints of Sunset Orange #FE4D45
RGB
CMYK
RGB Variations
Color information
#FE4D45 (or 0xFE4D45) is known color: Sunset Orange. HEX triplet: FE, 4D and 45. RGB value is (254,77,69). Sum of RGB (Red+Green+Blue) = 254+77+69=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D45 is #01B2BA. Grayscale: #818181. Windows color (decimal): -111291 or 4541950. OLE color: 4541950.
HSL color Cylindrical-coordinate representation of color #FE4D45: hue angle of 2.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4D45 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 69 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.00 |
| HSL | 2.59º | 0.99% | 0.63% | - |
| HSV(B) | 2.59º | 0.73% | 1% | - |
| XYZ | 44.6 | 26.81 | 8.45 | - |
| YUV | 129.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 69 | 0 | 0.70 | 0.73 | 0.00 | 2.59 | 0.99 | 0.63 |
| Hex | FE | 4D | 45 | 0 | 46 | 49 | 0 | 3 | 63 | 3F |
| Octal | 376 | 115 | 105 | 0 | 106 | 111 | 0 | 3 | 143 | 77 |
| Binary | 11111110 | 1001101 | 1000101 | 0 | 1000110 | 1001001 | 0 | 11 | 1100011 | 111111 |
Color Harmonies of #FE4D45
Complementary color
Monochromatic Colors of #FE4D45
Black with #FE4D45
Text Example
Text Example
White with #FE4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D45; }
p { color: rgb(254,77,69); }
H1.HeaderClassName
{
color: #FE4D45;
}
.AnyTagClassName
{
color: #FE4D45;
}
</style>
background-color css
<style>
a { background-color: #FE4D45; }
a { background-color: rgb(254,77,69); }
div.DivClassName
{
background-color: #FE4D45;
}
.BgClassName
{
background-color: #FE4D45;
}
</style>
border-color css
<style>
span { border-color: #FE4D45; }
span { border-color: rgb(254,77,69); }
td.TdClassName
{
border-color: #FE4D45;
}
.TagClassName
{
border-color: #FE4D45;
}
</style>