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