Shades of Orange Red #FF3A00
Tints of Orange Red #FF3A00
RGB
CMYK
RGB Variations
Color information
#FF3A00 (or 0xFF3A00) is known color: Orange Red. HEX triplet: FF, 3A and 00. RGB value is (255,58,0). Sum of RGB (Red+Green+Blue) = 255+58+0=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A00 is #00C5FF. Grayscale: #6E6E6E. Windows color (decimal): -50688 or 15103. OLE color: 15103.
HSL color Cylindrical-coordinate representation of color #FF3A00: hue angle of 13.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 58 | 0 | - |
CMYK | 0 | 0.77 | 1 | 0 |
HSL | 13.65º | 1% | 0.5% | - |
HSV(B) | 13.65º | 1% | 1% | - |
XYZ | 42.75 | 24.29 | 2.43 | - |
YUV | 110.29 | 65.77 | 231.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 58 | 0 | 0 | 0.77 | 1 | 0 | 13.65 | 1 | 0.5 |
Hex | FF | 3A | 0 | 0 | 4D | 64 | 0 | E | 64 | 32 |
Octal | 377 | 72 | 0 | 0 | 115 | 144 | 0 | 16 | 144 | 62 |
Binary | 11111111 | 111010 | 0 | 0 | 1001101 | 1100100 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FF3A00
Complementary color
Monochromatic Colors of #FF3A00
Black with #FF3A00
Text Example
Text Example
White with #FF3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A00; }
p { color: rgb(255,58,0); }
H1.HeaderClassName
{
color: #FF3A00;
}
.AnyTagClassName
{
color: #FF3A00;
}
</style>
background-color css
<style>
a { background-color: #FF3A00; }
a { background-color: rgb(255,58,0); }
div.DivClassName
{
background-color: #FF3A00;
}
.BgClassName
{
background-color: #FF3A00;
}
</style>
border-color css
<style>
span { border-color: #FF3A00; }
span { border-color: rgb(255,58,0); }
td.TdClassName
{
border-color: #FF3A00;
}
.TagClassName
{
border-color: #FF3A00;
}
</style>