Shades of Sunset Orange #FE4945
Tints of Sunset Orange #FE4945
RGB
CMYK
RGB Variations
Color information
#FE4945 (or 0xFE4945) is known color: Sunset Orange. HEX triplet: FE, 49 and 45. RGB value is (254,73,69). Sum of RGB (Red+Green+Blue) = 254+73+69=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4945 is #01B6BA. Grayscale: #7E7E7E. Windows color (decimal): -112315 or 4540926. OLE color: 4540926.
HSL color Cylindrical-coordinate representation of color #FE4945: hue angle of 1.3º 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 #FE4945 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 69 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.00 |
| HSL | 1.3º | 0.99% | 0.63% | - |
| HSV(B) | 1.3º | 0.73% | 1% | - |
| XYZ | 44.33 | 26.27 | 8.36 | - |
| YUV | 126.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 69 | 0 | 0.71 | 0.73 | 0.00 | 1.3 | 0.99 | 0.63 |
| Hex | FE | 49 | 45 | 0 | 47 | 49 | 0 | 1 | 63 | 3F |
| Octal | 376 | 111 | 105 | 0 | 107 | 111 | 0 | 1 | 143 | 77 |
| Binary | 11111110 | 1001001 | 1000101 | 0 | 1000111 | 1001001 | 0 | 1 | 1100011 | 111111 |
Color Harmonies of #FE4945
Complementary color
Monochromatic Colors of #FE4945
Black with #FE4945
Text Example
Text Example
White with #FE4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4945; }
p { color: rgb(254,73,69); }
H1.HeaderClassName
{
color: #FE4945;
}
.AnyTagClassName
{
color: #FE4945;
}
</style>
background-color css
<style>
a { background-color: #FE4945; }
a { background-color: rgb(254,73,69); }
div.DivClassName
{
background-color: #FE4945;
}
.BgClassName
{
background-color: #FE4945;
}
</style>
border-color css
<style>
span { border-color: #FE4945; }
span { border-color: rgb(254,73,69); }
td.TdClassName
{
border-color: #FE4945;
}
.TagClassName
{
border-color: #FE4945;
}
</style>