Shades of Red Orange #FA372E
Tints of Red Orange #FA372E
RGB
CMYK
RGB Variations
Color information
#FA372E (or 0xFA372E) is known color: Red Orange. HEX triplet: FA, 37 and 2E. RGB value is (250,55,46). Sum of RGB (Red+Green+Blue) = 250+55+46=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA372E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA372E is #05C8D1. Grayscale: #707070. Windows color (decimal): -379090 or 3028986. OLE color: 3028986.
HSL color Cylindrical-coordinate representation of color #FA372E: hue angle of 2.65º 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 #FA372E is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 46 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.02 |
| HSL | 2.65º | 0.95% | 0.58% | - |
| HSV(B) | 2.65º | 0.82% | 0.98% | - |
| XYZ | 41.28 | 23.25 | 4.9 | - |
| YUV | 112.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 46 | 0 | 0.78 | 0.82 | 0.02 | 2.65 | 0.95 | 0.58 |
| Hex | FA | 37 | 2E | 0 | 4E | 52 | 2 | 3 | 5F | 3A |
| Octal | 372 | 67 | 56 | 0 | 116 | 122 | 2 | 3 | 137 | 72 |
| Binary | 11111010 | 110111 | 101110 | 0 | 1001110 | 1010010 | 10 | 11 | 1011111 | 111010 |
Color Harmonies of #FA372E
Complementary color
Monochromatic Colors of #FA372E
Black with #FA372E
Text Example
Text Example
White with #FA372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA372E; }
p { color: rgb(250,55,46); }
H1.HeaderClassName
{
color: #FA372E;
}
.AnyTagClassName
{
color: #FA372E;
}
</style>
background-color css
<style>
a { background-color: #FA372E; }
a { background-color: rgb(250,55,46); }
div.DivClassName
{
background-color: #FA372E;
}
.BgClassName
{
background-color: #FA372E;
}
</style>
border-color css
<style>
span { border-color: #FA372E; }
span { border-color: rgb(250,55,46); }
td.TdClassName
{
border-color: #FA372E;
}
.TagClassName
{
border-color: #FA372E;
}
</style>