Shades of Orange Red #FF3A05
Tints of Orange Red #FF3A05
RGB
CMYK
RGB Variations
Color information
#FF3A05 (or 0xFF3A05) is known color: Orange Red. HEX triplet: FF, 3A and 05. RGB value is (255,58,5). Sum of RGB (Red+Green+Blue) = 255+58+5=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A05 is #00C5FA. Grayscale: #6F6F6F. Windows color (decimal): -50683 or 342783. OLE color: 342783.
HSL color Cylindrical-coordinate representation of color #FF3A05: hue angle of 12.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3A05 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0 |
| HSL | 12.72º | 1% | 0.51% | - |
| HSV(B) | 12.72º | 0.98% | 1% | - |
| XYZ | 42.78 | 24.3 | 2.58 | - |
| YUV | 110.86 | 68.27 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 5 | 0 | 0.77 | 0.98 | 0 | 12.72 | 1 | 0.51 |
| Hex | FF | 3A | 5 | 0 | 4D | 62 | 0 | D | 64 | 33 |
| Octal | 377 | 72 | 5 | 0 | 115 | 142 | 0 | 15 | 144 | 63 |
| Binary | 11111111 | 111010 | 101 | 0 | 1001101 | 1100010 | 0 | 1101 | 1100100 | 110011 |
Color Harmonies of #FF3A05
Complementary color
Monochromatic Colors of #FF3A05
Black with #FF3A05
Text Example
Text Example
White with #FF3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A05; }
p { color: rgb(255,58,5); }
H1.HeaderClassName
{
color: #FF3A05;
}
.AnyTagClassName
{
color: #FF3A05;
}
</style>
background-color css
<style>
a { background-color: #FF3A05; }
a { background-color: rgb(255,58,5); }
div.DivClassName
{
background-color: #FF3A05;
}
.BgClassName
{
background-color: #FF3A05;
}
</style>
border-color css
<style>
span { border-color: #FF3A05; }
span { border-color: rgb(255,58,5); }
td.TdClassName
{
border-color: #FF3A05;
}
.TagClassName
{
border-color: #FF3A05;
}
</style>