Shades of Red Orange #FF3A1E
Tints of Red Orange #FF3A1E
RGB
CMYK
RGB Variations
Color information
#FF3A1E (or 0xFF3A1E) is known color: Red Orange. HEX triplet: FF, 3A and 1E. RGB value is (255,58,30). Sum of RGB (Red+Green+Blue) = 255+58+30=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A1E is #00C5E1. Grayscale: #727272. Windows color (decimal): -50658 or 1981183. OLE color: 1981183.
HSL color Cylindrical-coordinate representation of color #FF3A1E: hue angle of 7.47º 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 #FF3A1E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0 |
| HSL | 7.47º | 1% | 0.56% | - |
| HSV(B) | 7.47º | 0.88% | 1% | - |
| XYZ | 42.99 | 24.38 | 3.67 | - |
| YUV | 113.71 | 80.77 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 30 | 0 | 0.77 | 0.88 | 0 | 7.47 | 1 | 0.56 |
| Hex | FF | 3A | 1E | 0 | 4D | 58 | 0 | 7 | 64 | 38 |
| Octal | 377 | 72 | 36 | 0 | 115 | 130 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111010 | 11110 | 0 | 1001101 | 1011000 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF3A1E
Complementary color
Monochromatic Colors of #FF3A1E
Black with #FF3A1E
Text Example
Text Example
White with #FF3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A1E; }
p { color: rgb(255,58,30); }
H1.HeaderClassName
{
color: #FF3A1E;
}
.AnyTagClassName
{
color: #FF3A1E;
}
</style>
background-color css
<style>
a { background-color: #FF3A1E; }
a { background-color: rgb(255,58,30); }
div.DivClassName
{
background-color: #FF3A1E;
}
.BgClassName
{
background-color: #FF3A1E;
}
</style>
border-color css
<style>
span { border-color: #FF3A1E; }
span { border-color: rgb(255,58,30); }
td.TdClassName
{
border-color: #FF3A1E;
}
.TagClassName
{
border-color: #FF3A1E;
}
</style>