Shades of Sunset Orange #FE5648
Tints of Sunset Orange #FE5648
RGB
CMYK
RGB Variations
Color information
#FE5648 (or 0xFE5648) is known color: Sunset Orange. HEX triplet: FE, 56 and 48. RGB value is (254,86,72). Sum of RGB (Red+Green+Blue) = 254+86+72=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5648 is #01A9B7. Grayscale: #868686. Windows color (decimal): -108984 or 4740862. OLE color: 4740862.
HSL color Cylindrical-coordinate representation of color #FE5648: hue angle of 4.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE5648 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 72 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.00 |
| HSL | 4.62º | 0.99% | 0.64% | - |
| HSV(B) | 4.62º | 0.72% | 1% | - |
| XYZ | 45.37 | 28.19 | 9.18 | - |
| YUV | 134.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 72 | 0 | 0.66 | 0.72 | 0.00 | 4.62 | 0.99 | 0.64 |
| Hex | FE | 56 | 48 | 0 | 42 | 48 | 0 | 5 | 63 | 40 |
| Octal | 376 | 126 | 110 | 0 | 102 | 110 | 0 | 5 | 143 | 100 |
| Binary | 11111110 | 1010110 | 1001000 | 0 | 1000010 | 1001000 | 0 | 101 | 1100011 | 1000000 |
Color Harmonies of #FE5648
Complementary color
Monochromatic Colors of #FE5648
Black with #FE5648
Text Example
Text Example
White with #FE5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5648; }
p { color: rgb(254,86,72); }
H1.HeaderClassName
{
color: #FE5648;
}
.AnyTagClassName
{
color: #FE5648;
}
</style>
background-color css
<style>
a { background-color: #FE5648; }
a { background-color: rgb(254,86,72); }
div.DivClassName
{
background-color: #FE5648;
}
.BgClassName
{
background-color: #FE5648;
}
</style>
border-color css
<style>
span { border-color: #FE5648; }
span { border-color: rgb(254,86,72); }
td.TdClassName
{
border-color: #FE5648;
}
.TagClassName
{
border-color: #FE5648;
}
</style>