Shades of Orange Red #FA4819
Tints of Orange Red #FA4819
RGB
CMYK
RGB Variations
Color information
#FA4819 (or 0xFA4819) is known color: Orange Red. HEX triplet: FA, 48 and 19. RGB value is (250,72,25). Sum of RGB (Red+Green+Blue) = 250+72+25=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4819 is #05B7E6. Grayscale: #787878. Windows color (decimal): -374759 or 1657082. OLE color: 1657082.
HSL color Cylindrical-coordinate representation of color #FA4819: hue angle of 12.53º 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 #FA4819 is Cyan = 0, Magento = 0.71, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 25 | - |
| CMYK | 0 | 0.71 | 0.9 | 0.02 |
| HSL | 12.53º | 0.96% | 0.54% | - |
| HSV(B) | 12.53º | 0.9% | 0.98% | - |
| XYZ | 41.92 | 25.03 | 3.54 | - |
| YUV | 119.86 | 74.47 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 25 | 0 | 0.71 | 0.9 | 0.02 | 12.53 | 0.96 | 0.54 |
| Hex | FA | 48 | 19 | 0 | 47 | 5A | 2 | D | 60 | 36 |
| Octal | 372 | 110 | 31 | 0 | 107 | 132 | 2 | 15 | 140 | 66 |
| Binary | 11111010 | 1001000 | 11001 | 0 | 1000111 | 1011010 | 10 | 1101 | 1100000 | 110110 |
Color Harmonies of #FA4819
Complementary color
Monochromatic Colors of #FA4819
Black with #FA4819
Text Example
Text Example
White with #FA4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4819; }
p { color: rgb(250,72,25); }
H1.HeaderClassName
{
color: #FA4819;
}
.AnyTagClassName
{
color: #FA4819;
}
</style>
background-color css
<style>
a { background-color: #FA4819; }
a { background-color: rgb(250,72,25); }
div.DivClassName
{
background-color: #FA4819;
}
.BgClassName
{
background-color: #FA4819;
}
</style>
border-color css
<style>
span { border-color: #FA4819; }
span { border-color: rgb(250,72,25); }
td.TdClassName
{
border-color: #FA4819;
}
.TagClassName
{
border-color: #FA4819;
}
</style>