Shades of Sunset Orange #FE5341
Tints of Sunset Orange #FE5341
RGB
CMYK
RGB Variations
Color information
#FE5341 (or 0xFE5341) is known color: Sunset Orange. HEX triplet: FE, 53 and 41. RGB value is (254,83,65). Sum of RGB (Red+Green+Blue) = 254+83+65=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5341 is #01ACBE. Grayscale: #848484. Windows color (decimal): -109759 or 4281342. OLE color: 4281342.
HSL color Cylindrical-coordinate representation of color #FE5341: hue angle of 5.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE5341 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 65 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.00 |
| HSL | 5.71º | 0.99% | 0.63% | - |
| HSV(B) | 5.71º | 0.74% | 1% | - |
| XYZ | 44.92 | 27.64 | 7.97 | - |
| YUV | 132.08 | 90.15 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 65 | 0 | 0.67 | 0.74 | 0.00 | 5.71 | 0.99 | 0.63 |
| Hex | FE | 53 | 41 | 0 | 43 | 4A | 0 | 6 | 63 | 3F |
| Octal | 376 | 123 | 101 | 0 | 103 | 112 | 0 | 6 | 143 | 77 |
| Binary | 11111110 | 1010011 | 1000001 | 0 | 1000011 | 1001010 | 0 | 110 | 1100011 | 111111 |
Color Harmonies of #FE5341
Complementary color
Monochromatic Colors of #FE5341
Black with #FE5341
Text Example
Text Example
White with #FE5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5341; }
p { color: rgb(254,83,65); }
H1.HeaderClassName
{
color: #FE5341;
}
.AnyTagClassName
{
color: #FE5341;
}
</style>
background-color css
<style>
a { background-color: #FE5341; }
a { background-color: rgb(254,83,65); }
div.DivClassName
{
background-color: #FE5341;
}
.BgClassName
{
background-color: #FE5341;
}
</style>
border-color css
<style>
span { border-color: #FE5341; }
span { border-color: rgb(254,83,65); }
td.TdClassName
{
border-color: #FE5341;
}
.TagClassName
{
border-color: #FE5341;
}
</style>