Shades of Red Orange #FA352C
Tints of Red Orange #FA352C
RGB
CMYK
RGB Variations
Color information
#FA352C (or 0xFA352C) is known color: Red Orange. HEX triplet: FA, 35 and 2C. RGB value is (250,53,44). Sum of RGB (Red+Green+Blue) = 250+53+44=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA352C is #05CAD3. Grayscale: #6F6F6F. Windows color (decimal): -379604 or 2897402. OLE color: 2897402.
HSL color Cylindrical-coordinate representation of color #FA352C: hue angle of 2.62º 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 #FA352C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 44 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.02 |
| HSL | 2.62º | 0.95% | 0.58% | - |
| HSV(B) | 2.62º | 0.82% | 0.98% | - |
| XYZ | 41.15 | 23.05 | 4.66 | - |
| YUV | 110.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 44 | 0 | 0.79 | 0.82 | 0.02 | 2.62 | 0.95 | 0.58 |
| Hex | FA | 35 | 2C | 0 | 4F | 52 | 2 | 3 | 5F | 3A |
| Octal | 372 | 65 | 54 | 0 | 117 | 122 | 2 | 3 | 137 | 72 |
| Binary | 11111010 | 110101 | 101100 | 0 | 1001111 | 1010010 | 10 | 11 | 1011111 | 111010 |
Color Harmonies of #FA352C
Complementary color
Monochromatic Colors of #FA352C
Black with #FA352C
Text Example
Text Example
White with #FA352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA352C; }
p { color: rgb(250,53,44); }
H1.HeaderClassName
{
color: #FA352C;
}
.AnyTagClassName
{
color: #FA352C;
}
</style>
background-color css
<style>
a { background-color: #FA352C; }
a { background-color: rgb(250,53,44); }
div.DivClassName
{
background-color: #FA352C;
}
.BgClassName
{
background-color: #FA352C;
}
</style>
border-color css
<style>
span { border-color: #FA352C; }
span { border-color: rgb(250,53,44); }
td.TdClassName
{
border-color: #FA352C;
}
.TagClassName
{
border-color: #FA352C;
}
</style>