Shades of Orange Red #FA461B
Tints of Orange Red #FA461B
RGB
CMYK
RGB Variations
Color information
#FA461B (or 0xFA461B) is known color: Orange Red. HEX triplet: FA, 46 and 1B. RGB value is (250,70,27). Sum of RGB (Red+Green+Blue) = 250+70+27=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA461B is #05B9E4. Grayscale: #777777. Windows color (decimal): -375269 or 1787642. OLE color: 1787642.
HSL color Cylindrical-coordinate representation of color #FA461B: hue angle of 11.57º 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 #FA461B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.02 |
| HSL | 11.57º | 0.96% | 0.54% | - |
| HSV(B) | 11.57º | 0.89% | 0.98% | - |
| XYZ | 41.81 | 24.78 | 3.62 | - |
| YUV | 118.92 | 76.13 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 27 | 0 | 0.72 | 0.89 | 0.02 | 11.57 | 0.96 | 0.54 |
| Hex | FA | 46 | 1B | 0 | 48 | 59 | 2 | C | 60 | 36 |
| Octal | 372 | 106 | 33 | 0 | 110 | 131 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1000110 | 11011 | 0 | 1001000 | 1011001 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA461B
Complementary color
Monochromatic Colors of #FA461B
Black with #FA461B
Text Example
Text Example
White with #FA461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA461B; }
p { color: rgb(250,70,27); }
H1.HeaderClassName
{
color: #FA461B;
}
.AnyTagClassName
{
color: #FA461B;
}
</style>
background-color css
<style>
a { background-color: #FA461B; }
a { background-color: rgb(250,70,27); }
div.DivClassName
{
background-color: #FA461B;
}
.BgClassName
{
background-color: #FA461B;
}
</style>
border-color css
<style>
span { border-color: #FA461B; }
span { border-color: rgb(250,70,27); }
td.TdClassName
{
border-color: #FA461B;
}
.TagClassName
{
border-color: #FA461B;
}
</style>