Shades of Orange Red #FA4419
Tints of Orange Red #FA4419
RGB
CMYK
RGB Variations
Color information
#FA4419 (or 0xFA4419) is known color: Orange Red. HEX triplet: FA, 44 and 19. RGB value is (250,68,25). Sum of RGB (Red+Green+Blue) = 250+68+25=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4419 is #05BBE6. Grayscale: #757575. Windows color (decimal): -375783 or 1656058. OLE color: 1656058.
HSL color Cylindrical-coordinate representation of color #FA4419: hue angle of 11.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4419 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 25 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.02 |
| HSL | 11.47º | 0.96% | 0.54% | - |
| HSV(B) | 11.47º | 0.9% | 0.98% | - |
| XYZ | 41.67 | 24.53 | 3.46 | - |
| YUV | 117.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 25 | 0 | 0.73 | 0.9 | 0.02 | 11.47 | 0.96 | 0.54 |
| Hex | FA | 44 | 19 | 0 | 49 | 5A | 2 | B | 60 | 36 |
| Octal | 372 | 104 | 31 | 0 | 111 | 132 | 2 | 13 | 140 | 66 |
| Binary | 11111010 | 1000100 | 11001 | 0 | 1001001 | 1011010 | 10 | 1011 | 1100000 | 110110 |
Color Harmonies of #FA4419
Complementary color
Monochromatic Colors of #FA4419
Black with #FA4419
Text Example
Text Example
White with #FA4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4419; }
p { color: rgb(250,68,25); }
H1.HeaderClassName
{
color: #FA4419;
}
.AnyTagClassName
{
color: #FA4419;
}
</style>
background-color css
<style>
a { background-color: #FA4419; }
a { background-color: rgb(250,68,25); }
div.DivClassName
{
background-color: #FA4419;
}
.BgClassName
{
background-color: #FA4419;
}
</style>
border-color css
<style>
span { border-color: #FA4419; }
span { border-color: rgb(250,68,25); }
td.TdClassName
{
border-color: #FA4419;
}
.TagClassName
{
border-color: #FA4419;
}
</style>