Shades of Orange Red #FB3A05
Tints of Orange Red #FB3A05
RGB
CMYK
RGB Variations
Color information
#FB3A05 (or 0xFB3A05) is known color: Orange Red. HEX triplet: FB, 3A and 05. RGB value is (251,58,5). Sum of RGB (Red+Green+Blue) = 251+58+5=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A05 is #04C5FA. Grayscale: #6E6E6E. Windows color (decimal): -312827 or 342779. OLE color: 342779.
HSL color Cylindrical-coordinate representation of color #FB3A05: hue angle of 12.93º 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 #FB3A05 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.02 |
| HSL | 12.93º | 0.97% | 0.5% | - |
| HSV(B) | 12.93º | 0.98% | 0.98% | - |
| XYZ | 41.32 | 23.55 | 2.51 | - |
| YUV | 109.67 | 68.94 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 5 | 0 | 0.77 | 0.98 | 0.02 | 12.93 | 0.97 | 0.5 |
| Hex | FB | 3A | 5 | 0 | 4D | 62 | 2 | D | 61 | 32 |
| Octal | 373 | 72 | 5 | 0 | 115 | 142 | 2 | 15 | 141 | 62 |
| Binary | 11111011 | 111010 | 101 | 0 | 1001101 | 1100010 | 10 | 1101 | 1100001 | 110010 |
Color Harmonies of #FB3A05
Complementary color
Monochromatic Colors of #FB3A05
Black with #FB3A05
Text Example
Text Example
White with #FB3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A05; }
p { color: rgb(251,58,5); }
H1.HeaderClassName
{
color: #FB3A05;
}
.AnyTagClassName
{
color: #FB3A05;
}
</style>
background-color css
<style>
a { background-color: #FB3A05; }
a { background-color: rgb(251,58,5); }
div.DivClassName
{
background-color: #FB3A05;
}
.BgClassName
{
background-color: #FB3A05;
}
</style>
border-color css
<style>
span { border-color: #FB3A05; }
span { border-color: rgb(251,58,5); }
td.TdClassName
{
border-color: #FB3A05;
}
.TagClassName
{
border-color: #FB3A05;
}
</style>