Shades of Red Orange #FE4128
Tints of Red Orange #FE4128
RGB
CMYK
RGB Variations
Color information
#FE4128 (or 0xFE4128) is known color: Red Orange. HEX triplet: FE, 41 and 28. RGB value is (254,65,40). Sum of RGB (Red+Green+Blue) = 254+65+40=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4128 is #01BED7. Grayscale: #767676. Windows color (decimal): -114392 or 2638334. OLE color: 2638334.
HSL color Cylindrical-coordinate representation of color #FE4128: hue angle of 7.01º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE4128 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.00 |
| HSL | 7.01º | 0.99% | 0.58% | - |
| HSV(B) | 7.01º | 0.84% | 1% | - |
| XYZ | 43.15 | 25 | 4.56 | - |
| YUV | 118.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 40 | 0 | 0.74 | 0.84 | 0.00 | 7.01 | 0.99 | 0.58 |
| Hex | FE | 41 | 28 | 0 | 4A | 54 | 0 | 7 | 63 | 3A |
| Octal | 376 | 101 | 50 | 0 | 112 | 124 | 0 | 7 | 143 | 72 |
| Binary | 11111110 | 1000001 | 101000 | 0 | 1001010 | 1010100 | 0 | 111 | 1100011 | 111010 |
Color Harmonies of #FE4128
Complementary color
Monochromatic Colors of #FE4128
Black with #FE4128
Text Example
Text Example
White with #FE4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4128; }
p { color: rgb(254,65,40); }
H1.HeaderClassName
{
color: #FE4128;
}
.AnyTagClassName
{
color: #FE4128;
}
</style>
background-color css
<style>
a { background-color: #FE4128; }
a { background-color: rgb(254,65,40); }
div.DivClassName
{
background-color: #FE4128;
}
.BgClassName
{
background-color: #FE4128;
}
</style>
border-color css
<style>
span { border-color: #FE4128; }
span { border-color: rgb(254,65,40); }
td.TdClassName
{
border-color: #FE4128;
}
.TagClassName
{
border-color: #FE4128;
}
</style>