Shades of Orange Red #FB4A19
Tints of Orange Red #FB4A19
RGB
CMYK
RGB Variations
Color information
#FB4A19 (or 0xFB4A19) is known color: Orange Red. HEX triplet: FB, 4A and 19. RGB value is (251,74,25). Sum of RGB (Red+Green+Blue) = 251+74+25=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A19 is #04B5E6. Grayscale: #797979. Windows color (decimal): -308711 or 1657595. OLE color: 1657595.
HSL color Cylindrical-coordinate representation of color #FB4A19: hue angle of 13.01º 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 #FB4A19 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.02 |
| HSL | 13.01º | 0.97% | 0.54% | - |
| HSV(B) | 13.01º | 0.9% | 0.98% | - |
| XYZ | 42.41 | 25.48 | 3.6 | - |
| YUV | 121.34 | 73.64 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 25 | 0 | 0.71 | 0.90 | 0.02 | 13.01 | 0.97 | 0.54 |
| Hex | FB | 4A | 19 | 0 | 47 | 5A | 2 | D | 61 | 36 |
| Octal | 373 | 112 | 31 | 0 | 107 | 132 | 2 | 15 | 141 | 66 |
| Binary | 11111011 | 1001010 | 11001 | 0 | 1000111 | 1011010 | 10 | 1101 | 1100001 | 110110 |
Color Harmonies of #FB4A19
Complementary color
Monochromatic Colors of #FB4A19
Black with #FB4A19
Text Example
Text Example
White with #FB4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A19; }
p { color: rgb(251,74,25); }
H1.HeaderClassName
{
color: #FB4A19;
}
.AnyTagClassName
{
color: #FB4A19;
}
</style>
background-color css
<style>
a { background-color: #FB4A19; }
a { background-color: rgb(251,74,25); }
div.DivClassName
{
background-color: #FB4A19;
}
.BgClassName
{
background-color: #FB4A19;
}
</style>
border-color css
<style>
span { border-color: #FB4A19; }
span { border-color: rgb(251,74,25); }
td.TdClassName
{
border-color: #FB4A19;
}
.TagClassName
{
border-color: #FB4A19;
}
</style>