Shades of Red Orange #FA3C2E
Tints of Red Orange #FA3C2E
RGB
CMYK
RGB Variations
Color information
#FA3C2E (or 0xFA3C2E) is known color: Red Orange. HEX triplet: FA, 3C and 2E. RGB value is (250,60,46). Sum of RGB (Red+Green+Blue) = 250+60+46=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C2E is #05C3D1. Grayscale: #737373. Windows color (decimal): -377810 or 3030266. OLE color: 3030266.
HSL color Cylindrical-coordinate representation of color #FA3C2E: hue angle of 4.12º 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 #FA3C2E is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 46 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.02 |
| HSL | 4.12º | 0.95% | 0.58% | - |
| HSV(B) | 4.12º | 0.82% | 0.98% | - |
| XYZ | 41.53 | 23.75 | 4.98 | - |
| YUV | 115.21 | 88.95 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 46 | 0 | 0.76 | 0.82 | 0.02 | 4.12 | 0.95 | 0.58 |
| Hex | FA | 3C | 2E | 0 | 4C | 52 | 2 | 4 | 5F | 3A |
| Octal | 372 | 74 | 56 | 0 | 114 | 122 | 2 | 4 | 137 | 72 |
| Binary | 11111010 | 111100 | 101110 | 0 | 1001100 | 1010010 | 10 | 100 | 1011111 | 111010 |
Color Harmonies of #FA3C2E
Complementary color
Monochromatic Colors of #FA3C2E
Black with #FA3C2E
Text Example
Text Example
White with #FA3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C2E; }
p { color: rgb(250,60,46); }
H1.HeaderClassName
{
color: #FA3C2E;
}
.AnyTagClassName
{
color: #FA3C2E;
}
</style>
background-color css
<style>
a { background-color: #FA3C2E; }
a { background-color: rgb(250,60,46); }
div.DivClassName
{
background-color: #FA3C2E;
}
.BgClassName
{
background-color: #FA3C2E;
}
</style>
border-color css
<style>
span { border-color: #FA3C2E; }
span { border-color: rgb(250,60,46); }
td.TdClassName
{
border-color: #FA3C2E;
}
.TagClassName
{
border-color: #FA3C2E;
}
</style>