Shades of Orange Red #FA4915
Tints of Orange Red #FA4915
RGB
CMYK
RGB Variations
Color information
#FA4915 (or 0xFA4915) is known color: Orange Red. HEX triplet: FA, 49 and 15. RGB value is (250,73,21). Sum of RGB (Red+Green+Blue) = 250+73+21=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4915 is #05B6EA. Grayscale: #787878. Windows color (decimal): -374507 or 1395194. OLE color: 1395194.
HSL color Cylindrical-coordinate representation of color #FA4915: hue angle of 13.62º 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 #FA4915 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 21 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.02 |
| HSL | 13.62º | 0.96% | 0.53% | - |
| HSV(B) | 13.62º | 0.92% | 0.98% | - |
| XYZ | 41.94 | 25.14 | 3.35 | - |
| YUV | 120 | 72.14 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 21 | 0 | 0.71 | 0.92 | 0.02 | 13.62 | 0.96 | 0.53 |
| Hex | FA | 49 | 15 | 0 | 47 | 5C | 2 | E | 60 | 35 |
| Octal | 372 | 111 | 25 | 0 | 107 | 134 | 2 | 16 | 140 | 65 |
| Binary | 11111010 | 1001001 | 10101 | 0 | 1000111 | 1011100 | 10 | 1110 | 1100000 | 110101 |
Color Harmonies of #FA4915
Complementary color
Monochromatic Colors of #FA4915
Black with #FA4915
Text Example
Text Example
White with #FA4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4915; }
p { color: rgb(250,73,21); }
H1.HeaderClassName
{
color: #FA4915;
}
.AnyTagClassName
{
color: #FA4915;
}
</style>
background-color css
<style>
a { background-color: #FA4915; }
a { background-color: rgb(250,73,21); }
div.DivClassName
{
background-color: #FA4915;
}
.BgClassName
{
background-color: #FA4915;
}
</style>
border-color css
<style>
span { border-color: #FA4915; }
span { border-color: rgb(250,73,21); }
td.TdClassName
{
border-color: #FA4915;
}
.TagClassName
{
border-color: #FA4915;
}
</style>