Shades of Red Orange #FB4E20
Tints of Red Orange #FB4E20
RGB
CMYK
RGB Variations
Color information
#FB4E20 (or 0xFB4E20) is known color: Red Orange. HEX triplet: FB, 4E and 20. RGB value is (251,78,32). Sum of RGB (Red+Green+Blue) = 251+78+32=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4E20 is #04B1DF. Grayscale: #7C7C7C. Windows color (decimal): -307680 or 2117371. OLE color: 2117371.
HSL color Cylindrical-coordinate representation of color #FB4E20: hue angle of 12.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB4E20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 32 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.02 |
| HSL | 12.6º | 0.96% | 0.55% | - |
| HSV(B) | 12.6º | 0.87% | 0.98% | - |
| XYZ | 42.77 | 26.06 | 4.14 | - |
| YUV | 124.48 | 75.81 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 32 | 0 | 0.69 | 0.87 | 0.02 | 12.6 | 0.96 | 0.55 |
| Hex | FB | 4E | 20 | 0 | 45 | 57 | 2 | D | 60 | 37 |
| Octal | 373 | 116 | 40 | 0 | 105 | 127 | 2 | 15 | 140 | 67 |
| Binary | 11111011 | 1001110 | 100000 | 0 | 1000101 | 1010111 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FB4E20
Complementary color
Monochromatic Colors of #FB4E20
Black with #FB4E20
Text Example
Text Example
White with #FB4E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E20; }
p { color: rgb(251,78,32); }
H1.HeaderClassName
{
color: #FB4E20;
}
.AnyTagClassName
{
color: #FB4E20;
}
</style>
background-color css
<style>
a { background-color: #FB4E20; }
a { background-color: rgb(251,78,32); }
div.DivClassName
{
background-color: #FB4E20;
}
.BgClassName
{
background-color: #FB4E20;
}
</style>
border-color css
<style>
span { border-color: #FB4E20; }
span { border-color: rgb(251,78,32); }
td.TdClassName
{
border-color: #FB4E20;
}
.TagClassName
{
border-color: #FB4E20;
}
</style>