Shades of Sunset Orange #FE4A36
Tints of Sunset Orange #FE4A36
RGB
CMYK
RGB Variations
Color information
#FE4A36 (or 0xFE4A36) is known color: Sunset Orange. HEX triplet: FE, 4A and 36. RGB value is (254,74,54). Sum of RGB (Red+Green+Blue) = 254+74+54=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A36 is #01B5C9. Grayscale: #7D7D7D. Windows color (decimal): -112074 or 3558142. OLE color: 3558142.
HSL color Cylindrical-coordinate representation of color #FE4A36: hue angle of 6º 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 #FE4A36 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 54 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.00 |
| HSL | 6º | 0.99% | 0.6% | - |
| HSV(B) | 6º | 0.79% | 1% | - |
| XYZ | 43.99 | 26.23 | 6.24 | - |
| YUV | 125.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 54 | 0 | 0.71 | 0.79 | 0.00 | 6 | 0.99 | 0.6 |
| Hex | FE | 4A | 36 | 0 | 47 | 4F | 0 | 6 | 63 | 3C |
| Octal | 376 | 112 | 66 | 0 | 107 | 117 | 0 | 6 | 143 | 74 |
| Binary | 11111110 | 1001010 | 110110 | 0 | 1000111 | 1001111 | 0 | 110 | 1100011 | 111100 |
Color Harmonies of #FE4A36
Complementary color
Monochromatic Colors of #FE4A36
Black with #FE4A36
Text Example
Text Example
White with #FE4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A36; }
p { color: rgb(254,74,54); }
H1.HeaderClassName
{
color: #FE4A36;
}
.AnyTagClassName
{
color: #FE4A36;
}
</style>
background-color css
<style>
a { background-color: #FE4A36; }
a { background-color: rgb(254,74,54); }
div.DivClassName
{
background-color: #FE4A36;
}
.BgClassName
{
background-color: #FE4A36;
}
</style>
border-color css
<style>
span { border-color: #FE4A36; }
span { border-color: rgb(254,74,54); }
td.TdClassName
{
border-color: #FE4A36;
}
.TagClassName
{
border-color: #FE4A36;
}
</style>