Shades of Sunset Orange #FE5034
Tints of Sunset Orange #FE5034
RGB
CMYK
RGB Variations
Color information
#FE5034 (or 0xFE5034) is known color: Sunset Orange. HEX triplet: FE, 50 and 34. RGB value is (254,80,52). Sum of RGB (Red+Green+Blue) = 254+80+52=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5034 is #01AFCB. Grayscale: #818181. Windows color (decimal): -110540 or 3428606. OLE color: 3428606.
HSL color Cylindrical-coordinate representation of color #FE5034: hue angle of 8.32º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE5034 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 52 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.00 |
| HSL | 8.32º | 0.99% | 0.6% | - |
| HSV(B) | 8.32º | 0.8% | 1% | - |
| XYZ | 44.36 | 27.06 | 6.13 | - |
| YUV | 128.83 | 84.65 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 52 | 0 | 0.69 | 0.80 | 0.00 | 8.32 | 0.99 | 0.6 |
| Hex | FE | 50 | 34 | 0 | 45 | 50 | 0 | 8 | 63 | 3C |
| Octal | 376 | 120 | 64 | 0 | 105 | 120 | 0 | 10 | 143 | 74 |
| Binary | 11111110 | 1010000 | 110100 | 0 | 1000101 | 1010000 | 0 | 1000 | 1100011 | 111100 |
Color Harmonies of #FE5034
Complementary color
Monochromatic Colors of #FE5034
Black with #FE5034
Text Example
Text Example
White with #FE5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5034; }
p { color: rgb(254,80,52); }
H1.HeaderClassName
{
color: #FE5034;
}
.AnyTagClassName
{
color: #FE5034;
}
</style>
background-color css
<style>
a { background-color: #FE5034; }
a { background-color: rgb(254,80,52); }
div.DivClassName
{
background-color: #FE5034;
}
.BgClassName
{
background-color: #FE5034;
}
</style>
border-color css
<style>
span { border-color: #FE5034; }
span { border-color: rgb(254,80,52); }
td.TdClassName
{
border-color: #FE5034;
}
.TagClassName
{
border-color: #FE5034;
}
</style>