Shades of Red Orange #FA4D1E
Tints of Red Orange #FA4D1E
RGB
CMYK
RGB Variations
Color information
#FA4D1E (or 0xFA4D1E) is known color: Red Orange. HEX triplet: FA, 4D and 1E. RGB value is (250,77,30). Sum of RGB (Red+Green+Blue) = 250+77+30=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D1E is #05B2E1. Grayscale: #7B7B7B. Windows color (decimal): -373474 or 1986042. OLE color: 1986042.
HSL color Cylindrical-coordinate representation of color #FA4D1E: hue angle of 12.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 #FA4D1E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 30 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.02 |
| HSL | 12.82º | 0.96% | 0.55% | - |
| HSV(B) | 12.82º | 0.88% | 0.98% | - |
| XYZ | 42.31 | 25.73 | 3.96 | - |
| YUV | 123.37 | 75.31 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 30 | 0 | 0.69 | 0.88 | 0.02 | 12.82 | 0.96 | 0.55 |
| Hex | FA | 4D | 1E | 0 | 45 | 58 | 2 | D | 60 | 37 |
| Octal | 372 | 115 | 36 | 0 | 105 | 130 | 2 | 15 | 140 | 67 |
| Binary | 11111010 | 1001101 | 11110 | 0 | 1000101 | 1011000 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FA4D1E
Complementary color
Monochromatic Colors of #FA4D1E
Black with #FA4D1E
Text Example
Text Example
White with #FA4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D1E; }
p { color: rgb(250,77,30); }
H1.HeaderClassName
{
color: #FA4D1E;
}
.AnyTagClassName
{
color: #FA4D1E;
}
</style>
background-color css
<style>
a { background-color: #FA4D1E; }
a { background-color: rgb(250,77,30); }
div.DivClassName
{
background-color: #FA4D1E;
}
.BgClassName
{
background-color: #FA4D1E;
}
</style>
border-color css
<style>
span { border-color: #FA4D1E; }
span { border-color: rgb(250,77,30); }
td.TdClassName
{
border-color: #FA4D1E;
}
.TagClassName
{
border-color: #FA4D1E;
}
</style>