Shades of Red Orange #FA4E2F
Tints of Red Orange #FA4E2F
RGB
CMYK
RGB Variations
Color information
#FA4E2F (or 0xFA4E2F) is known color: Red Orange. HEX triplet: FA, 4E and 2F. RGB value is (250,78,47). Sum of RGB (Red+Green+Blue) = 250+78+47=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4E2F is #05B1D0. Grayscale: #7E7E7E. Windows color (decimal): -373201 or 3100410. OLE color: 3100410.
HSL color Cylindrical-coordinate representation of color #FA4E2F: hue angle of 9.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA4E2F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 47 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.02 |
| HSL | 9.16º | 0.95% | 0.58% | - |
| HSV(B) | 9.16º | 0.81% | 0.98% | - |
| XYZ | 42.66 | 25.98 | 5.46 | - |
| YUV | 125.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 47 | 0 | 0.69 | 0.81 | 0.02 | 9.16 | 0.95 | 0.58 |
| Hex | FA | 4E | 2F | 0 | 45 | 51 | 2 | 9 | 5F | 3A |
| Octal | 372 | 116 | 57 | 0 | 105 | 121 | 2 | 11 | 137 | 72 |
| Binary | 11111010 | 1001110 | 101111 | 0 | 1000101 | 1010001 | 10 | 1001 | 1011111 | 111010 |
Color Harmonies of #FA4E2F
Complementary color
Monochromatic Colors of #FA4E2F
Black with #FA4E2F
Text Example
Text Example
White with #FA4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E2F; }
p { color: rgb(250,78,47); }
H1.HeaderClassName
{
color: #FA4E2F;
}
.AnyTagClassName
{
color: #FA4E2F;
}
</style>
background-color css
<style>
a { background-color: #FA4E2F; }
a { background-color: rgb(250,78,47); }
div.DivClassName
{
background-color: #FA4E2F;
}
.BgClassName
{
background-color: #FA4E2F;
}
</style>
border-color css
<style>
span { border-color: #FA4E2F; }
span { border-color: rgb(250,78,47); }
td.TdClassName
{
border-color: #FA4E2F;
}
.TagClassName
{
border-color: #FA4E2F;
}
</style>