Shades of Orange Red #FB400B
Tints of Orange Red #FB400B
RGB
CMYK
RGB Variations
Color information
#FB400B (or 0xFB400B) is known color: Orange Red. HEX triplet: FB, 40 and 0B. RGB value is (251,64,11). Sum of RGB (Red+Green+Blue) = 251+64+11=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB400B is #04BFF4. Grayscale: #727272. Windows color (decimal): -311285 or 737531. OLE color: 737531.
HSL color Cylindrical-coordinate representation of color #FB400B: hue angle of 13.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB400B is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 11 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.02 |
| HSL | 13.25º | 0.97% | 0.51% | - |
| HSV(B) | 13.25º | 0.96% | 0.98% | - |
| XYZ | 41.68 | 24.2 | 2.79 | - |
| YUV | 113.87 | 69.95 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 11 | 0 | 0.75 | 0.96 | 0.02 | 13.25 | 0.97 | 0.51 |
| Hex | FB | 40 | B | 0 | 4B | 60 | 2 | D | 61 | 33 |
| Octal | 373 | 100 | 13 | 0 | 113 | 140 | 2 | 15 | 141 | 63 |
| Binary | 11111011 | 1000000 | 1011 | 0 | 1001011 | 1100000 | 10 | 1101 | 1100001 | 110011 |
Color Harmonies of #FB400B
Complementary color
Monochromatic Colors of #FB400B
Black with #FB400B
Text Example
Text Example
White with #FB400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB400B; }
p { color: rgb(251,64,11); }
H1.HeaderClassName
{
color: #FB400B;
}
.AnyTagClassName
{
color: #FB400B;
}
</style>
background-color css
<style>
a { background-color: #FB400B; }
a { background-color: rgb(251,64,11); }
div.DivClassName
{
background-color: #FB400B;
}
.BgClassName
{
background-color: #FB400B;
}
</style>
border-color css
<style>
span { border-color: #FB400B; }
span { border-color: rgb(251,64,11); }
td.TdClassName
{
border-color: #FB400B;
}
.TagClassName
{
border-color: #FB400B;
}
</style>