Shades of Red Orange #FA391C
Tints of Red Orange #FA391C
RGB
CMYK
RGB Variations
Color information
#FA391C (or 0xFA391C) is known color: Red Orange. HEX triplet: FA, 39 and 1C. RGB value is (250,57,28). Sum of RGB (Red+Green+Blue) = 250+57+28=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA391C is #05C6E3. Grayscale: #6F6F6F. Windows color (decimal): -378596 or 1849850. OLE color: 1849850.
HSL color Cylindrical-coordinate representation of color #FA391C: hue angle of 7.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA391C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.02 |
| HSL | 7.84º | 0.96% | 0.55% | - |
| HSV(B) | 7.84º | 0.89% | 0.98% | - |
| XYZ | 41.1 | 23.33 | 3.44 | - |
| YUV | 111.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 28 | 0 | 0.77 | 0.89 | 0.02 | 7.84 | 0.96 | 0.55 |
| Hex | FA | 39 | 1C | 0 | 4D | 59 | 2 | 8 | 60 | 37 |
| Octal | 372 | 71 | 34 | 0 | 115 | 131 | 2 | 10 | 140 | 67 |
| Binary | 11111010 | 111001 | 11100 | 0 | 1001101 | 1011001 | 10 | 1000 | 1100000 | 110111 |
Color Harmonies of #FA391C
Complementary color
Monochromatic Colors of #FA391C
Black with #FA391C
Text Example
Text Example
White with #FA391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA391C; }
p { color: rgb(250,57,28); }
H1.HeaderClassName
{
color: #FA391C;
}
.AnyTagClassName
{
color: #FA391C;
}
</style>
background-color css
<style>
a { background-color: #FA391C; }
a { background-color: rgb(250,57,28); }
div.DivClassName
{
background-color: #FA391C;
}
.BgClassName
{
background-color: #FA391C;
}
</style>
border-color css
<style>
span { border-color: #FA391C; }
span { border-color: rgb(250,57,28); }
td.TdClassName
{
border-color: #FA391C;
}
.TagClassName
{
border-color: #FA391C;
}
</style>