Shades of Sunset Orange #FE4D35
Tints of Sunset Orange #FE4D35
RGB
CMYK
RGB Variations
Color information
#FE4D35 (or 0xFE4D35) is known color: Sunset Orange. HEX triplet: FE, 4D and 35. RGB value is (254,77,53). Sum of RGB (Red+Green+Blue) = 254+77+53=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D35 is #01B2CA. Grayscale: #7F7F7F. Windows color (decimal): -111307 or 3493374. OLE color: 3493374.
HSL color Cylindrical-coordinate representation of color #FE4D35: hue angle of 7.16º 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 #FE4D35 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 53 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.00 |
| HSL | 7.16º | 0.99% | 0.6% | - |
| HSV(B) | 7.16º | 0.79% | 1% | - |
| XYZ | 44.17 | 26.64 | 6.18 | - |
| YUV | 127.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 53 | 0 | 0.70 | 0.79 | 0.00 | 7.16 | 0.99 | 0.6 |
| Hex | FE | 4D | 35 | 0 | 46 | 4F | 0 | 7 | 63 | 3C |
| Octal | 376 | 115 | 65 | 0 | 106 | 117 | 0 | 7 | 143 | 74 |
| Binary | 11111110 | 1001101 | 110101 | 0 | 1000110 | 1001111 | 0 | 111 | 1100011 | 111100 |
Color Harmonies of #FE4D35
Complementary color
Monochromatic Colors of #FE4D35
Black with #FE4D35
Text Example
Text Example
White with #FE4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D35; }
p { color: rgb(254,77,53); }
H1.HeaderClassName
{
color: #FE4D35;
}
.AnyTagClassName
{
color: #FE4D35;
}
</style>
background-color css
<style>
a { background-color: #FE4D35; }
a { background-color: rgb(254,77,53); }
div.DivClassName
{
background-color: #FE4D35;
}
.BgClassName
{
background-color: #FE4D35;
}
</style>
border-color css
<style>
span { border-color: #FE4D35; }
span { border-color: rgb(254,77,53); }
td.TdClassName
{
border-color: #FE4D35;
}
.TagClassName
{
border-color: #FE4D35;
}
</style>