Shades of Red Orange #FA322D
Tints of Red Orange #FA322D
RGB
CMYK
RGB Variations
Color information
#FA322D (or 0xFA322D) is known color: Red Orange. HEX triplet: FA, 32 and 2D. RGB value is (250,50,45). Sum of RGB (Red+Green+Blue) = 250+50+45=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA322D is #05CDD2. Grayscale: #6D6D6D. Windows color (decimal): -380371 or 2962170. OLE color: 2962170.
HSL color Cylindrical-coordinate representation of color #FA322D: hue angle of 1.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA322D is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 45 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.02 |
| HSL | 1.46º | 0.95% | 0.58% | - |
| HSV(B) | 1.46º | 0.82% | 0.98% | - |
| XYZ | 41.04 | 22.79 | 4.72 | - |
| YUV | 109.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 45 | 0 | 0.8 | 0.82 | 0.02 | 1.46 | 0.95 | 0.58 |
| Hex | FA | 32 | 2D | 0 | 50 | 52 | 2 | 1 | 5F | 3A |
| Octal | 372 | 62 | 55 | 0 | 120 | 122 | 2 | 1 | 137 | 72 |
| Binary | 11111010 | 110010 | 101101 | 0 | 1010000 | 1010010 | 10 | 1 | 1011111 | 111010 |
Color Harmonies of #FA322D
Complementary color
Monochromatic Colors of #FA322D
Black with #FA322D
Text Example
Text Example
White with #FA322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA322D; }
p { color: rgb(250,50,45); }
H1.HeaderClassName
{
color: #FA322D;
}
.AnyTagClassName
{
color: #FA322D;
}
</style>
background-color css
<style>
a { background-color: #FA322D; }
a { background-color: rgb(250,50,45); }
div.DivClassName
{
background-color: #FA322D;
}
.BgClassName
{
background-color: #FA322D;
}
</style>
border-color css
<style>
span { border-color: #FA322D; }
span { border-color: rgb(250,50,45); }
td.TdClassName
{
border-color: #FA322D;
}
.TagClassName
{
border-color: #FA322D;
}
</style>