Shades of Orange Red #FB3A00
Tints of Orange Red #FB3A00
RGB
CMYK
RGB Variations
Color information
#FB3A00 (or 0xFB3A00) is known color: Orange Red. HEX triplet: FB, 3A and 00. RGB value is (251,58,0). Sum of RGB (Red+Green+Blue) = 251+58+0=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A00 is #04C5FF. Grayscale: #6D6D6D. Windows color (decimal): -312832 or 15099. OLE color: 15099.
HSL color Cylindrical-coordinate representation of color #FB3A00: hue angle of 13.86º 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 #FB3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.02 |
| HSL | 13.86º | 1% | 0.49% | - |
| HSV(B) | 13.86º | 1% | 0.98% | - |
| XYZ | 41.3 | 23.54 | 2.37 | - |
| YUV | 109.1 | 66.44 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 0 | 0 | 0.77 | 1 | 0.02 | 13.86 | 1 | 0.49 |
| Hex | FB | 3A | 0 | 0 | 4D | 64 | 2 | E | 64 | 31 |
| Octal | 373 | 72 | 0 | 0 | 115 | 144 | 2 | 16 | 144 | 61 |
| Binary | 11111011 | 111010 | 0 | 0 | 1001101 | 1100100 | 10 | 1110 | 1100100 | 110001 |
Color Harmonies of #FB3A00
Complementary color
Monochromatic Colors of #FB3A00
Black with #FB3A00
Text Example
Text Example
White with #FB3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A00; }
p { color: rgb(251,58,0); }
H1.HeaderClassName
{
color: #FB3A00;
}
.AnyTagClassName
{
color: #FB3A00;
}
</style>
background-color css
<style>
a { background-color: #FB3A00; }
a { background-color: rgb(251,58,0); }
div.DivClassName
{
background-color: #FB3A00;
}
.BgClassName
{
background-color: #FB3A00;
}
</style>
border-color css
<style>
span { border-color: #FB3A00; }
span { border-color: rgb(251,58,0); }
td.TdClassName
{
border-color: #FB3A00;
}
.TagClassName
{
border-color: #FB3A00;
}
</style>