Shades of Sunset Orange #FE483E
Tints of Sunset Orange #FE483E
RGB
CMYK
RGB Variations
Color information
#FE483E (or 0xFE483E) is known color: Sunset Orange. HEX triplet: FE, 48 and 3E. RGB value is (254,72,62). Sum of RGB (Red+Green+Blue) = 254+72+62=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE483E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE483E is #01B7C1. Grayscale: #7D7D7D. Windows color (decimal): -112578 or 4081918. OLE color: 4081918.
HSL color Cylindrical-coordinate representation of color #FE483E: hue angle of 3.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE483E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 62 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.00 |
| HSL | 3.13º | 0.99% | 0.62% | - |
| HSV(B) | 3.13º | 0.76% | 1% | - |
| XYZ | 44.06 | 26.05 | 7.26 | - |
| YUV | 125.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 62 | 0 | 0.72 | 0.76 | 0.00 | 3.13 | 0.99 | 0.62 |
| Hex | FE | 48 | 3E | 0 | 48 | 4C | 0 | 3 | 63 | 3E |
| Octal | 376 | 110 | 76 | 0 | 110 | 114 | 0 | 3 | 143 | 76 |
| Binary | 11111110 | 1001000 | 111110 | 0 | 1001000 | 1001100 | 0 | 11 | 1100011 | 111110 |
Color Harmonies of #FE483E
Complementary color
Monochromatic Colors of #FE483E
Black with #FE483E
Text Example
Text Example
White with #FE483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE483E; }
p { color: rgb(254,72,62); }
H1.HeaderClassName
{
color: #FE483E;
}
.AnyTagClassName
{
color: #FE483E;
}
</style>
background-color css
<style>
a { background-color: #FE483E; }
a { background-color: rgb(254,72,62); }
div.DivClassName
{
background-color: #FE483E;
}
.BgClassName
{
background-color: #FE483E;
}
</style>
border-color css
<style>
span { border-color: #FE483E; }
span { border-color: rgb(254,72,62); }
td.TdClassName
{
border-color: #FE483E;
}
.TagClassName
{
border-color: #FE483E;
}
</style>