Shades of Red Orange #FA3A20
Tints of Red Orange #FA3A20
RGB
CMYK
RGB Variations
Color information
#FA3A20 (or 0xFA3A20) is known color: Red Orange. HEX triplet: FA, 3A and 20. RGB value is (250,58,32). Sum of RGB (Red+Green+Blue) = 250+58+32=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A20 is #05C5DF. Grayscale: #707070. Windows color (decimal): -378336 or 2112250. OLE color: 2112250.
HSL color Cylindrical-coordinate representation of color #FA3A20: hue angle of 7.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA3A20 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.02 |
| HSL | 7.16º | 0.96% | 0.55% | - |
| HSV(B) | 7.16º | 0.87% | 0.98% | - |
| XYZ | 41.2 | 23.45 | 3.72 | - |
| YUV | 112.44 | 82.61 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 32 | 0 | 0.77 | 0.87 | 0.02 | 7.16 | 0.96 | 0.55 |
| Hex | FA | 3A | 20 | 0 | 4D | 57 | 2 | 7 | 60 | 37 |
| Octal | 372 | 72 | 40 | 0 | 115 | 127 | 2 | 7 | 140 | 67 |
| Binary | 11111010 | 111010 | 100000 | 0 | 1001101 | 1010111 | 10 | 111 | 1100000 | 110111 |
Color Harmonies of #FA3A20
Complementary color
Monochromatic Colors of #FA3A20
Black with #FA3A20
Text Example
Text Example
White with #FA3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A20; }
p { color: rgb(250,58,32); }
H1.HeaderClassName
{
color: #FA3A20;
}
.AnyTagClassName
{
color: #FA3A20;
}
</style>
background-color css
<style>
a { background-color: #FA3A20; }
a { background-color: rgb(250,58,32); }
div.DivClassName
{
background-color: #FA3A20;
}
.BgClassName
{
background-color: #FA3A20;
}
</style>
border-color css
<style>
span { border-color: #FA3A20; }
span { border-color: rgb(250,58,32); }
td.TdClassName
{
border-color: #FA3A20;
}
.TagClassName
{
border-color: #FA3A20;
}
</style>