Shades of Red Orange #FA3E2E
Tints of Red Orange #FA3E2E
RGB
CMYK
RGB Variations
Color information
#FA3E2E (or 0xFA3E2E) is known color: Red Orange. HEX triplet: FA, 3E and 2E. RGB value is (250,62,46). Sum of RGB (Red+Green+Blue) = 250+62+46=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E2E is #05C1D1. Grayscale: #747474. Windows color (decimal): -377298 or 3030778. OLE color: 3030778.
HSL color Cylindrical-coordinate representation of color #FA3E2E: hue angle of 4.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA3E2E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 46 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.02 |
| HSL | 4.71º | 0.95% | 0.58% | - |
| HSV(B) | 4.71º | 0.82% | 0.98% | - |
| XYZ | 41.64 | 23.97 | 5.02 | - |
| YUV | 116.39 | 88.28 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 46 | 0 | 0.75 | 0.82 | 0.02 | 4.71 | 0.95 | 0.58 |
| Hex | FA | 3E | 2E | 0 | 4B | 52 | 2 | 5 | 5F | 3A |
| Octal | 372 | 76 | 56 | 0 | 113 | 122 | 2 | 5 | 137 | 72 |
| Binary | 11111010 | 111110 | 101110 | 0 | 1001011 | 1010010 | 10 | 101 | 1011111 | 111010 |
Color Harmonies of #FA3E2E
Complementary color
Monochromatic Colors of #FA3E2E
Black with #FA3E2E
Text Example
Text Example
White with #FA3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E2E; }
p { color: rgb(250,62,46); }
H1.HeaderClassName
{
color: #FA3E2E;
}
.AnyTagClassName
{
color: #FA3E2E;
}
</style>
background-color css
<style>
a { background-color: #FA3E2E; }
a { background-color: rgb(250,62,46); }
div.DivClassName
{
background-color: #FA3E2E;
}
.BgClassName
{
background-color: #FA3E2E;
}
</style>
border-color css
<style>
span { border-color: #FA3E2E; }
span { border-color: rgb(250,62,46); }
td.TdClassName
{
border-color: #FA3E2E;
}
.TagClassName
{
border-color: #FA3E2E;
}
</style>