Shades of Sunset Orange #FE5241
Tints of Sunset Orange #FE5241
RGB
CMYK
RGB Variations
Color information
#FE5241 (or 0xFE5241) is known color: Sunset Orange. HEX triplet: FE, 52 and 41. RGB value is (254,82,65). Sum of RGB (Red+Green+Blue) = 254+82+65=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5241 is #01ADBE. Grayscale: #838383. Windows color (decimal): -110015 or 4281086. OLE color: 4281086.
HSL color Cylindrical-coordinate representation of color #FE5241: hue angle of 5.4º 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 #FE5241 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 65 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.00 |
| HSL | 5.4º | 0.99% | 0.63% | - |
| HSV(B) | 5.4º | 0.74% | 1% | - |
| XYZ | 44.84 | 27.49 | 7.94 | - |
| YUV | 131.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 65 | 0 | 0.68 | 0.74 | 0.00 | 5.4 | 0.99 | 0.63 |
| Hex | FE | 52 | 41 | 0 | 44 | 4A | 0 | 5 | 63 | 3F |
| Octal | 376 | 122 | 101 | 0 | 104 | 112 | 0 | 5 | 143 | 77 |
| Binary | 11111110 | 1010010 | 1000001 | 0 | 1000100 | 1001010 | 0 | 101 | 1100011 | 111111 |
Color Harmonies of #FE5241
Complementary color
Monochromatic Colors of #FE5241
Black with #FE5241
Text Example
Text Example
White with #FE5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5241; }
p { color: rgb(254,82,65); }
H1.HeaderClassName
{
color: #FE5241;
}
.AnyTagClassName
{
color: #FE5241;
}
</style>
background-color css
<style>
a { background-color: #FE5241; }
a { background-color: rgb(254,82,65); }
div.DivClassName
{
background-color: #FE5241;
}
.BgClassName
{
background-color: #FE5241;
}
</style>
border-color css
<style>
span { border-color: #FE5241; }
span { border-color: rgb(254,82,65); }
td.TdClassName
{
border-color: #FE5241;
}
.TagClassName
{
border-color: #FE5241;
}
</style>