Shades of Red Orange #FA3E2B
Tints of Red Orange #FA3E2B
RGB
CMYK
RGB Variations
Color information
#FA3E2B (or 0xFA3E2B) is known color: Red Orange. HEX triplet: FA, 3E and 2B. RGB value is (250,62,43). Sum of RGB (Red+Green+Blue) = 250+62+43=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E2B is #05C1D4. Grayscale: #747474. Windows color (decimal): -377301 or 2834170. OLE color: 2834170.
HSL color Cylindrical-coordinate representation of color #FA3E2B: hue angle of 5.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA3E2B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 43 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.02 |
| HSL | 5.51º | 0.95% | 0.57% | - |
| HSV(B) | 5.51º | 0.83% | 0.98% | - |
| XYZ | 41.58 | 23.94 | 4.72 | - |
| YUV | 116.05 | 86.78 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 43 | 0 | 0.75 | 0.83 | 0.02 | 5.51 | 0.95 | 0.57 |
| Hex | FA | 3E | 2B | 0 | 4B | 53 | 2 | 6 | 5F | 39 |
| Octal | 372 | 76 | 53 | 0 | 113 | 123 | 2 | 6 | 137 | 71 |
| Binary | 11111010 | 111110 | 101011 | 0 | 1001011 | 1010011 | 10 | 110 | 1011111 | 111001 |
Color Harmonies of #FA3E2B
Complementary color
Monochromatic Colors of #FA3E2B
Black with #FA3E2B
Text Example
Text Example
White with #FA3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E2B; }
p { color: rgb(250,62,43); }
H1.HeaderClassName
{
color: #FA3E2B;
}
.AnyTagClassName
{
color: #FA3E2B;
}
</style>
background-color css
<style>
a { background-color: #FA3E2B; }
a { background-color: rgb(250,62,43); }
div.DivClassName
{
background-color: #FA3E2B;
}
.BgClassName
{
background-color: #FA3E2B;
}
</style>
border-color css
<style>
span { border-color: #FA3E2B; }
span { border-color: rgb(250,62,43); }
td.TdClassName
{
border-color: #FA3E2B;
}
.TagClassName
{
border-color: #FA3E2B;
}
</style>