Shades of Orange Red #FB4805
Tints of Orange Red #FB4805
RGB
CMYK
RGB Variations
Color information
#FB4805 (or 0xFB4805) is known color: Orange Red. HEX triplet: FB, 48 and 05. RGB value is (251,72,5). Sum of RGB (Red+Green+Blue) = 251+72+5=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4805 is #04B7FA. Grayscale: #767676. Windows color (decimal): -309243 or 346363. OLE color: 346363.
HSL color Cylindrical-coordinate representation of color #FB4805: hue angle of 16.34º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB4805 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.02 |
| HSL | 16.34º | 0.97% | 0.5% | - |
| HSV(B) | 16.34º | 0.98% | 0.98% | - |
| XYZ | 42.13 | 25.15 | 2.78 | - |
| YUV | 117.88 | 64.3 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 5 | 0 | 0.71 | 0.98 | 0.02 | 16.34 | 0.97 | 0.5 |
| Hex | FB | 48 | 5 | 0 | 47 | 62 | 2 | 10 | 61 | 32 |
| Octal | 373 | 110 | 5 | 0 | 107 | 142 | 2 | 20 | 141 | 62 |
| Binary | 11111011 | 1001000 | 101 | 0 | 1000111 | 1100010 | 10 | 10000 | 1100001 | 110010 |
Color Harmonies of #FB4805
Complementary color
Monochromatic Colors of #FB4805
Black with #FB4805
Text Example
Text Example
White with #FB4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4805; }
p { color: rgb(251,72,5); }
H1.HeaderClassName
{
color: #FB4805;
}
.AnyTagClassName
{
color: #FB4805;
}
</style>
background-color css
<style>
a { background-color: #FB4805; }
a { background-color: rgb(251,72,5); }
div.DivClassName
{
background-color: #FB4805;
}
.BgClassName
{
background-color: #FB4805;
}
</style>
border-color css
<style>
span { border-color: #FB4805; }
span { border-color: rgb(251,72,5); }
td.TdClassName
{
border-color: #FB4805;
}
.TagClassName
{
border-color: #FB4805;
}
</style>