Shades of Orange Red #FA4718
Tints of Orange Red #FA4718
RGB
CMYK
RGB Variations
Color information
#FA4718 (or 0xFA4718) is known color: Orange Red. HEX triplet: FA, 47 and 18. RGB value is (250,71,24). Sum of RGB (Red+Green+Blue) = 250+71+24=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4718 is #05B8E7. Grayscale: #777777. Windows color (decimal): -375016 or 1591290. OLE color: 1591290.
HSL color Cylindrical-coordinate representation of color #FA4718: hue angle of 12.48º 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 #FA4718 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.02 |
| HSL | 12.48º | 0.96% | 0.54% | - |
| HSV(B) | 12.48º | 0.9% | 0.98% | - |
| XYZ | 41.84 | 24.9 | 3.46 | - |
| YUV | 119.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 24 | 0 | 0.72 | 0.90 | 0.02 | 12.48 | 0.96 | 0.54 |
| Hex | FA | 47 | 18 | 0 | 48 | 5A | 2 | C | 60 | 36 |
| Octal | 372 | 107 | 30 | 0 | 110 | 132 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1000111 | 11000 | 0 | 1001000 | 1011010 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA4718
Complementary color
Monochromatic Colors of #FA4718
Black with #FA4718
Text Example
Text Example
White with #FA4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4718; }
p { color: rgb(250,71,24); }
H1.HeaderClassName
{
color: #FA4718;
}
.AnyTagClassName
{
color: #FA4718;
}
</style>
background-color css
<style>
a { background-color: #FA4718; }
a { background-color: rgb(250,71,24); }
div.DivClassName
{
background-color: #FA4718;
}
.BgClassName
{
background-color: #FA4718;
}
</style>
border-color css
<style>
span { border-color: #FA4718; }
span { border-color: rgb(250,71,24); }
td.TdClassName
{
border-color: #FA4718;
}
.TagClassName
{
border-color: #FA4718;
}
</style>