Shades of Sunset Orange #FE5340
Tints of Sunset Orange #FE5340
RGB
CMYK
RGB Variations
Color information
#FE5340 (or 0xFE5340) is known color: Sunset Orange. HEX triplet: FE, 53 and 40. RGB value is (254,83,64). Sum of RGB (Red+Green+Blue) = 254+83+64=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5340 is #01ACBF. Grayscale: #848484. Windows color (decimal): -109760 or 4215806. OLE color: 4215806.
HSL color Cylindrical-coordinate representation of color #FE5340: hue angle of 6º 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 #FE5340 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 64 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.00 |
| HSL | 6º | 0.99% | 0.62% | - |
| HSV(B) | 6º | 0.75% | 1% | - |
| XYZ | 44.89 | 27.63 | 7.82 | - |
| YUV | 131.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 64 | 0 | 0.67 | 0.75 | 0.00 | 6 | 0.99 | 0.62 |
| Hex | FE | 53 | 40 | 0 | 43 | 4B | 0 | 6 | 63 | 3E |
| Octal | 376 | 123 | 100 | 0 | 103 | 113 | 0 | 6 | 143 | 76 |
| Binary | 11111110 | 1010011 | 1000000 | 0 | 1000011 | 1001011 | 0 | 110 | 1100011 | 111110 |
Color Harmonies of #FE5340
Complementary color
Monochromatic Colors of #FE5340
Black with #FE5340
Text Example
Text Example
White with #FE5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5340; }
p { color: rgb(254,83,64); }
H1.HeaderClassName
{
color: #FE5340;
}
.AnyTagClassName
{
color: #FE5340;
}
</style>
background-color css
<style>
a { background-color: #FE5340; }
a { background-color: rgb(254,83,64); }
div.DivClassName
{
background-color: #FE5340;
}
.BgClassName
{
background-color: #FE5340;
}
</style>
border-color css
<style>
span { border-color: #FE5340; }
span { border-color: rgb(254,83,64); }
td.TdClassName
{
border-color: #FE5340;
}
.TagClassName
{
border-color: #FE5340;
}
</style>