Shades of Orange Red #FF3A0E
Tints of Orange Red #FF3A0E
RGB
CMYK
RGB Variations
Color information
#FF3A0E (or 0xFF3A0E) is known color: Orange Red. HEX triplet: FF, 3A and 0E. RGB value is (255,58,14). Sum of RGB (Red+Green+Blue) = 255+58+14=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A0E is #00C5F1. Grayscale: #707070. Windows color (decimal): -50674 or 932607. OLE color: 932607.
HSL color Cylindrical-coordinate representation of color #FF3A0E: hue angle of 10.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF3A0E is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 14 | - |
| CMYK | 0 | 0.77 | 0.95 | 0 |
| HSL | 10.95º | 1% | 0.53% | - |
| HSV(B) | 10.95º | 0.95% | 1% | - |
| XYZ | 42.83 | 24.32 | 2.85 | - |
| YUV | 111.89 | 72.77 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 14 | 0 | 0.77 | 0.95 | 0 | 10.95 | 1 | 0.53 |
| Hex | FF | 3A | E | 0 | 4D | 5F | 0 | B | 64 | 35 |
| Octal | 377 | 72 | 16 | 0 | 115 | 137 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111010 | 1110 | 0 | 1001101 | 1011111 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF3A0E
Complementary color
Monochromatic Colors of #FF3A0E
Black with #FF3A0E
Text Example
Text Example
White with #FF3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A0E; }
p { color: rgb(255,58,14); }
H1.HeaderClassName
{
color: #FF3A0E;
}
.AnyTagClassName
{
color: #FF3A0E;
}
</style>
background-color css
<style>
a { background-color: #FF3A0E; }
a { background-color: rgb(255,58,14); }
div.DivClassName
{
background-color: #FF3A0E;
}
.BgClassName
{
background-color: #FF3A0E;
}
</style>
border-color css
<style>
span { border-color: #FF3A0E; }
span { border-color: rgb(255,58,14); }
td.TdClassName
{
border-color: #FF3A0E;
}
.TagClassName
{
border-color: #FF3A0E;
}
</style>