Shades of Red Orange #FA311C
Tints of Red Orange #FA311C
RGB
CMYK
RGB Variations
Color information
#FA311C (or 0xFA311C) is known color: Red Orange. HEX triplet: FA, 31 and 1C. RGB value is (250,49,28). Sum of RGB (Red+Green+Blue) = 250+49+28=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA311C is #05CEE3. Grayscale: #6A6A6A. Windows color (decimal): -380644 or 1847802. OLE color: 1847802.
HSL color Cylindrical-coordinate representation of color #FA311C: hue angle of 5.68º 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 #FA311C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 28 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.02 |
| HSL | 5.68º | 0.96% | 0.55% | - |
| HSV(B) | 5.68º | 0.89% | 0.98% | - |
| XYZ | 40.73 | 22.6 | 3.31 | - |
| YUV | 106.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 28 | 0 | 0.80 | 0.89 | 0.02 | 5.68 | 0.96 | 0.55 |
| Hex | FA | 31 | 1C | 0 | 50 | 59 | 2 | 6 | 60 | 37 |
| Octal | 372 | 61 | 34 | 0 | 120 | 131 | 2 | 6 | 140 | 67 |
| Binary | 11111010 | 110001 | 11100 | 0 | 1010000 | 1011001 | 10 | 110 | 1100000 | 110111 |
Color Harmonies of #FA311C
Complementary color
Monochromatic Colors of #FA311C
Black with #FA311C
Text Example
Text Example
White with #FA311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA311C; }
p { color: rgb(250,49,28); }
H1.HeaderClassName
{
color: #FA311C;
}
.AnyTagClassName
{
color: #FA311C;
}
</style>
background-color css
<style>
a { background-color: #FA311C; }
a { background-color: rgb(250,49,28); }
div.DivClassName
{
background-color: #FA311C;
}
.BgClassName
{
background-color: #FA311C;
}
</style>
border-color css
<style>
span { border-color: #FA311C; }
span { border-color: rgb(250,49,28); }
td.TdClassName
{
border-color: #FA311C;
}
.TagClassName
{
border-color: #FA311C;
}
</style>