Shades of Red Orange #FA361D
Tints of Red Orange #FA361D
RGB
CMYK
RGB Variations
Color information
#FA361D (or 0xFA361D) is known color: Red Orange. HEX triplet: FA, 36 and 1D. RGB value is (250,54,29). Sum of RGB (Red+Green+Blue) = 250+54+29=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA361D is #05C9E2. Grayscale: #6E6E6E. Windows color (decimal): -379363 or 1914618. OLE color: 1914618.
HSL color Cylindrical-coordinate representation of color #FA361D: hue angle of 6.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA361D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.02 |
| HSL | 6.79º | 0.96% | 0.55% | - |
| HSV(B) | 6.79º | 0.88% | 0.98% | - |
| XYZ | 40.97 | 23.05 | 3.45 | - |
| YUV | 109.75 | 82.43 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 29 | 0 | 0.78 | 0.88 | 0.02 | 6.79 | 0.96 | 0.55 |
| Hex | FA | 36 | 1D | 0 | 4E | 58 | 2 | 7 | 60 | 37 |
| Octal | 372 | 66 | 35 | 0 | 116 | 130 | 2 | 7 | 140 | 67 |
| Binary | 11111010 | 110110 | 11101 | 0 | 1001110 | 1011000 | 10 | 111 | 1100000 | 110111 |
Color Harmonies of #FA361D
Complementary color
Monochromatic Colors of #FA361D
Black with #FA361D
Text Example
Text Example
White with #FA361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA361D; }
p { color: rgb(250,54,29); }
H1.HeaderClassName
{
color: #FA361D;
}
.AnyTagClassName
{
color: #FA361D;
}
</style>
background-color css
<style>
a { background-color: #FA361D; }
a { background-color: rgb(250,54,29); }
div.DivClassName
{
background-color: #FA361D;
}
.BgClassName
{
background-color: #FA361D;
}
</style>
border-color css
<style>
span { border-color: #FA361D; }
span { border-color: rgb(250,54,29); }
td.TdClassName
{
border-color: #FA361D;
}
.TagClassName
{
border-color: #FA361D;
}
</style>