Shades of Red Orange #FB4920
Tints of Red Orange #FB4920
RGB
CMYK
RGB Variations
Color information
#FB4920 (or 0xFB4920) is known color: Red Orange. HEX triplet: FB, 49 and 20. RGB value is (251,73,32). Sum of RGB (Red+Green+Blue) = 251+73+32=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4920 is #04B6DF. Grayscale: #797979. Windows color (decimal): -308960 or 2116091. OLE color: 2116091.
HSL color Cylindrical-coordinate representation of color #FB4920: hue angle of 11.23º 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 #FB4920 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 32 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.02 |
| HSL | 11.23º | 0.96% | 0.55% | - |
| HSV(B) | 11.23º | 0.87% | 0.98% | - |
| XYZ | 42.43 | 25.38 | 4.03 | - |
| YUV | 121.55 | 77.47 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 32 | 0 | 0.71 | 0.87 | 0.02 | 11.23 | 0.96 | 0.55 |
| Hex | FB | 49 | 20 | 0 | 47 | 57 | 2 | B | 60 | 37 |
| Octal | 373 | 111 | 40 | 0 | 107 | 127 | 2 | 13 | 140 | 67 |
| Binary | 11111011 | 1001001 | 100000 | 0 | 1000111 | 1010111 | 10 | 1011 | 1100000 | 110111 |
Color Harmonies of #FB4920
Complementary color
Monochromatic Colors of #FB4920
Black with #FB4920
Text Example
Text Example
White with #FB4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4920; }
p { color: rgb(251,73,32); }
H1.HeaderClassName
{
color: #FB4920;
}
.AnyTagClassName
{
color: #FB4920;
}
</style>
background-color css
<style>
a { background-color: #FB4920; }
a { background-color: rgb(251,73,32); }
div.DivClassName
{
background-color: #FB4920;
}
.BgClassName
{
background-color: #FB4920;
}
</style>
border-color css
<style>
span { border-color: #FB4920; }
span { border-color: rgb(251,73,32); }
td.TdClassName
{
border-color: #FB4920;
}
.TagClassName
{
border-color: #FB4920;
}
</style>