Shades of Red Orange #FA371E
Tints of Red Orange #FA371E
RGB
CMYK
RGB Variations
Color information
#FA371E (or 0xFA371E) is known color: Red Orange. HEX triplet: FA, 37 and 1E. RGB value is (250,55,30). Sum of RGB (Red+Green+Blue) = 250+55+30=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA371E is #05C8E1. Grayscale: #6E6E6E. Windows color (decimal): -379106 or 1980410. OLE color: 1980410.
HSL color Cylindrical-coordinate representation of color #FA371E: hue angle of 6.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA371E is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 30 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.02 |
| HSL | 6.82º | 0.96% | 0.55% | - |
| HSV(B) | 6.82º | 0.88% | 0.98% | - |
| XYZ | 41.02 | 23.15 | 3.53 | - |
| YUV | 110.46 | 82.6 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 30 | 0 | 0.78 | 0.88 | 0.02 | 6.82 | 0.96 | 0.55 |
| Hex | FA | 37 | 1E | 0 | 4E | 58 | 2 | 7 | 60 | 37 |
| Octal | 372 | 67 | 36 | 0 | 116 | 130 | 2 | 7 | 140 | 67 |
| Binary | 11111010 | 110111 | 11110 | 0 | 1001110 | 1011000 | 10 | 111 | 1100000 | 110111 |
Color Harmonies of #FA371E
Complementary color
Monochromatic Colors of #FA371E
Black with #FA371E
Text Example
Text Example
White with #FA371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA371E; }
p { color: rgb(250,55,30); }
H1.HeaderClassName
{
color: #FA371E;
}
.AnyTagClassName
{
color: #FA371E;
}
</style>
background-color css
<style>
a { background-color: #FA371E; }
a { background-color: rgb(250,55,30); }
div.DivClassName
{
background-color: #FA371E;
}
.BgClassName
{
background-color: #FA371E;
}
</style>
border-color css
<style>
span { border-color: #FA371E; }
span { border-color: rgb(250,55,30); }
td.TdClassName
{
border-color: #FA371E;
}
.TagClassName
{
border-color: #FA371E;
}
</style>