Shades of Red Orange #FA4932
Tints of Red Orange #FA4932
RGB
CMYK
RGB Variations
Color information
#FA4932 (or 0xFA4932) is known color: Red Orange. HEX triplet: FA, 49 and 32. RGB value is (250,73,50). Sum of RGB (Red+Green+Blue) = 250+73+50=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4932 is #05B6CD. Grayscale: #7B7B7B. Windows color (decimal): -374478 or 3295738. OLE color: 3295738.
HSL color Cylindrical-coordinate representation of color #FA4932: hue angle of 6.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4932 is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 50 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.02 |
| HSL | 6.9º | 0.95% | 0.59% | - |
| HSV(B) | 6.9º | 0.8% | 0.98% | - |
| XYZ | 42.38 | 25.32 | 5.67 | - |
| YUV | 123.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 50 | 0 | 0.71 | 0.8 | 0.02 | 6.9 | 0.95 | 0.59 |
| Hex | FA | 49 | 32 | 0 | 47 | 50 | 2 | 7 | 5F | 3B |
| Octal | 372 | 111 | 62 | 0 | 107 | 120 | 2 | 7 | 137 | 73 |
| Binary | 11111010 | 1001001 | 110010 | 0 | 1000111 | 1010000 | 10 | 111 | 1011111 | 111011 |
Color Harmonies of #FA4932
Complementary color
Monochromatic Colors of #FA4932
Black with #FA4932
Text Example
Text Example
White with #FA4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4932; }
p { color: rgb(250,73,50); }
H1.HeaderClassName
{
color: #FA4932;
}
.AnyTagClassName
{
color: #FA4932;
}
</style>
background-color css
<style>
a { background-color: #FA4932; }
a { background-color: rgb(250,73,50); }
div.DivClassName
{
background-color: #FA4932;
}
.BgClassName
{
background-color: #FA4932;
}
</style>
border-color css
<style>
span { border-color: #FA4932; }
span { border-color: rgb(250,73,50); }
td.TdClassName
{
border-color: #FA4932;
}
.TagClassName
{
border-color: #FA4932;
}
</style>