Shades of Red Orange #FB4B32
Tints of Red Orange #FB4B32
RGB
CMYK
RGB Variations
Color information
#FB4B32 (or 0xFB4B32) is known color: Red Orange. HEX triplet: FB, 4B and 32. RGB value is (251,75,50). Sum of RGB (Red+Green+Blue) = 251+75+50=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4B32 is #04B4CD. Grayscale: #7D7D7D. Windows color (decimal): -308430 or 3296251. OLE color: 3296251.
HSL color Cylindrical-coordinate representation of color #FB4B32: hue angle of 7.46º 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 #FB4B32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 50 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.02 |
| HSL | 7.46º | 0.96% | 0.59% | - |
| HSV(B) | 7.46º | 0.8% | 0.98% | - |
| XYZ | 42.88 | 25.77 | 5.73 | - |
| YUV | 124.77 | 85.81 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 50 | 0 | 0.70 | 0.80 | 0.02 | 7.46 | 0.96 | 0.59 |
| Hex | FB | 4B | 32 | 0 | 46 | 50 | 2 | 7 | 60 | 3B |
| Octal | 373 | 113 | 62 | 0 | 106 | 120 | 2 | 7 | 140 | 73 |
| Binary | 11111011 | 1001011 | 110010 | 0 | 1000110 | 1010000 | 10 | 111 | 1100000 | 111011 |
Color Harmonies of #FB4B32
Complementary color
Monochromatic Colors of #FB4B32
Black with #FB4B32
Text Example
Text Example
White with #FB4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B32; }
p { color: rgb(251,75,50); }
H1.HeaderClassName
{
color: #FB4B32;
}
.AnyTagClassName
{
color: #FB4B32;
}
</style>
background-color css
<style>
a { background-color: #FB4B32; }
a { background-color: rgb(251,75,50); }
div.DivClassName
{
background-color: #FB4B32;
}
.BgClassName
{
background-color: #FB4B32;
}
</style>
border-color css
<style>
span { border-color: #FB4B32; }
span { border-color: rgb(251,75,50); }
td.TdClassName
{
border-color: #FB4B32;
}
.TagClassName
{
border-color: #FB4B32;
}
</style>