Shades of Orange Red #FF3B05
Tints of Orange Red #FF3B05
RGB
CMYK
RGB Variations
Color information
#FF3B05 (or 0xFF3B05) is known color: Orange Red. HEX triplet: FF, 3B and 05. RGB value is (255,59,5). Sum of RGB (Red+Green+Blue) = 255+59+5=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B05 is #00C4FA. Grayscale: #6F6F6F. Windows color (decimal): -50427 or 343039. OLE color: 343039.
HSL color Cylindrical-coordinate representation of color #FF3B05: hue angle of 12.96º 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 #FF3B05 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0 |
| HSL | 12.96º | 1% | 0.51% | - |
| HSV(B) | 12.96º | 0.98% | 1% | - |
| XYZ | 42.83 | 24.4 | 2.6 | - |
| YUV | 111.45 | 67.93 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 5 | 0 | 0.77 | 0.98 | 0 | 12.96 | 1 | 0.51 |
| Hex | FF | 3B | 5 | 0 | 4D | 62 | 0 | D | 64 | 33 |
| Octal | 377 | 73 | 5 | 0 | 115 | 142 | 0 | 15 | 144 | 63 |
| Binary | 11111111 | 111011 | 101 | 0 | 1001101 | 1100010 | 0 | 1101 | 1100100 | 110011 |
Color Harmonies of #FF3B05
Complementary color
Monochromatic Colors of #FF3B05
Black with #FF3B05
Text Example
Text Example
White with #FF3B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B05; }
p { color: rgb(255,59,5); }
H1.HeaderClassName
{
color: #FF3B05;
}
.AnyTagClassName
{
color: #FF3B05;
}
</style>
background-color css
<style>
a { background-color: #FF3B05; }
a { background-color: rgb(255,59,5); }
div.DivClassName
{
background-color: #FF3B05;
}
.BgClassName
{
background-color: #FF3B05;
}
</style>
border-color css
<style>
span { border-color: #FF3B05; }
span { border-color: rgb(255,59,5); }
td.TdClassName
{
border-color: #FF3B05;
}
.TagClassName
{
border-color: #FF3B05;
}
</style>