Shades of Orange Red #FB4A18
Tints of Orange Red #FB4A18
RGB
CMYK
RGB Variations
Color information
#FB4A18 (or 0xFB4A18) is known color: Orange Red. HEX triplet: FB, 4A and 18. RGB value is (251,74,24). Sum of RGB (Red+Green+Blue) = 251+74+24=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A18 is #04B5E7. Grayscale: #797979. Windows color (decimal): -308712 or 1592059. OLE color: 1592059.
HSL color Cylindrical-coordinate representation of color #FB4A18: hue angle of 13.22º 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 #FB4A18 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.02 |
| HSL | 13.22º | 0.97% | 0.54% | - |
| HSV(B) | 13.22º | 0.9% | 0.98% | - |
| XYZ | 42.4 | 25.47 | 3.55 | - |
| YUV | 121.22 | 73.14 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 24 | 0 | 0.71 | 0.90 | 0.02 | 13.22 | 0.97 | 0.54 |
| Hex | FB | 4A | 18 | 0 | 47 | 5A | 2 | D | 61 | 36 |
| Octal | 373 | 112 | 30 | 0 | 107 | 132 | 2 | 15 | 141 | 66 |
| Binary | 11111011 | 1001010 | 11000 | 0 | 1000111 | 1011010 | 10 | 1101 | 1100001 | 110110 |
Color Harmonies of #FB4A18
Complementary color
Monochromatic Colors of #FB4A18
Black with #FB4A18
Text Example
Text Example
White with #FB4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A18; }
p { color: rgb(251,74,24); }
H1.HeaderClassName
{
color: #FB4A18;
}
.AnyTagClassName
{
color: #FB4A18;
}
</style>
background-color css
<style>
a { background-color: #FB4A18; }
a { background-color: rgb(251,74,24); }
div.DivClassName
{
background-color: #FB4A18;
}
.BgClassName
{
background-color: #FB4A18;
}
</style>
border-color css
<style>
span { border-color: #FB4A18; }
span { border-color: rgb(251,74,24); }
td.TdClassName
{
border-color: #FB4A18;
}
.TagClassName
{
border-color: #FB4A18;
}
</style>