Shades of Red Orange #FA362D
Tints of Red Orange #FA362D
RGB
CMYK
RGB Variations
Color information
#FA362D (or 0xFA362D) is known color: Red Orange. HEX triplet: FA, 36 and 2D. RGB value is (250,54,45). Sum of RGB (Red+Green+Blue) = 250+54+45=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA362D is #05C9D2. Grayscale: #6F6F6F. Windows color (decimal): -379347 or 2963194. OLE color: 2963194.
HSL color Cylindrical-coordinate representation of color #FA362D: hue angle of 2.63º 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 #FA362D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.02 |
| HSL | 2.63º | 0.95% | 0.58% | - |
| HSV(B) | 2.63º | 0.82% | 0.98% | - |
| XYZ | 41.22 | 23.15 | 4.78 | - |
| YUV | 111.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 45 | 0 | 0.78 | 0.82 | 0.02 | 2.63 | 0.95 | 0.58 |
| Hex | FA | 36 | 2D | 0 | 4E | 52 | 2 | 3 | 5F | 3A |
| Octal | 372 | 66 | 55 | 0 | 116 | 122 | 2 | 3 | 137 | 72 |
| Binary | 11111010 | 110110 | 101101 | 0 | 1001110 | 1010010 | 10 | 11 | 1011111 | 111010 |
Color Harmonies of #FA362D
Complementary color
Monochromatic Colors of #FA362D
Black with #FA362D
Text Example
Text Example
White with #FA362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA362D; }
p { color: rgb(250,54,45); }
H1.HeaderClassName
{
color: #FA362D;
}
.AnyTagClassName
{
color: #FA362D;
}
</style>
background-color css
<style>
a { background-color: #FA362D; }
a { background-color: rgb(250,54,45); }
div.DivClassName
{
background-color: #FA362D;
}
.BgClassName
{
background-color: #FA362D;
}
</style>
border-color css
<style>
span { border-color: #FA362D; }
span { border-color: rgb(250,54,45); }
td.TdClassName
{
border-color: #FA362D;
}
.TagClassName
{
border-color: #FA362D;
}
</style>