Shades of Red Orange #FE4136
Tints of Red Orange #FE4136
RGB
CMYK
RGB Variations
Color information
#FE4136 (or 0xFE4136) is known color: Red Orange. HEX triplet: FE, 41 and 36. RGB value is (254,65,54). Sum of RGB (Red+Green+Blue) = 254+65+54=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4136 is #01BEC9. Grayscale: #787878. Windows color (decimal): -114378 or 3555838. OLE color: 3555838.
HSL color Cylindrical-coordinate representation of color #FE4136: hue angle of 3.3º 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 #FE4136 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 54 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.00 |
| HSL | 3.3º | 0.99% | 0.6% | - |
| HSV(B) | 3.3º | 0.79% | 1% | - |
| XYZ | 43.43 | 25.12 | 6.05 | - |
| YUV | 120.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 54 | 0 | 0.74 | 0.79 | 0.00 | 3.3 | 0.99 | 0.6 |
| Hex | FE | 41 | 36 | 0 | 4A | 4F | 0 | 3 | 63 | 3C |
| Octal | 376 | 101 | 66 | 0 | 112 | 117 | 0 | 3 | 143 | 74 |
| Binary | 11111110 | 1000001 | 110110 | 0 | 1001010 | 1001111 | 0 | 11 | 1100011 | 111100 |
Color Harmonies of #FE4136
Complementary color
Monochromatic Colors of #FE4136
Black with #FE4136
Text Example
Text Example
White with #FE4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4136; }
p { color: rgb(254,65,54); }
H1.HeaderClassName
{
color: #FE4136;
}
.AnyTagClassName
{
color: #FE4136;
}
</style>
background-color css
<style>
a { background-color: #FE4136; }
a { background-color: rgb(254,65,54); }
div.DivClassName
{
background-color: #FE4136;
}
.BgClassName
{
background-color: #FE4136;
}
</style>
border-color css
<style>
span { border-color: #FE4136; }
span { border-color: rgb(254,65,54); }
td.TdClassName
{
border-color: #FE4136;
}
.TagClassName
{
border-color: #FE4136;
}
</style>