Shades of Red Orange #FA352F
Tints of Red Orange #FA352F
RGB
CMYK
RGB Variations
Color information
#FA352F (or 0xFA352F) is known color: Red Orange. HEX triplet: FA, 35 and 2F. RGB value is (250,53,47). Sum of RGB (Red+Green+Blue) = 250+53+47=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA352F is #05CAD0. Grayscale: #6F6F6F. Windows color (decimal): -379601 or 3094010. OLE color: 3094010.
HSL color Cylindrical-coordinate representation of color #FA352F: hue angle of 1.77º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA352F is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 47 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.02 |
| HSL | 1.77º | 0.95% | 0.58% | - |
| HSV(B) | 1.77º | 0.81% | 0.98% | - |
| XYZ | 41.21 | 23.08 | 4.97 | - |
| YUV | 111.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 47 | 0 | 0.79 | 0.81 | 0.02 | 1.77 | 0.95 | 0.58 |
| Hex | FA | 35 | 2F | 0 | 4F | 51 | 2 | 2 | 5F | 3A |
| Octal | 372 | 65 | 57 | 0 | 117 | 121 | 2 | 2 | 137 | 72 |
| Binary | 11111010 | 110101 | 101111 | 0 | 1001111 | 1010001 | 10 | 10 | 1011111 | 111010 |
Color Harmonies of #FA352F
Complementary color
Monochromatic Colors of #FA352F
Black with #FA352F
Text Example
Text Example
White with #FA352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA352F; }
p { color: rgb(250,53,47); }
H1.HeaderClassName
{
color: #FA352F;
}
.AnyTagClassName
{
color: #FA352F;
}
</style>
background-color css
<style>
a { background-color: #FA352F; }
a { background-color: rgb(250,53,47); }
div.DivClassName
{
background-color: #FA352F;
}
.BgClassName
{
background-color: #FA352F;
}
</style>
border-color css
<style>
span { border-color: #FA352F; }
span { border-color: rgb(250,53,47); }
td.TdClassName
{
border-color: #FA352F;
}
.TagClassName
{
border-color: #FA352F;
}
</style>