Shades of Red Orange #FE4F2E
Tints of Red Orange #FE4F2E
RGB
CMYK
RGB Variations
Color information
#FE4F2E (or 0xFE4F2E) is known color: Red Orange. HEX triplet: FE, 4F and 2E. RGB value is (254,79,46). Sum of RGB (Red+Green+Blue) = 254+79+46=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4F2E is #01B0D1. Grayscale: #7F7F7F. Windows color (decimal): -110802 or 3035134. OLE color: 3035134.
HSL color Cylindrical-coordinate representation of color #FE4F2E: hue angle of 9.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE4F2E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 46 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.00 |
| HSL | 9.52º | 0.99% | 0.59% | - |
| HSV(B) | 9.52º | 0.82% | 1% | - |
| XYZ | 44.16 | 26.86 | 5.44 | - |
| YUV | 127.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 46 | 0 | 0.69 | 0.82 | 0.00 | 9.52 | 0.99 | 0.59 |
| Hex | FE | 4F | 2E | 0 | 45 | 52 | 0 | A | 63 | 3B |
| Octal | 376 | 117 | 56 | 0 | 105 | 122 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1001111 | 101110 | 0 | 1000101 | 1010010 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE4F2E
Complementary color
Monochromatic Colors of #FE4F2E
Black with #FE4F2E
Text Example
Text Example
White with #FE4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F2E; }
p { color: rgb(254,79,46); }
H1.HeaderClassName
{
color: #FE4F2E;
}
.AnyTagClassName
{
color: #FE4F2E;
}
</style>
background-color css
<style>
a { background-color: #FE4F2E; }
a { background-color: rgb(254,79,46); }
div.DivClassName
{
background-color: #FE4F2E;
}
.BgClassName
{
background-color: #FE4F2E;
}
</style>
border-color css
<style>
span { border-color: #FE4F2E; }
span { border-color: rgb(254,79,46); }
td.TdClassName
{
border-color: #FE4F2E;
}
.TagClassName
{
border-color: #FE4F2E;
}
</style>