Shades of Red Orange #FA3226
Tints of Red Orange #FA3226
RGB
CMYK
RGB Variations
Color information
#FA3226 (or 0xFA3226) is known color: Red Orange. HEX triplet: FA, 32 and 26. RGB value is (250,50,38). Sum of RGB (Red+Green+Blue) = 250+50+38=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3226 is #05CDD9. Grayscale: #6C6C6C. Windows color (decimal): -380378 or 2503418. OLE color: 2503418.
HSL color Cylindrical-coordinate representation of color #FA3226: hue angle of 3.4º 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 #FA3226 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 38 | - |
| CMYK | 0 | 0.8 | 0.85 | 0.02 |
| HSL | 3.4º | 0.95% | 0.56% | - |
| HSV(B) | 3.4º | 0.85% | 0.98% | - |
| XYZ | 40.91 | 22.75 | 4.07 | - |
| YUV | 108.43 | 88.26 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 38 | 0 | 0.8 | 0.85 | 0.02 | 3.4 | 0.95 | 0.56 |
| Hex | FA | 32 | 26 | 0 | 50 | 55 | 2 | 3 | 5F | 38 |
| Octal | 372 | 62 | 46 | 0 | 120 | 125 | 2 | 3 | 137 | 70 |
| Binary | 11111010 | 110010 | 100110 | 0 | 1010000 | 1010101 | 10 | 11 | 1011111 | 111000 |
Color Harmonies of #FA3226
Complementary color
Monochromatic Colors of #FA3226
Black with #FA3226
Text Example
Text Example
White with #FA3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3226; }
p { color: rgb(250,50,38); }
H1.HeaderClassName
{
color: #FA3226;
}
.AnyTagClassName
{
color: #FA3226;
}
</style>
background-color css
<style>
a { background-color: #FA3226; }
a { background-color: rgb(250,50,38); }
div.DivClassName
{
background-color: #FA3226;
}
.BgClassName
{
background-color: #FA3226;
}
</style>
border-color css
<style>
span { border-color: #FA3226; }
span { border-color: rgb(250,50,38); }
td.TdClassName
{
border-color: #FA3226;
}
.TagClassName
{
border-color: #FA3226;
}
</style>