Shades of Orange Red #FA4600
Tints of Orange Red #FA4600
RGB
CMYK
RGB Variations
Color information
#FA4600 (or 0xFA4600) is known color: Orange Red. HEX triplet: FA, 46 and 00. RGB value is (250,70,0). Sum of RGB (Red+Green+Blue) = 250+70+0=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4600 is #05B9FF. Grayscale: #747474. Windows color (decimal): -375296 or 18170. OLE color: 18170.
HSL color Cylindrical-coordinate representation of color #FA4600: hue angle of 16.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.02 |
| HSL | 16.8º | 1% | 0.49% | - |
| HSV(B) | 16.8º | 1% | 0.98% | - |
| XYZ | 41.61 | 24.7 | 2.58 | - |
| YUV | 115.84 | 62.63 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 0 | 0 | 0.72 | 1 | 0.02 | 16.8 | 1 | 0.49 |
| Hex | FA | 46 | 0 | 0 | 48 | 64 | 2 | 11 | 64 | 31 |
| Octal | 372 | 106 | 0 | 0 | 110 | 144 | 2 | 21 | 144 | 61 |
| Binary | 11111010 | 1000110 | 0 | 0 | 1001000 | 1100100 | 10 | 10001 | 1100100 | 110001 |
Color Harmonies of #FA4600
Complementary color
Monochromatic Colors of #FA4600
Black with #FA4600
Text Example
Text Example
White with #FA4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4600; }
p { color: rgb(250,70,0); }
H1.HeaderClassName
{
color: #FA4600;
}
.AnyTagClassName
{
color: #FA4600;
}
</style>
background-color css
<style>
a { background-color: #FA4600; }
a { background-color: rgb(250,70,0); }
div.DivClassName
{
background-color: #FA4600;
}
.BgClassName
{
background-color: #FA4600;
}
</style>
border-color css
<style>
span { border-color: #FA4600; }
span { border-color: rgb(250,70,0); }
td.TdClassName
{
border-color: #FA4600;
}
.TagClassName
{
border-color: #FA4600;
}
</style>