Shades of Red Orange #FB3A29
Tints of Red Orange #FB3A29
RGB
CMYK
RGB Variations
Color information
#FB3A29 (or 0xFB3A29) is known color: Red Orange. HEX triplet: FB, 3A and 29. RGB value is (251,58,41). Sum of RGB (Red+Green+Blue) = 251+58+41=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A29 is #04C5D6. Grayscale: #727272. Windows color (decimal): -312791 or 2702075. OLE color: 2702075.
HSL color Cylindrical-coordinate representation of color #FB3A29: hue angle of 4.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB3A29 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 41 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.02 |
| HSL | 4.86º | 0.96% | 0.57% | - |
| HSV(B) | 4.86º | 0.84% | 0.98% | - |
| XYZ | 41.7 | 23.7 | 4.47 | - |
| YUV | 113.77 | 86.94 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 41 | 0 | 0.77 | 0.84 | 0.02 | 4.86 | 0.96 | 0.57 |
| Hex | FB | 3A | 29 | 0 | 4D | 54 | 2 | 5 | 60 | 39 |
| Octal | 373 | 72 | 51 | 0 | 115 | 124 | 2 | 5 | 140 | 71 |
| Binary | 11111011 | 111010 | 101001 | 0 | 1001101 | 1010100 | 10 | 101 | 1100000 | 111001 |
Color Harmonies of #FB3A29
Complementary color
Monochromatic Colors of #FB3A29
Black with #FB3A29
Text Example
Text Example
White with #FB3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A29; }
p { color: rgb(251,58,41); }
H1.HeaderClassName
{
color: #FB3A29;
}
.AnyTagClassName
{
color: #FB3A29;
}
</style>
background-color css
<style>
a { background-color: #FB3A29; }
a { background-color: rgb(251,58,41); }
div.DivClassName
{
background-color: #FB3A29;
}
.BgClassName
{
background-color: #FB3A29;
}
</style>
border-color css
<style>
span { border-color: #FB3A29; }
span { border-color: rgb(251,58,41); }
td.TdClassName
{
border-color: #FB3A29;
}
.TagClassName
{
border-color: #FB3A29;
}
</style>