Shades of Red Orange #FA2922
Tints of Red Orange #FA2922
RGB
CMYK
RGB Variations
Color information
#FA2922 (or 0xFA2922) is known color: Red Orange. HEX triplet: FA, 29 and 22. RGB value is (250,41,34). Sum of RGB (Red+Green+Blue) = 250+41+34=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2922 is #05D6DD. Grayscale: #666666. Windows color (decimal): -382686 or 2238970. OLE color: 2238970.
HSL color Cylindrical-coordinate representation of color #FA2922: hue angle of 1.94º 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 #FA2922 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 34 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.02 |
| HSL | 1.94º | 0.96% | 0.56% | - |
| HSV(B) | 1.94º | 0.86% | 0.98% | - |
| XYZ | 40.51 | 22.03 | 3.63 | - |
| YUV | 102.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 34 | 0 | 0.84 | 0.86 | 0.02 | 1.94 | 0.96 | 0.56 |
| Hex | FA | 29 | 22 | 0 | 54 | 56 | 2 | 2 | 60 | 38 |
| Octal | 372 | 51 | 42 | 0 | 124 | 126 | 2 | 2 | 140 | 70 |
| Binary | 11111010 | 101001 | 100010 | 0 | 1010100 | 1010110 | 10 | 10 | 1100000 | 111000 |
Color Harmonies of #FA2922
Complementary color
Monochromatic Colors of #FA2922
Black with #FA2922
Text Example
Text Example
White with #FA2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2922; }
p { color: rgb(250,41,34); }
H1.HeaderClassName
{
color: #FA2922;
}
.AnyTagClassName
{
color: #FA2922;
}
</style>
background-color css
<style>
a { background-color: #FA2922; }
a { background-color: rgb(250,41,34); }
div.DivClassName
{
background-color: #FA2922;
}
.BgClassName
{
background-color: #FA2922;
}
</style>
border-color css
<style>
span { border-color: #FA2922; }
span { border-color: rgb(250,41,34); }
td.TdClassName
{
border-color: #FA2922;
}
.TagClassName
{
border-color: #FA2922;
}
</style>