Shades of Red Orange #FB4C2B
Tints of Red Orange #FB4C2B
RGB
CMYK
RGB Variations
Color information
#FB4C2B (or 0xFB4C2B) is known color: Red Orange. HEX triplet: FB, 4C and 2B. RGB value is (251,76,43). Sum of RGB (Red+Green+Blue) = 251+76+43=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C2B is #04B3D4. Grayscale: #7C7C7C. Windows color (decimal): -308181 or 2837755. OLE color: 2837755.
HSL color Cylindrical-coordinate representation of color #FB4C2B: hue angle of 9.52º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB4C2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 43 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.02 |
| HSL | 9.52º | 0.96% | 0.58% | - |
| HSV(B) | 9.52º | 0.83% | 0.98% | - |
| XYZ | 42.8 | 25.85 | 5.02 | - |
| YUV | 124.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 43 | 0 | 0.70 | 0.83 | 0.02 | 9.52 | 0.96 | 0.58 |
| Hex | FB | 4C | 2B | 0 | 46 | 53 | 2 | A | 60 | 3A |
| Octal | 373 | 114 | 53 | 0 | 106 | 123 | 2 | 12 | 140 | 72 |
| Binary | 11111011 | 1001100 | 101011 | 0 | 1000110 | 1010011 | 10 | 1010 | 1100000 | 111010 |
Color Harmonies of #FB4C2B
Complementary color
Monochromatic Colors of #FB4C2B
Black with #FB4C2B
Text Example
Text Example
White with #FB4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C2B; }
p { color: rgb(251,76,43); }
H1.HeaderClassName
{
color: #FB4C2B;
}
.AnyTagClassName
{
color: #FB4C2B;
}
</style>
background-color css
<style>
a { background-color: #FB4C2B; }
a { background-color: rgb(251,76,43); }
div.DivClassName
{
background-color: #FB4C2B;
}
.BgClassName
{
background-color: #FB4C2B;
}
</style>
border-color css
<style>
span { border-color: #FB4C2B; }
span { border-color: rgb(251,76,43); }
td.TdClassName
{
border-color: #FB4C2B;
}
.TagClassName
{
border-color: #FB4C2B;
}
</style>