Shades of Red Orange #FE4127
Tints of Red Orange #FE4127
RGB
CMYK
RGB Variations
Color information
#FE4127 (or 0xFE4127) is known color: Red Orange. HEX triplet: FE, 41 and 27. RGB value is (254,65,39). Sum of RGB (Red+Green+Blue) = 254+65+39=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4127 is #01BED8. Grayscale: #767676. Windows color (decimal): -114393 or 2572798. OLE color: 2572798.
HSL color Cylindrical-coordinate representation of color #FE4127: hue angle of 7.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE4127 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 39 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.00 |
| HSL | 7.26º | 0.99% | 0.57% | - |
| HSV(B) | 7.26º | 0.85% | 1% | - |
| XYZ | 43.13 | 25 | 4.47 | - |
| YUV | 118.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 39 | 0 | 0.74 | 0.85 | 0.00 | 7.26 | 0.99 | 0.57 |
| Hex | FE | 41 | 27 | 0 | 4A | 55 | 0 | 7 | 63 | 39 |
| Octal | 376 | 101 | 47 | 0 | 112 | 125 | 0 | 7 | 143 | 71 |
| Binary | 11111110 | 1000001 | 100111 | 0 | 1001010 | 1010101 | 0 | 111 | 1100011 | 111001 |
Color Harmonies of #FE4127
Complementary color
Monochromatic Colors of #FE4127
Black with #FE4127
Text Example
Text Example
White with #FE4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4127; }
p { color: rgb(254,65,39); }
H1.HeaderClassName
{
color: #FE4127;
}
.AnyTagClassName
{
color: #FE4127;
}
</style>
background-color css
<style>
a { background-color: #FE4127; }
a { background-color: rgb(254,65,39); }
div.DivClassName
{
background-color: #FE4127;
}
.BgClassName
{
background-color: #FE4127;
}
</style>
border-color css
<style>
span { border-color: #FE4127; }
span { border-color: rgb(254,65,39); }
td.TdClassName
{
border-color: #FE4127;
}
.TagClassName
{
border-color: #FE4127;
}
</style>