Shades of Red Orange #FB4C32
Tints of Red Orange #FB4C32
RGB
CMYK
RGB Variations
Color information
#FB4C32 (or 0xFB4C32) is known color: Red Orange. HEX triplet: FB, 4C and 32. RGB value is (251,76,50). Sum of RGB (Red+Green+Blue) = 251+76+50=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C32 is #04B3CD. Grayscale: #7D7D7D. Windows color (decimal): -308174 or 3296507. OLE color: 3296507.
HSL color Cylindrical-coordinate representation of color #FB4C32: hue angle of 7.76º 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 #FB4C32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 50 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.02 |
| HSL | 7.76º | 0.96% | 0.59% | - |
| HSV(B) | 7.76º | 0.8% | 0.98% | - |
| XYZ | 42.94 | 25.91 | 5.76 | - |
| YUV | 125.36 | 85.48 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 50 | 0 | 0.70 | 0.80 | 0.02 | 7.76 | 0.96 | 0.59 |
| Hex | FB | 4C | 32 | 0 | 46 | 50 | 2 | 8 | 60 | 3B |
| Octal | 373 | 114 | 62 | 0 | 106 | 120 | 2 | 10 | 140 | 73 |
| Binary | 11111011 | 1001100 | 110010 | 0 | 1000110 | 1010000 | 10 | 1000 | 1100000 | 111011 |
Color Harmonies of #FB4C32
Complementary color
Monochromatic Colors of #FB4C32
Black with #FB4C32
Text Example
Text Example
White with #FB4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C32; }
p { color: rgb(251,76,50); }
H1.HeaderClassName
{
color: #FB4C32;
}
.AnyTagClassName
{
color: #FB4C32;
}
</style>
background-color css
<style>
a { background-color: #FB4C32; }
a { background-color: rgb(251,76,50); }
div.DivClassName
{
background-color: #FB4C32;
}
.BgClassName
{
background-color: #FB4C32;
}
</style>
border-color css
<style>
span { border-color: #FB4C32; }
span { border-color: rgb(251,76,50); }
td.TdClassName
{
border-color: #FB4C32;
}
.TagClassName
{
border-color: #FB4C32;
}
</style>