Shades of Red Orange #FA3A32
Tints of Red Orange #FA3A32
RGB
CMYK
RGB Variations
Color information
#FA3A32 (or 0xFA3A32) is known color: Red Orange. HEX triplet: FA, 3A and 32. RGB value is (250,58,50). Sum of RGB (Red+Green+Blue) = 250+58+50=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A32 is #05C5CD. Grayscale: #727272. Windows color (decimal): -378318 or 3291898. OLE color: 3291898.
HSL color Cylindrical-coordinate representation of color #FA3A32: hue angle of 2.4º 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 #FA3A32 is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 50 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.02 |
| HSL | 2.4º | 0.95% | 0.59% | - |
| HSV(B) | 2.4º | 0.8% | 0.98% | - |
| XYZ | 41.51 | 23.58 | 5.38 | - |
| YUV | 114.5 | 91.61 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 50 | 0 | 0.77 | 0.8 | 0.02 | 2.4 | 0.95 | 0.59 |
| Hex | FA | 3A | 32 | 0 | 4D | 50 | 2 | 2 | 5F | 3B |
| Octal | 372 | 72 | 62 | 0 | 115 | 120 | 2 | 2 | 137 | 73 |
| Binary | 11111010 | 111010 | 110010 | 0 | 1001101 | 1010000 | 10 | 10 | 1011111 | 111011 |
Color Harmonies of #FA3A32
Complementary color
Monochromatic Colors of #FA3A32
Black with #FA3A32
Text Example
Text Example
White with #FA3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A32; }
p { color: rgb(250,58,50); }
H1.HeaderClassName
{
color: #FA3A32;
}
.AnyTagClassName
{
color: #FA3A32;
}
</style>
background-color css
<style>
a { background-color: #FA3A32; }
a { background-color: rgb(250,58,50); }
div.DivClassName
{
background-color: #FA3A32;
}
.BgClassName
{
background-color: #FA3A32;
}
</style>
border-color css
<style>
span { border-color: #FA3A32; }
span { border-color: rgb(250,58,50); }
td.TdClassName
{
border-color: #FA3A32;
}
.TagClassName
{
border-color: #FA3A32;
}
</style>