Shades of Orange Red #FB390B
Tints of Orange Red #FB390B
RGB
CMYK
RGB Variations
Color information
#FB390B (or 0xFB390B) is known color: Orange Red. HEX triplet: FB, 39 and 0B. RGB value is (251,57,11). Sum of RGB (Red+Green+Blue) = 251+57+11=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB390B is #04C6F4. Grayscale: #6E6E6E. Windows color (decimal): -313077 or 735739. OLE color: 735739.
HSL color Cylindrical-coordinate representation of color #FB390B: hue angle of 11.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB390B is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 11 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.02 |
| HSL | 11.5º | 0.97% | 0.51% | - |
| HSV(B) | 11.5º | 0.96% | 0.98% | - |
| XYZ | 41.31 | 23.46 | 2.67 | - |
| YUV | 109.76 | 72.27 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 11 | 0 | 0.77 | 0.96 | 0.02 | 11.5 | 0.97 | 0.51 |
| Hex | FB | 39 | B | 0 | 4D | 60 | 2 | C | 61 | 33 |
| Octal | 373 | 71 | 13 | 0 | 115 | 140 | 2 | 14 | 141 | 63 |
| Binary | 11111011 | 111001 | 1011 | 0 | 1001101 | 1100000 | 10 | 1100 | 1100001 | 110011 |
Color Harmonies of #FB390B
Complementary color
Monochromatic Colors of #FB390B
Black with #FB390B
Text Example
Text Example
White with #FB390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB390B; }
p { color: rgb(251,57,11); }
H1.HeaderClassName
{
color: #FB390B;
}
.AnyTagClassName
{
color: #FB390B;
}
</style>
background-color css
<style>
a { background-color: #FB390B; }
a { background-color: rgb(251,57,11); }
div.DivClassName
{
background-color: #FB390B;
}
.BgClassName
{
background-color: #FB390B;
}
</style>
border-color css
<style>
span { border-color: #FB390B; }
span { border-color: rgb(251,57,11); }
td.TdClassName
{
border-color: #FB390B;
}
.TagClassName
{
border-color: #FB390B;
}
</style>