Shades of Orange Red #FF3B00
Tints of Orange Red #FF3B00
RGB
CMYK
RGB Variations
Color information
#FF3B00 (or 0xFF3B00) is known color: Orange Red. HEX triplet: FF, 3B and 00. RGB value is (255,59,0). Sum of RGB (Red+Green+Blue) = 255+59+0=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B00 is #00C4FF. Grayscale: #6F6F6F. Windows color (decimal): -50432 or 15359. OLE color: 15359.
HSL color Cylindrical-coordinate representation of color #FF3B00: hue angle of 13.88º 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 #FF3B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0 |
| HSL | 13.88º | 1% | 0.5% | - |
| HSV(B) | 13.88º | 1% | 1% | - |
| XYZ | 42.8 | 24.39 | 2.45 | - |
| YUV | 110.88 | 65.43 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 0 | 0 | 0.77 | 1 | 0 | 13.88 | 1 | 0.5 |
| Hex | FF | 3B | 0 | 0 | 4D | 64 | 0 | E | 64 | 32 |
| Octal | 377 | 73 | 0 | 0 | 115 | 144 | 0 | 16 | 144 | 62 |
| Binary | 11111111 | 111011 | 0 | 0 | 1001101 | 1100100 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FF3B00
Complementary color
Monochromatic Colors of #FF3B00
Black with #FF3B00
Text Example
Text Example
White with #FF3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B00; }
p { color: rgb(255,59,0); }
H1.HeaderClassName
{
color: #FF3B00;
}
.AnyTagClassName
{
color: #FF3B00;
}
</style>
background-color css
<style>
a { background-color: #FF3B00; }
a { background-color: rgb(255,59,0); }
div.DivClassName
{
background-color: #FF3B00;
}
.BgClassName
{
background-color: #FF3B00;
}
</style>
border-color css
<style>
span { border-color: #FF3B00; }
span { border-color: rgb(255,59,0); }
td.TdClassName
{
border-color: #FF3B00;
}
.TagClassName
{
border-color: #FF3B00;
}
</style>