Shades of Red Orange #FA4422
Tints of Red Orange #FA4422
RGB
CMYK
RGB Variations
Color information
#FA4422 (or 0xFA4422) is known color: Red Orange. HEX triplet: FA, 44 and 22. RGB value is (250,68,34). Sum of RGB (Red+Green+Blue) = 250+68+34=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4422 is #05BBDD. Grayscale: #767676. Windows color (decimal): -375774 or 2245882. OLE color: 2245882.
HSL color Cylindrical-coordinate representation of color #FA4422: hue angle of 9.44º 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 #FA4422 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.02 |
| HSL | 9.44º | 0.96% | 0.56% | - |
| HSV(B) | 9.44º | 0.86% | 0.98% | - |
| XYZ | 41.78 | 24.57 | 4.05 | - |
| YUV | 118.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 34 | 0 | 0.73 | 0.86 | 0.02 | 9.44 | 0.96 | 0.56 |
| Hex | FA | 44 | 22 | 0 | 49 | 56 | 2 | 9 | 60 | 38 |
| Octal | 372 | 104 | 42 | 0 | 111 | 126 | 2 | 11 | 140 | 70 |
| Binary | 11111010 | 1000100 | 100010 | 0 | 1001001 | 1010110 | 10 | 1001 | 1100000 | 111000 |
Color Harmonies of #FA4422
Complementary color
Monochromatic Colors of #FA4422
Black with #FA4422
Text Example
Text Example
White with #FA4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4422; }
p { color: rgb(250,68,34); }
H1.HeaderClassName
{
color: #FA4422;
}
.AnyTagClassName
{
color: #FA4422;
}
</style>
background-color css
<style>
a { background-color: #FA4422; }
a { background-color: rgb(250,68,34); }
div.DivClassName
{
background-color: #FA4422;
}
.BgClassName
{
background-color: #FA4422;
}
</style>
border-color css
<style>
span { border-color: #FA4422; }
span { border-color: rgb(250,68,34); }
td.TdClassName
{
border-color: #FA4422;
}
.TagClassName
{
border-color: #FA4422;
}
</style>