Shades of Red Orange #FA422D
Tints of Red Orange #FA422D
RGB
CMYK
RGB Variations
Color information
#FA422D (or 0xFA422D) is known color: Red Orange. HEX triplet: FA, 42 and 2D. RGB value is (250,66,45). Sum of RGB (Red+Green+Blue) = 250+66+45=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA422D is #05BDD2. Grayscale: #767676. Windows color (decimal): -376275 or 2966266. OLE color: 2966266.
HSL color Cylindrical-coordinate representation of color #FA422D: hue angle of 6.15º 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 #FA422D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 45 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.02 |
| HSL | 6.15º | 0.95% | 0.58% | - |
| HSV(B) | 6.15º | 0.82% | 0.98% | - |
| XYZ | 41.85 | 24.41 | 4.99 | - |
| YUV | 118.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 45 | 0 | 0.74 | 0.82 | 0.02 | 6.15 | 0.95 | 0.58 |
| Hex | FA | 42 | 2D | 0 | 4A | 52 | 2 | 6 | 5F | 3A |
| Octal | 372 | 102 | 55 | 0 | 112 | 122 | 2 | 6 | 137 | 72 |
| Binary | 11111010 | 1000010 | 101101 | 0 | 1001010 | 1010010 | 10 | 110 | 1011111 | 111010 |
Color Harmonies of #FA422D
Complementary color
Monochromatic Colors of #FA422D
Black with #FA422D
Text Example
Text Example
White with #FA422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA422D; }
p { color: rgb(250,66,45); }
H1.HeaderClassName
{
color: #FA422D;
}
.AnyTagClassName
{
color: #FA422D;
}
</style>
background-color css
<style>
a { background-color: #FA422D; }
a { background-color: rgb(250,66,45); }
div.DivClassName
{
background-color: #FA422D;
}
.BgClassName
{
background-color: #FA422D;
}
</style>
border-color css
<style>
span { border-color: #FA422D; }
span { border-color: rgb(250,66,45); }
td.TdClassName
{
border-color: #FA422D;
}
.TagClassName
{
border-color: #FA422D;
}
</style>