Shades of Red Orange #FB4D1E
Tints of Red Orange #FB4D1E
RGB
CMYK
RGB Variations
Color information
#FB4D1E (or 0xFB4D1E) is known color: Red Orange. HEX triplet: FB, 4D and 1E. RGB value is (251,77,30). Sum of RGB (Red+Green+Blue) = 251+77+30=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D1E is #04B2E1. Grayscale: #7C7C7C. Windows color (decimal): -307938 or 1986043. OLE color: 1986043.
HSL color Cylindrical-coordinate representation of color #FB4D1E: hue angle of 12.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB4D1E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 30 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.02 |
| HSL | 12.76º | 0.97% | 0.55% | - |
| HSV(B) | 12.76º | 0.88% | 0.98% | - |
| XYZ | 42.67 | 25.91 | 3.98 | - |
| YUV | 123.67 | 75.15 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 30 | 0 | 0.69 | 0.88 | 0.02 | 12.76 | 0.97 | 0.55 |
| Hex | FB | 4D | 1E | 0 | 45 | 58 | 2 | D | 61 | 37 |
| Octal | 373 | 115 | 36 | 0 | 105 | 130 | 2 | 15 | 141 | 67 |
| Binary | 11111011 | 1001101 | 11110 | 0 | 1000101 | 1011000 | 10 | 1101 | 1100001 | 110111 |
Color Harmonies of #FB4D1E
Complementary color
Monochromatic Colors of #FB4D1E
Black with #FB4D1E
Text Example
Text Example
White with #FB4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D1E; }
p { color: rgb(251,77,30); }
H1.HeaderClassName
{
color: #FB4D1E;
}
.AnyTagClassName
{
color: #FB4D1E;
}
</style>
background-color css
<style>
a { background-color: #FB4D1E; }
a { background-color: rgb(251,77,30); }
div.DivClassName
{
background-color: #FB4D1E;
}
.BgClassName
{
background-color: #FB4D1E;
}
</style>
border-color css
<style>
span { border-color: #FB4D1E; }
span { border-color: rgb(251,77,30); }
td.TdClassName
{
border-color: #FB4D1E;
}
.TagClassName
{
border-color: #FB4D1E;
}
</style>