Shades of Red Orange #FA3232
Tints of Red Orange #FA3232
RGB
CMYK
RGB Variations
Color information
#FA3232 (or 0xFA3232) is known color: Red Orange. HEX triplet: FA, 32 and 32. RGB value is (250,50,50). Sum of RGB (Red+Green+Blue) = 250+50+50=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3232 is #05CDCD. Grayscale: #6E6E6E. Windows color (decimal): -380366 or 3289850. OLE color: 3289850.
HSL color Cylindrical-coordinate representation of color #FA3232: hue angle of 0º 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 #FA3232 is Cyan = 0, Magento = 0.8, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 50 | - |
| CMYK | 0 | 0.8 | 0.8 | 0.02 |
| HSL | 0º | 0.95% | 0.59% | - |
| HSV(B) | 0º | 0.8% | 0.98% | - |
| XYZ | 41.14 | 22.84 | 5.26 | - |
| YUV | 109.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 50 | 0 | 0.8 | 0.8 | 0.02 | 0 | 0.95 | 0.59 |
| Hex | FA | 32 | 32 | 0 | 50 | 50 | 2 | 0 | 5F | 3B |
| Octal | 372 | 62 | 62 | 0 | 120 | 120 | 2 | 0 | 137 | 73 |
| Binary | 11111010 | 110010 | 110010 | 0 | 1010000 | 1010000 | 10 | 0 | 1011111 | 111011 |
Color Harmonies of #FA3232
Complementary color
Monochromatic Colors of #FA3232
Black with #FA3232
Text Example
Text Example
White with #FA3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3232; }
p { color: rgb(250,50,50); }
H1.HeaderClassName
{
color: #FA3232;
}
.AnyTagClassName
{
color: #FA3232;
}
</style>
background-color css
<style>
a { background-color: #FA3232; }
a { background-color: rgb(250,50,50); }
div.DivClassName
{
background-color: #FA3232;
}
.BgClassName
{
background-color: #FA3232;
}
</style>
border-color css
<style>
span { border-color: #FA3232; }
span { border-color: rgb(250,50,50); }
td.TdClassName
{
border-color: #FA3232;
}
.TagClassName
{
border-color: #FA3232;
}
</style>