Shades of Red Orange #FA342C
Tints of Red Orange #FA342C
RGB
CMYK
RGB Variations
Color information
#FA342C (or 0xFA342C) is known color: Red Orange. HEX triplet: FA, 34 and 2C. RGB value is (250,52,44). Sum of RGB (Red+Green+Blue) = 250+52+44=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA342C is #05CBD3. Grayscale: #6E6E6E. Windows color (decimal): -379860 or 2897146. OLE color: 2897146.
HSL color Cylindrical-coordinate representation of color #FA342C: hue angle of 2.33º 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 #FA342C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 44 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.02 |
| HSL | 2.33º | 0.95% | 0.58% | - |
| HSV(B) | 2.33º | 0.82% | 0.98% | - |
| XYZ | 41.11 | 22.96 | 4.65 | - |
| YUV | 110.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 44 | 0 | 0.79 | 0.82 | 0.02 | 2.33 | 0.95 | 0.58 |
| Hex | FA | 34 | 2C | 0 | 4F | 52 | 2 | 2 | 5F | 3A |
| Octal | 372 | 64 | 54 | 0 | 117 | 122 | 2 | 2 | 137 | 72 |
| Binary | 11111010 | 110100 | 101100 | 0 | 1001111 | 1010010 | 10 | 10 | 1011111 | 111010 |
Color Harmonies of #FA342C
Complementary color
Monochromatic Colors of #FA342C
Black with #FA342C
Text Example
Text Example
White with #FA342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA342C; }
p { color: rgb(250,52,44); }
H1.HeaderClassName
{
color: #FA342C;
}
.AnyTagClassName
{
color: #FA342C;
}
</style>
background-color css
<style>
a { background-color: #FA342C; }
a { background-color: rgb(250,52,44); }
div.DivClassName
{
background-color: #FA342C;
}
.BgClassName
{
background-color: #FA342C;
}
</style>
border-color css
<style>
span { border-color: #FA342C; }
span { border-color: rgb(250,52,44); }
td.TdClassName
{
border-color: #FA342C;
}
.TagClassName
{
border-color: #FA342C;
}
</style>