Shades of Red Orange #FA4E28
Tints of Red Orange #FA4E28
RGB
CMYK
RGB Variations
Color information
#FA4E28 (or 0xFA4E28) is known color: Red Orange. HEX triplet: FA, 4E and 28. RGB value is (250,78,40). Sum of RGB (Red+Green+Blue) = 250+78+40=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4E28 is #05B1D7. Grayscale: #7D7D7D. Windows color (decimal): -373208 or 2641658. OLE color: 2641658.
HSL color Cylindrical-coordinate representation of color #FA4E28: hue angle of 10.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA4E28 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 40 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.02 |
| HSL | 10.86º | 0.95% | 0.57% | - |
| HSV(B) | 10.86º | 0.84% | 0.98% | - |
| XYZ | 42.53 | 25.93 | 4.77 | - |
| YUV | 125.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 40 | 0 | 0.69 | 0.84 | 0.02 | 10.86 | 0.95 | 0.57 |
| Hex | FA | 4E | 28 | 0 | 45 | 54 | 2 | B | 5F | 39 |
| Octal | 372 | 116 | 50 | 0 | 105 | 124 | 2 | 13 | 137 | 71 |
| Binary | 11111010 | 1001110 | 101000 | 0 | 1000101 | 1010100 | 10 | 1011 | 1011111 | 111001 |
Color Harmonies of #FA4E28
Complementary color
Monochromatic Colors of #FA4E28
Black with #FA4E28
Text Example
Text Example
White with #FA4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E28; }
p { color: rgb(250,78,40); }
H1.HeaderClassName
{
color: #FA4E28;
}
.AnyTagClassName
{
color: #FA4E28;
}
</style>
background-color css
<style>
a { background-color: #FA4E28; }
a { background-color: rgb(250,78,40); }
div.DivClassName
{
background-color: #FA4E28;
}
.BgClassName
{
background-color: #FA4E28;
}
</style>
border-color css
<style>
span { border-color: #FA4E28; }
span { border-color: rgb(250,78,40); }
td.TdClassName
{
border-color: #FA4E28;
}
.TagClassName
{
border-color: #FA4E28;
}
</style>