Shades of Sunset Orange #FE503A
Tints of Sunset Orange #FE503A
RGB
CMYK
RGB Variations
Color information
#FE503A (or 0xFE503A) is known color: Sunset Orange. HEX triplet: FE, 50 and 3A. RGB value is (254,80,58). Sum of RGB (Red+Green+Blue) = 254+80+58=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE503A is #01AFC5. Grayscale: #818181. Windows color (decimal): -110534 or 3821822. OLE color: 3821822.
HSL color Cylindrical-coordinate representation of color #FE503A: hue angle of 6.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE503A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 58 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.00 |
| HSL | 6.73º | 0.99% | 0.61% | - |
| HSV(B) | 6.73º | 0.77% | 1% | - |
| XYZ | 44.51 | 27.11 | 6.89 | - |
| YUV | 129.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 58 | 0 | 0.69 | 0.77 | 0.00 | 6.73 | 0.99 | 0.61 |
| Hex | FE | 50 | 3A | 0 | 45 | 4D | 0 | 7 | 63 | 3D |
| Octal | 376 | 120 | 72 | 0 | 105 | 115 | 0 | 7 | 143 | 75 |
| Binary | 11111110 | 1010000 | 111010 | 0 | 1000101 | 1001101 | 0 | 111 | 1100011 | 111101 |
Color Harmonies of #FE503A
Complementary color
Monochromatic Colors of #FE503A
Black with #FE503A
Text Example
Text Example
White with #FE503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE503A; }
p { color: rgb(254,80,58); }
H1.HeaderClassName
{
color: #FE503A;
}
.AnyTagClassName
{
color: #FE503A;
}
</style>
background-color css
<style>
a { background-color: #FE503A; }
a { background-color: rgb(254,80,58); }
div.DivClassName
{
background-color: #FE503A;
}
.BgClassName
{
background-color: #FE503A;
}
</style>
border-color css
<style>
span { border-color: #FE503A; }
span { border-color: rgb(254,80,58); }
td.TdClassName
{
border-color: #FE503A;
}
.TagClassName
{
border-color: #FE503A;
}
</style>