Shades of Orange Red #FA491B
Tints of Orange Red #FA491B
RGB
CMYK
RGB Variations
Color information
#FA491B (or 0xFA491B) is known color: Orange Red. HEX triplet: FA, 49 and 1B. RGB value is (250,73,27). Sum of RGB (Red+Green+Blue) = 250+73+27=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA491B is #05B6E4. Grayscale: #797979. Windows color (decimal): -374501 or 1788410. OLE color: 1788410.
HSL color Cylindrical-coordinate representation of color #FA491B: hue angle of 12.38º 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 #FA491B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.02 |
| HSL | 12.38º | 0.96% | 0.54% | - |
| HSV(B) | 12.38º | 0.89% | 0.98% | - |
| XYZ | 42 | 25.17 | 3.68 | - |
| YUV | 120.68 | 75.14 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 27 | 0 | 0.71 | 0.89 | 0.02 | 12.38 | 0.96 | 0.54 |
| Hex | FA | 49 | 1B | 0 | 47 | 59 | 2 | C | 60 | 36 |
| Octal | 372 | 111 | 33 | 0 | 107 | 131 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1001001 | 11011 | 0 | 1000111 | 1011001 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA491B
Complementary color
Monochromatic Colors of #FA491B
Black with #FA491B
Text Example
Text Example
White with #FA491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA491B; }
p { color: rgb(250,73,27); }
H1.HeaderClassName
{
color: #FA491B;
}
.AnyTagClassName
{
color: #FA491B;
}
</style>
background-color css
<style>
a { background-color: #FA491B; }
a { background-color: rgb(250,73,27); }
div.DivClassName
{
background-color: #FA491B;
}
.BgClassName
{
background-color: #FA491B;
}
</style>
border-color css
<style>
span { border-color: #FA491B; }
span { border-color: rgb(250,73,27); }
td.TdClassName
{
border-color: #FA491B;
}
.TagClassName
{
border-color: #FA491B;
}
</style>