Shades of Red Orange #FB3A31
Tints of Red Orange #FB3A31
RGB
CMYK
RGB Variations
Color information
#FB3A31 (or 0xFB3A31) is known color: Red Orange. HEX triplet: FB, 3A and 31. RGB value is (251,58,49). Sum of RGB (Red+Green+Blue) = 251+58+49=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A31 is #04C5CE. Grayscale: #727272. Windows color (decimal): -312783 or 3226363. OLE color: 3226363.
HSL color Cylindrical-coordinate representation of color #FB3A31: hue angle of 2.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3A31 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 49 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.02 |
| HSL | 2.67º | 0.96% | 0.59% | - |
| HSV(B) | 2.67º | 0.8% | 0.98% | - |
| XYZ | 41.85 | 23.76 | 5.29 | - |
| YUV | 114.68 | 90.94 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 49 | 0 | 0.77 | 0.80 | 0.02 | 2.67 | 0.96 | 0.59 |
| Hex | FB | 3A | 31 | 0 | 4D | 50 | 2 | 3 | 60 | 3B |
| Octal | 373 | 72 | 61 | 0 | 115 | 120 | 2 | 3 | 140 | 73 |
| Binary | 11111011 | 111010 | 110001 | 0 | 1001101 | 1010000 | 10 | 11 | 1100000 | 111011 |
Color Harmonies of #FB3A31
Complementary color
Monochromatic Colors of #FB3A31
Black with #FB3A31
Text Example
Text Example
White with #FB3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A31; }
p { color: rgb(251,58,49); }
H1.HeaderClassName
{
color: #FB3A31;
}
.AnyTagClassName
{
color: #FB3A31;
}
</style>
background-color css
<style>
a { background-color: #FB3A31; }
a { background-color: rgb(251,58,49); }
div.DivClassName
{
background-color: #FB3A31;
}
.BgClassName
{
background-color: #FB3A31;
}
</style>
border-color css
<style>
span { border-color: #FB3A31; }
span { border-color: rgb(251,58,49); }
td.TdClassName
{
border-color: #FB3A31;
}
.TagClassName
{
border-color: #FB3A31;
}
</style>