Shades of Orange Red #FB400A
Tints of Orange Red #FB400A
RGB
CMYK
RGB Variations
Color information
#FB400A (or 0xFB400A) is known color: Orange Red. HEX triplet: FB, 40 and 0A. RGB value is (251,64,10). Sum of RGB (Red+Green+Blue) = 251+64+10=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB400A is #04BFF5. Grayscale: #727272. Windows color (decimal): -311286 or 671995. OLE color: 671995.
HSL color Cylindrical-coordinate representation of color #FB400A: hue angle of 13.44º 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 #FB400A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.02 |
| HSL | 13.44º | 0.97% | 0.51% | - |
| HSV(B) | 13.44º | 0.96% | 0.98% | - |
| XYZ | 41.67 | 24.2 | 2.76 | - |
| YUV | 113.76 | 69.45 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 10 | 0 | 0.75 | 0.96 | 0.02 | 13.44 | 0.97 | 0.51 |
| Hex | FB | 40 | A | 0 | 4B | 60 | 2 | D | 61 | 33 |
| Octal | 373 | 100 | 12 | 0 | 113 | 140 | 2 | 15 | 141 | 63 |
| Binary | 11111011 | 1000000 | 1010 | 0 | 1001011 | 1100000 | 10 | 1101 | 1100001 | 110011 |
Color Harmonies of #FB400A
Complementary color
Monochromatic Colors of #FB400A
Black with #FB400A
Text Example
Text Example
White with #FB400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB400A; }
p { color: rgb(251,64,10); }
H1.HeaderClassName
{
color: #FB400A;
}
.AnyTagClassName
{
color: #FB400A;
}
</style>
background-color css
<style>
a { background-color: #FB400A; }
a { background-color: rgb(251,64,10); }
div.DivClassName
{
background-color: #FB400A;
}
.BgClassName
{
background-color: #FB400A;
}
</style>
border-color css
<style>
span { border-color: #FB400A; }
span { border-color: rgb(251,64,10); }
td.TdClassName
{
border-color: #FB400A;
}
.TagClassName
{
border-color: #FB400A;
}
</style>