Shades of Orange Red #FA4414
Tints of Orange Red #FA4414
RGB
CMYK
RGB Variations
Color information
#FA4414 (or 0xFA4414) is known color: Orange Red. HEX triplet: FA, 44 and 14. RGB value is (250,68,20). Sum of RGB (Red+Green+Blue) = 250+68+20=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4414 is #05BBEB. Grayscale: #757575. Windows color (decimal): -375788 or 1328378. OLE color: 1328378.
HSL color Cylindrical-coordinate representation of color #FA4414: hue angle of 12.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA4414 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.02 |
| HSL | 12.52º | 0.96% | 0.53% | - |
| HSV(B) | 12.52º | 0.92% | 0.98% | - |
| XYZ | 41.62 | 24.51 | 3.2 | - |
| YUV | 116.95 | 73.3 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 20 | 0 | 0.73 | 0.92 | 0.02 | 12.52 | 0.96 | 0.53 |
| Hex | FA | 44 | 14 | 0 | 49 | 5C | 2 | D | 60 | 35 |
| Octal | 372 | 104 | 24 | 0 | 111 | 134 | 2 | 15 | 140 | 65 |
| Binary | 11111010 | 1000100 | 10100 | 0 | 1001001 | 1011100 | 10 | 1101 | 1100000 | 110101 |
Color Harmonies of #FA4414
Complementary color
Monochromatic Colors of #FA4414
Black with #FA4414
Text Example
Text Example
White with #FA4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4414; }
p { color: rgb(250,68,20); }
H1.HeaderClassName
{
color: #FA4414;
}
.AnyTagClassName
{
color: #FA4414;
}
</style>
background-color css
<style>
a { background-color: #FA4414; }
a { background-color: rgb(250,68,20); }
div.DivClassName
{
background-color: #FA4414;
}
.BgClassName
{
background-color: #FA4414;
}
</style>
border-color css
<style>
span { border-color: #FA4414; }
span { border-color: rgb(250,68,20); }
td.TdClassName
{
border-color: #FA4414;
}
.TagClassName
{
border-color: #FA4414;
}
</style>