Shades of Orange Red #FA4616
Tints of Orange Red #FA4616
RGB
CMYK
RGB Variations
Color information
#FA4616 (or 0xFA4616) is known color: Orange Red. HEX triplet: FA, 46 and 16. RGB value is (250,70,22). Sum of RGB (Red+Green+Blue) = 250+70+22=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4616 is #05B9E9. Grayscale: #767676. Windows color (decimal): -375274 or 1459962. OLE color: 1459962.
HSL color Cylindrical-coordinate representation of color #FA4616: hue angle of 12.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA4616 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.02 |
| HSL | 12.63º | 0.96% | 0.53% | - |
| HSV(B) | 12.63º | 0.91% | 0.98% | - |
| XYZ | 41.76 | 24.76 | 3.34 | - |
| YUV | 118.35 | 73.63 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 22 | 0 | 0.72 | 0.91 | 0.02 | 12.63 | 0.96 | 0.53 |
| Hex | FA | 46 | 16 | 0 | 48 | 5B | 2 | D | 60 | 35 |
| Octal | 372 | 106 | 26 | 0 | 110 | 133 | 2 | 15 | 140 | 65 |
| Binary | 11111010 | 1000110 | 10110 | 0 | 1001000 | 1011011 | 10 | 1101 | 1100000 | 110101 |
Color Harmonies of #FA4616
Complementary color
Monochromatic Colors of #FA4616
Black with #FA4616
Text Example
Text Example
White with #FA4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4616; }
p { color: rgb(250,70,22); }
H1.HeaderClassName
{
color: #FA4616;
}
.AnyTagClassName
{
color: #FA4616;
}
</style>
background-color css
<style>
a { background-color: #FA4616; }
a { background-color: rgb(250,70,22); }
div.DivClassName
{
background-color: #FA4616;
}
.BgClassName
{
background-color: #FA4616;
}
</style>
border-color css
<style>
span { border-color: #FA4616; }
span { border-color: rgb(250,70,22); }
td.TdClassName
{
border-color: #FA4616;
}
.TagClassName
{
border-color: #FA4616;
}
</style>