Shades of Orange Red #FA4916
Tints of Orange Red #FA4916
RGB
CMYK
RGB Variations
Color information
#FA4916 (or 0xFA4916) is known color: Orange Red. HEX triplet: FA, 49 and 16. RGB value is (250,73,22). Sum of RGB (Red+Green+Blue) = 250+73+22=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4916 is #05B6E9. Grayscale: #787878. Windows color (decimal): -374506 or 1460730. OLE color: 1460730.
HSL color Cylindrical-coordinate representation of color #FA4916: hue angle of 13.42º 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 #FA4916 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.02 |
| HSL | 13.42º | 0.96% | 0.53% | - |
| HSV(B) | 13.42º | 0.91% | 0.98% | - |
| XYZ | 41.95 | 25.15 | 3.4 | - |
| YUV | 120.11 | 72.64 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 22 | 0 | 0.71 | 0.91 | 0.02 | 13.42 | 0.96 | 0.53 |
| Hex | FA | 49 | 16 | 0 | 47 | 5B | 2 | D | 60 | 35 |
| Octal | 372 | 111 | 26 | 0 | 107 | 133 | 2 | 15 | 140 | 65 |
| Binary | 11111010 | 1001001 | 10110 | 0 | 1000111 | 1011011 | 10 | 1101 | 1100000 | 110101 |
Color Harmonies of #FA4916
Complementary color
Monochromatic Colors of #FA4916
Black with #FA4916
Text Example
Text Example
White with #FA4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4916; }
p { color: rgb(250,73,22); }
H1.HeaderClassName
{
color: #FA4916;
}
.AnyTagClassName
{
color: #FA4916;
}
</style>
background-color css
<style>
a { background-color: #FA4916; }
a { background-color: rgb(250,73,22); }
div.DivClassName
{
background-color: #FA4916;
}
.BgClassName
{
background-color: #FA4916;
}
</style>
border-color css
<style>
span { border-color: #FA4916; }
span { border-color: rgb(250,73,22); }
td.TdClassName
{
border-color: #FA4916;
}
.TagClassName
{
border-color: #FA4916;
}
</style>