Shades of Red Orange #FF4E1F
Tints of Red Orange #FF4E1F
RGB
CMYK
RGB Variations
Color information
#FF4E1F (or 0xFF4E1F) is known color: Red Orange. HEX triplet: FF, 4E and 1F. RGB value is (255,78,31). Sum of RGB (Red+Green+Blue) = 255+78+31=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E1F is #00B1E0. Grayscale: #7D7D7D. Windows color (decimal): -45537 or 2051839. OLE color: 2051839.
HSL color Cylindrical-coordinate representation of color #FF4E1F: hue angle of 12.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF4E1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 31 | - |
| CMYK | 0 | 0.69 | 0.88 | 0 |
| HSL | 12.59º | 1% | 0.56% | - |
| HSV(B) | 12.59º | 0.88% | 1% | - |
| XYZ | 44.21 | 26.81 | 4.14 | - |
| YUV | 125.57 | 74.64 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 31 | 0 | 0.69 | 0.88 | 0 | 12.59 | 1 | 0.56 |
| Hex | FF | 4E | 1F | 0 | 45 | 58 | 0 | D | 64 | 38 |
| Octal | 377 | 116 | 37 | 0 | 105 | 130 | 0 | 15 | 144 | 70 |
| Binary | 11111111 | 1001110 | 11111 | 0 | 1000101 | 1011000 | 0 | 1101 | 1100100 | 111000 |
Color Harmonies of #FF4E1F
Complementary color
Monochromatic Colors of #FF4E1F
Black with #FF4E1F
Text Example
Text Example
White with #FF4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E1F; }
p { color: rgb(255,78,31); }
H1.HeaderClassName
{
color: #FF4E1F;
}
.AnyTagClassName
{
color: #FF4E1F;
}
</style>
background-color css
<style>
a { background-color: #FF4E1F; }
a { background-color: rgb(255,78,31); }
div.DivClassName
{
background-color: #FF4E1F;
}
.BgClassName
{
background-color: #FF4E1F;
}
</style>
border-color css
<style>
span { border-color: #FF4E1F; }
span { border-color: rgb(255,78,31); }
td.TdClassName
{
border-color: #FF4E1F;
}
.TagClassName
{
border-color: #FF4E1F;
}
</style>