Shades of Red Orange #FA411B
Tints of Red Orange #FA411B
RGB
CMYK
RGB Variations
Color information
#FA411B (or 0xFA411B) is known color: Red Orange. HEX triplet: FA, 41 and 1B. RGB value is (250,65,27). Sum of RGB (Red+Green+Blue) = 250+65+27=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA411B is #05BEE4. Grayscale: #747474. Windows color (decimal): -376549 or 1786362. OLE color: 1786362.
HSL color Cylindrical-coordinate representation of color #FA411B: hue angle of 10.22º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA411B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 10.22º | 0.96% | 0.54% | - |
| HSV(B) | 10.22º | 0.89% | 0.98% | - |
| XYZ | 41.51 | 24.18 | 3.52 | - |
| YUV | 115.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 27 | 0 | 0.74 | 0.89 | 0.02 | 10.22 | 0.96 | 0.54 |
| Hex | FA | 41 | 1B | 0 | 4A | 59 | 2 | A | 60 | 36 |
| Octal | 372 | 101 | 33 | 0 | 112 | 131 | 2 | 12 | 140 | 66 |
| Binary | 11111010 | 1000001 | 11011 | 0 | 1001010 | 1011001 | 10 | 1010 | 1100000 | 110110 |
Color Harmonies of #FA411B
Complementary color
Monochromatic Colors of #FA411B
Black with #FA411B
Text Example
Text Example
White with #FA411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA411B; }
p { color: rgb(250,65,27); }
H1.HeaderClassName
{
color: #FA411B;
}
.AnyTagClassName
{
color: #FA411B;
}
</style>
background-color css
<style>
a { background-color: #FA411B; }
a { background-color: rgb(250,65,27); }
div.DivClassName
{
background-color: #FA411B;
}
.BgClassName
{
background-color: #FA411B;
}
</style>
border-color css
<style>
span { border-color: #FA411B; }
span { border-color: rgb(250,65,27); }
td.TdClassName
{
border-color: #FA411B;
}
.TagClassName
{
border-color: #FA411B;
}
</style>