Shades of Red Orange #FA352E
Tints of Red Orange #FA352E
RGB
CMYK
RGB Variations
Color information
#FA352E (or 0xFA352E) is known color: Red Orange. HEX triplet: FA, 35 and 2E. RGB value is (250,53,46). Sum of RGB (Red+Green+Blue) = 250+53+46=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA352E is #05CAD1. Grayscale: #6F6F6F. Windows color (decimal): -379602 or 3028474. OLE color: 3028474.
HSL color Cylindrical-coordinate representation of color #FA352E: hue angle of 2.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA352E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 46 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.02 |
| HSL | 2.06º | 0.95% | 0.58% | - |
| HSV(B) | 2.06º | 0.82% | 0.98% | - |
| XYZ | 41.19 | 23.07 | 4.87 | - |
| YUV | 111.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 46 | 0 | 0.79 | 0.82 | 0.02 | 2.06 | 0.95 | 0.58 |
| Hex | FA | 35 | 2E | 0 | 4F | 52 | 2 | 2 | 5F | 3A |
| Octal | 372 | 65 | 56 | 0 | 117 | 122 | 2 | 2 | 137 | 72 |
| Binary | 11111010 | 110101 | 101110 | 0 | 1001111 | 1010010 | 10 | 10 | 1011111 | 111010 |
Color Harmonies of #FA352E
Complementary color
Monochromatic Colors of #FA352E
Black with #FA352E
Text Example
Text Example
White with #FA352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA352E; }
p { color: rgb(250,53,46); }
H1.HeaderClassName
{
color: #FA352E;
}
.AnyTagClassName
{
color: #FA352E;
}
</style>
background-color css
<style>
a { background-color: #FA352E; }
a { background-color: rgb(250,53,46); }
div.DivClassName
{
background-color: #FA352E;
}
.BgClassName
{
background-color: #FA352E;
}
</style>
border-color css
<style>
span { border-color: #FA352E; }
span { border-color: rgb(250,53,46); }
td.TdClassName
{
border-color: #FA352E;
}
.TagClassName
{
border-color: #FA352E;
}
</style>