Shades of Orange Red #FA3A0B
Tints of Orange Red #FA3A0B
RGB
CMYK
RGB Variations
Color information
#FA3A0B (or 0xFA3A0B) is known color: Orange Red. HEX triplet: FA, 3A and 0B. RGB value is (250,58,11). Sum of RGB (Red+Green+Blue) = 250+58+11=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A0B is #05C5F4. Grayscale: #6E6E6E. Windows color (decimal): -378357 or 735994. OLE color: 735994.
HSL color Cylindrical-coordinate representation of color #FA3A0B: hue angle of 11.8º degrees, saturation: 0.96, 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 #FA3A0B is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 11 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.02 |
| HSL | 11.8º | 0.96% | 0.51% | - |
| HSV(B) | 11.8º | 0.96% | 0.98% | - |
| XYZ | 41 | 23.37 | 2.67 | - |
| YUV | 110.05 | 72.11 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 11 | 0 | 0.77 | 0.96 | 0.02 | 11.8 | 0.96 | 0.51 |
| Hex | FA | 3A | B | 0 | 4D | 60 | 2 | C | 60 | 33 |
| Octal | 372 | 72 | 13 | 0 | 115 | 140 | 2 | 14 | 140 | 63 |
| Binary | 11111010 | 111010 | 1011 | 0 | 1001101 | 1100000 | 10 | 1100 | 1100000 | 110011 |
Color Harmonies of #FA3A0B
Complementary color
Monochromatic Colors of #FA3A0B
Black with #FA3A0B
Text Example
Text Example
White with #FA3A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A0B; }
p { color: rgb(250,58,11); }
H1.HeaderClassName
{
color: #FA3A0B;
}
.AnyTagClassName
{
color: #FA3A0B;
}
</style>
background-color css
<style>
a { background-color: #FA3A0B; }
a { background-color: rgb(250,58,11); }
div.DivClassName
{
background-color: #FA3A0B;
}
.BgClassName
{
background-color: #FA3A0B;
}
</style>
border-color css
<style>
span { border-color: #FA3A0B; }
span { border-color: rgb(250,58,11); }
td.TdClassName
{
border-color: #FA3A0B;
}
.TagClassName
{
border-color: #FA3A0B;
}
</style>