Shades of Red Orange #FA3C32
Tints of Red Orange #FA3C32
RGB
CMYK
RGB Variations
Color information
#FA3C32 (or 0xFA3C32) is known color: Red Orange. HEX triplet: FA, 3C and 32. RGB value is (250,60,50). Sum of RGB (Red+Green+Blue) = 250+60+50=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C32 is #05C3CD. Grayscale: #737373. Windows color (decimal): -377806 or 3292410. OLE color: 3292410.
HSL color Cylindrical-coordinate representation of color #FA3C32: hue angle of 3º 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 #FA3C32 is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 50 | - |
| CMYK | 0 | 0.76 | 0.8 | 0.02 |
| HSL | 3º | 0.95% | 0.59% | - |
| HSV(B) | 3º | 0.8% | 0.98% | - |
| XYZ | 41.62 | 23.79 | 5.42 | - |
| YUV | 115.67 | 90.95 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 50 | 0 | 0.76 | 0.8 | 0.02 | 3 | 0.95 | 0.59 |
| Hex | FA | 3C | 32 | 0 | 4C | 50 | 2 | 3 | 5F | 3B |
| Octal | 372 | 74 | 62 | 0 | 114 | 120 | 2 | 3 | 137 | 73 |
| Binary | 11111010 | 111100 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1011111 | 111011 |
Color Harmonies of #FA3C32
Complementary color
Monochromatic Colors of #FA3C32
Black with #FA3C32
Text Example
Text Example
White with #FA3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C32; }
p { color: rgb(250,60,50); }
H1.HeaderClassName
{
color: #FA3C32;
}
.AnyTagClassName
{
color: #FA3C32;
}
</style>
background-color css
<style>
a { background-color: #FA3C32; }
a { background-color: rgb(250,60,50); }
div.DivClassName
{
background-color: #FA3C32;
}
.BgClassName
{
background-color: #FA3C32;
}
</style>
border-color css
<style>
span { border-color: #FA3C32; }
span { border-color: rgb(250,60,50); }
td.TdClassName
{
border-color: #FA3C32;
}
.TagClassName
{
border-color: #FA3C32;
}
</style>