Shades of Orange Red #FB3B00
Tints of Orange Red #FB3B00
RGB
CMYK
RGB Variations
Color information
#FB3B00 (or 0xFB3B00) is known color: Orange Red. HEX triplet: FB, 3B and 00. RGB value is (251,59,0). Sum of RGB (Red+Green+Blue) = 251+59+0=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3B00 is #04C4FF. Grayscale: #6E6E6E. Windows color (decimal): -312576 or 15355. OLE color: 15355.
HSL color Cylindrical-coordinate representation of color #FB3B00: hue angle of 14.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.02 |
| HSL | 14.1º | 1% | 0.49% | - |
| HSV(B) | 14.1º | 1% | 0.98% | - |
| XYZ | 41.35 | 23.64 | 2.38 | - |
| YUV | 109.68 | 66.11 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 0 | 0 | 0.76 | 1 | 0.02 | 14.1 | 1 | 0.49 |
| Hex | FB | 3B | 0 | 0 | 4C | 64 | 2 | E | 64 | 31 |
| Octal | 373 | 73 | 0 | 0 | 114 | 144 | 2 | 16 | 144 | 61 |
| Binary | 11111011 | 111011 | 0 | 0 | 1001100 | 1100100 | 10 | 1110 | 1100100 | 110001 |
Color Harmonies of #FB3B00
Complementary color
Monochromatic Colors of #FB3B00
Black with #FB3B00
Text Example
Text Example
White with #FB3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3B00; }
p { color: rgb(251,59,0); }
H1.HeaderClassName
{
color: #FB3B00;
}
.AnyTagClassName
{
color: #FB3B00;
}
</style>
background-color css
<style>
a { background-color: #FB3B00; }
a { background-color: rgb(251,59,0); }
div.DivClassName
{
background-color: #FB3B00;
}
.BgClassName
{
background-color: #FB3B00;
}
</style>
border-color css
<style>
span { border-color: #FB3B00; }
span { border-color: rgb(251,59,0); }
td.TdClassName
{
border-color: #FB3B00;
}
.TagClassName
{
border-color: #FB3B00;
}
</style>