Shades of Red Orange #FA3A31
Tints of Red Orange #FA3A31
RGB
CMYK
RGB Variations
Color information
#FA3A31 (or 0xFA3A31) is known color: Red Orange. HEX triplet: FA, 3A and 31. RGB value is (250,58,49). Sum of RGB (Red+Green+Blue) = 250+58+49=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A31 is #05C5CE. Grayscale: #727272. Windows color (decimal): -378319 or 3226362. OLE color: 3226362.
HSL color Cylindrical-coordinate representation of color #FA3A31: hue angle of 2.69º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3A31 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 49 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.02 |
| HSL | 2.69º | 0.95% | 0.59% | - |
| HSV(B) | 2.69º | 0.8% | 0.98% | - |
| XYZ | 41.49 | 23.57 | 5.27 | - |
| YUV | 114.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 49 | 0 | 0.77 | 0.80 | 0.02 | 2.69 | 0.95 | 0.59 |
| Hex | FA | 3A | 31 | 0 | 4D | 50 | 2 | 3 | 5F | 3B |
| Octal | 372 | 72 | 61 | 0 | 115 | 120 | 2 | 3 | 137 | 73 |
| Binary | 11111010 | 111010 | 110001 | 0 | 1001101 | 1010000 | 10 | 11 | 1011111 | 111011 |
Color Harmonies of #FA3A31
Complementary color
Monochromatic Colors of #FA3A31
Black with #FA3A31
Text Example
Text Example
White with #FA3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A31; }
p { color: rgb(250,58,49); }
H1.HeaderClassName
{
color: #FA3A31;
}
.AnyTagClassName
{
color: #FA3A31;
}
</style>
background-color css
<style>
a { background-color: #FA3A31; }
a { background-color: rgb(250,58,49); }
div.DivClassName
{
background-color: #FA3A31;
}
.BgClassName
{
background-color: #FA3A31;
}
</style>
border-color css
<style>
span { border-color: #FA3A31; }
span { border-color: rgb(250,58,49); }
td.TdClassName
{
border-color: #FA3A31;
}
.TagClassName
{
border-color: #FA3A31;
}
</style>