Shades of Sunset Orange #FE503C
Tints of Sunset Orange #FE503C
RGB
CMYK
RGB Variations
Color information
#FE503C (or 0xFE503C) is known color: Sunset Orange. HEX triplet: FE, 50 and 3C. RGB value is (254,80,60). Sum of RGB (Red+Green+Blue) = 254+80+60=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE503C is #01AFC3. Grayscale: #828282. Windows color (decimal): -110532 or 3952894. OLE color: 3952894.
HSL color Cylindrical-coordinate representation of color #FE503C: hue angle of 6.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE503C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 60 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.00 |
| HSL | 6.19º | 0.99% | 0.62% | - |
| HSV(B) | 6.19º | 0.76% | 1% | - |
| XYZ | 44.56 | 27.13 | 7.16 | - |
| YUV | 129.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 60 | 0 | 0.69 | 0.76 | 0.00 | 6.19 | 0.99 | 0.62 |
| Hex | FE | 50 | 3C | 0 | 45 | 4C | 0 | 6 | 63 | 3E |
| Octal | 376 | 120 | 74 | 0 | 105 | 114 | 0 | 6 | 143 | 76 |
| Binary | 11111110 | 1010000 | 111100 | 0 | 1000101 | 1001100 | 0 | 110 | 1100011 | 111110 |
Color Harmonies of #FE503C
Complementary color
Monochromatic Colors of #FE503C
Black with #FE503C
Text Example
Text Example
White with #FE503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE503C; }
p { color: rgb(254,80,60); }
H1.HeaderClassName
{
color: #FE503C;
}
.AnyTagClassName
{
color: #FE503C;
}
</style>
background-color css
<style>
a { background-color: #FE503C; }
a { background-color: rgb(254,80,60); }
div.DivClassName
{
background-color: #FE503C;
}
.BgClassName
{
background-color: #FE503C;
}
</style>
border-color css
<style>
span { border-color: #FE503C; }
span { border-color: rgb(254,80,60); }
td.TdClassName
{
border-color: #FE503C;
}
.TagClassName
{
border-color: #FE503C;
}
</style>