Shades of Red Orange #FA3322
Tints of Red Orange #FA3322
RGB
CMYK
RGB Variations
Color information
#FA3322 (or 0xFA3322) is known color: Red Orange. HEX triplet: FA, 33 and 22. RGB value is (250,51,34). Sum of RGB (Red+Green+Blue) = 250+51+34=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3322 is #05CCDD. Grayscale: #6C6C6C. Windows color (decimal): -380126 or 2241530. OLE color: 2241530.
HSL color Cylindrical-coordinate representation of color #FA3322: hue angle of 4.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA3322 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 34 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.02 |
| HSL | 4.72º | 0.96% | 0.56% | - |
| HSV(B) | 4.72º | 0.86% | 0.98% | - |
| XYZ | 40.9 | 22.81 | 3.76 | - |
| YUV | 108.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 34 | 0 | 0.80 | 0.86 | 0.02 | 4.72 | 0.96 | 0.56 |
| Hex | FA | 33 | 22 | 0 | 50 | 56 | 2 | 5 | 60 | 38 |
| Octal | 372 | 63 | 42 | 0 | 120 | 126 | 2 | 5 | 140 | 70 |
| Binary | 11111010 | 110011 | 100010 | 0 | 1010000 | 1010110 | 10 | 101 | 1100000 | 111000 |
Color Harmonies of #FA3322
Complementary color
Monochromatic Colors of #FA3322
Black with #FA3322
Text Example
Text Example
White with #FA3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3322; }
p { color: rgb(250,51,34); }
H1.HeaderClassName
{
color: #FA3322;
}
.AnyTagClassName
{
color: #FA3322;
}
</style>
background-color css
<style>
a { background-color: #FA3322; }
a { background-color: rgb(250,51,34); }
div.DivClassName
{
background-color: #FA3322;
}
.BgClassName
{
background-color: #FA3322;
}
</style>
border-color css
<style>
span { border-color: #FA3322; }
span { border-color: rgb(250,51,34); }
td.TdClassName
{
border-color: #FA3322;
}
.TagClassName
{
border-color: #FA3322;
}
</style>