Shades of Red Orange #FA3A22
Tints of Red Orange #FA3A22
RGB
CMYK
RGB Variations
Color information
#FA3A22 (or 0xFA3A22) is known color: Red Orange. HEX triplet: FA, 3A and 22. RGB value is (250,58,34). Sum of RGB (Red+Green+Blue) = 250+58+34=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A22 is #05C5DD. Grayscale: #707070. Windows color (decimal): -378334 or 2243322. OLE color: 2243322.
HSL color Cylindrical-coordinate representation of color #FA3A22: hue angle of 6.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA3A22 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 34 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.02 |
| HSL | 6.67º | 0.96% | 0.56% | - |
| HSV(B) | 6.67º | 0.86% | 0.98% | - |
| XYZ | 41.23 | 23.47 | 3.87 | - |
| YUV | 112.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 34 | 0 | 0.77 | 0.86 | 0.02 | 6.67 | 0.96 | 0.56 |
| Hex | FA | 3A | 22 | 0 | 4D | 56 | 2 | 7 | 60 | 38 |
| Octal | 372 | 72 | 42 | 0 | 115 | 126 | 2 | 7 | 140 | 70 |
| Binary | 11111010 | 111010 | 100010 | 0 | 1001101 | 1010110 | 10 | 111 | 1100000 | 111000 |
Color Harmonies of #FA3A22
Complementary color
Monochromatic Colors of #FA3A22
Black with #FA3A22
Text Example
Text Example
White with #FA3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A22; }
p { color: rgb(250,58,34); }
H1.HeaderClassName
{
color: #FA3A22;
}
.AnyTagClassName
{
color: #FA3A22;
}
</style>
background-color css
<style>
a { background-color: #FA3A22; }
a { background-color: rgb(250,58,34); }
div.DivClassName
{
background-color: #FA3A22;
}
.BgClassName
{
background-color: #FA3A22;
}
</style>
border-color css
<style>
span { border-color: #FA3A22; }
span { border-color: rgb(250,58,34); }
td.TdClassName
{
border-color: #FA3A22;
}
.TagClassName
{
border-color: #FA3A22;
}
</style>