Shades of Red Orange #FA4E26
Tints of Red Orange #FA4E26
RGB
CMYK
RGB Variations
Color information
#FA4E26 (or 0xFA4E26) is known color: Red Orange. HEX triplet: FA, 4E and 26. RGB value is (250,78,38). Sum of RGB (Red+Green+Blue) = 250+78+38=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4E26 is #05B1D9. Grayscale: #7D7D7D. Windows color (decimal): -373210 or 2510586. OLE color: 2510586.
HSL color Cylindrical-coordinate representation of color #FA4E26: hue angle of 11.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA4E26 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 38 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.02 |
| HSL | 11.32º | 0.95% | 0.56% | - |
| HSV(B) | 11.32º | 0.85% | 0.98% | - |
| XYZ | 42.5 | 25.91 | 4.6 | - |
| YUV | 124.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 38 | 0 | 0.69 | 0.85 | 0.02 | 11.32 | 0.95 | 0.56 |
| Hex | FA | 4E | 26 | 0 | 45 | 55 | 2 | B | 5F | 38 |
| Octal | 372 | 116 | 46 | 0 | 105 | 125 | 2 | 13 | 137 | 70 |
| Binary | 11111010 | 1001110 | 100110 | 0 | 1000101 | 1010101 | 10 | 1011 | 1011111 | 111000 |
Color Harmonies of #FA4E26
Complementary color
Monochromatic Colors of #FA4E26
Black with #FA4E26
Text Example
Text Example
White with #FA4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E26; }
p { color: rgb(250,78,38); }
H1.HeaderClassName
{
color: #FA4E26;
}
.AnyTagClassName
{
color: #FA4E26;
}
</style>
background-color css
<style>
a { background-color: #FA4E26; }
a { background-color: rgb(250,78,38); }
div.DivClassName
{
background-color: #FA4E26;
}
.BgClassName
{
background-color: #FA4E26;
}
</style>
border-color css
<style>
span { border-color: #FA4E26; }
span { border-color: rgb(250,78,38); }
td.TdClassName
{
border-color: #FA4E26;
}
.TagClassName
{
border-color: #FA4E26;
}
</style>