Shades of Sunset Orange #FE5035
Tints of Sunset Orange #FE5035
RGB
CMYK
RGB Variations
Color information
#FE5035 (or 0xFE5035) is known color: Sunset Orange. HEX triplet: FE, 50 and 35. RGB value is (254,80,53). Sum of RGB (Red+Green+Blue) = 254+80+53=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5035 is #01AFCA. Grayscale: #818181. Windows color (decimal): -110539 or 3494142. OLE color: 3494142.
HSL color Cylindrical-coordinate representation of color #FE5035: hue angle of 8.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE5035 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 53 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.00 |
| HSL | 8.06º | 0.99% | 0.6% | - |
| HSV(B) | 8.06º | 0.79% | 1% | - |
| XYZ | 44.38 | 27.07 | 6.25 | - |
| YUV | 128.95 | 85.15 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 53 | 0 | 0.69 | 0.79 | 0.00 | 8.06 | 0.99 | 0.6 |
| Hex | FE | 50 | 35 | 0 | 45 | 4F | 0 | 8 | 63 | 3C |
| Octal | 376 | 120 | 65 | 0 | 105 | 117 | 0 | 10 | 143 | 74 |
| Binary | 11111110 | 1010000 | 110101 | 0 | 1000101 | 1001111 | 0 | 1000 | 1100011 | 111100 |
Color Harmonies of #FE5035
Complementary color
Monochromatic Colors of #FE5035
Black with #FE5035
Text Example
Text Example
White with #FE5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5035; }
p { color: rgb(254,80,53); }
H1.HeaderClassName
{
color: #FE5035;
}
.AnyTagClassName
{
color: #FE5035;
}
</style>
background-color css
<style>
a { background-color: #FE5035; }
a { background-color: rgb(254,80,53); }
div.DivClassName
{
background-color: #FE5035;
}
.BgClassName
{
background-color: #FE5035;
}
</style>
border-color css
<style>
span { border-color: #FE5035; }
span { border-color: rgb(254,80,53); }
td.TdClassName
{
border-color: #FE5035;
}
.TagClassName
{
border-color: #FE5035;
}
</style>