Shades of Orange Red #FB4918
Tints of Orange Red #FB4918
RGB
CMYK
RGB Variations
Color information
#FB4918 (or 0xFB4918) is known color: Orange Red. HEX triplet: FB, 49 and 18. RGB value is (251,73,24). Sum of RGB (Red+Green+Blue) = 251+73+24=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4918 is #04B6E7. Grayscale: #797979. Windows color (decimal): -308968 or 1591803. OLE color: 1591803.
HSL color Cylindrical-coordinate representation of color #FB4918: hue angle of 12.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB4918 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.02 |
| HSL | 12.95º | 0.97% | 0.54% | - |
| HSV(B) | 12.95º | 0.9% | 0.98% | - |
| XYZ | 42.33 | 25.34 | 3.52 | - |
| YUV | 120.64 | 73.47 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 24 | 0 | 0.71 | 0.90 | 0.02 | 12.95 | 0.97 | 0.54 |
| Hex | FB | 49 | 18 | 0 | 47 | 5A | 2 | D | 61 | 36 |
| Octal | 373 | 111 | 30 | 0 | 107 | 132 | 2 | 15 | 141 | 66 |
| Binary | 11111011 | 1001001 | 11000 | 0 | 1000111 | 1011010 | 10 | 1101 | 1100001 | 110110 |
Color Harmonies of #FB4918
Complementary color
Monochromatic Colors of #FB4918
Black with #FB4918
Text Example
Text Example
White with #FB4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4918; }
p { color: rgb(251,73,24); }
H1.HeaderClassName
{
color: #FB4918;
}
.AnyTagClassName
{
color: #FB4918;
}
</style>
background-color css
<style>
a { background-color: #FB4918; }
a { background-color: rgb(251,73,24); }
div.DivClassName
{
background-color: #FB4918;
}
.BgClassName
{
background-color: #FB4918;
}
</style>
border-color css
<style>
span { border-color: #FB4918; }
span { border-color: rgb(251,73,24); }
td.TdClassName
{
border-color: #FB4918;
}
.TagClassName
{
border-color: #FB4918;
}
</style>