Shades of Red Orange #FA4D31
Tints of Red Orange #FA4D31
RGB
CMYK
RGB Variations
Color information
#FA4D31 (or 0xFA4D31) is known color: Red Orange. HEX triplet: FA, 4D and 31. RGB value is (250,77,49). Sum of RGB (Red+Green+Blue) = 250+77+49=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D31 is #05B2CE. Grayscale: #7D7D7D. Windows color (decimal): -373455 or 3231226. OLE color: 3231226.
HSL color Cylindrical-coordinate representation of color #FA4D31: hue angle of 8.36º 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 #FA4D31 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 49 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.02 |
| HSL | 8.36º | 0.95% | 0.59% | - |
| HSV(B) | 8.36º | 0.8% | 0.98% | - |
| XYZ | 42.63 | 25.85 | 5.65 | - |
| YUV | 125.54 | 84.81 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 49 | 0 | 0.69 | 0.80 | 0.02 | 8.36 | 0.95 | 0.59 |
| Hex | FA | 4D | 31 | 0 | 45 | 50 | 2 | 8 | 5F | 3B |
| Octal | 372 | 115 | 61 | 0 | 105 | 120 | 2 | 10 | 137 | 73 |
| Binary | 11111010 | 1001101 | 110001 | 0 | 1000101 | 1010000 | 10 | 1000 | 1011111 | 111011 |
Color Harmonies of #FA4D31
Complementary color
Monochromatic Colors of #FA4D31
Black with #FA4D31
Text Example
Text Example
White with #FA4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D31; }
p { color: rgb(250,77,49); }
H1.HeaderClassName
{
color: #FA4D31;
}
.AnyTagClassName
{
color: #FA4D31;
}
</style>
background-color css
<style>
a { background-color: #FA4D31; }
a { background-color: rgb(250,77,49); }
div.DivClassName
{
background-color: #FA4D31;
}
.BgClassName
{
background-color: #FA4D31;
}
</style>
border-color css
<style>
span { border-color: #FA4D31; }
span { border-color: rgb(250,77,49); }
td.TdClassName
{
border-color: #FA4D31;
}
.TagClassName
{
border-color: #FA4D31;
}
</style>