Shades of Orange Red #FA3918
Tints of Orange Red #FA3918
RGB
CMYK
RGB Variations
Color information
#FA3918 (or 0xFA3918) is known color: Orange Red. HEX triplet: FA, 39 and 18. RGB value is (250,57,24). Sum of RGB (Red+Green+Blue) = 250+57+24=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3918 is #05C6E7. Grayscale: #6F6F6F. Windows color (decimal): -378600 or 1587706. OLE color: 1587706.
HSL color Cylindrical-coordinate representation of color #FA3918: hue angle of 8.76º 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 #FA3918 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.02 |
| HSL | 8.76º | 0.96% | 0.54% | - |
| HSV(B) | 8.76º | 0.9% | 0.98% | - |
| XYZ | 41.05 | 23.32 | 3.2 | - |
| YUV | 110.95 | 78.94 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 24 | 0 | 0.77 | 0.90 | 0.02 | 8.76 | 0.96 | 0.54 |
| Hex | FA | 39 | 18 | 0 | 4D | 5A | 2 | 9 | 60 | 36 |
| Octal | 372 | 71 | 30 | 0 | 115 | 132 | 2 | 11 | 140 | 66 |
| Binary | 11111010 | 111001 | 11000 | 0 | 1001101 | 1011010 | 10 | 1001 | 1100000 | 110110 |
Color Harmonies of #FA3918
Complementary color
Monochromatic Colors of #FA3918
Black with #FA3918
Text Example
Text Example
White with #FA3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3918; }
p { color: rgb(250,57,24); }
H1.HeaderClassName
{
color: #FA3918;
}
.AnyTagClassName
{
color: #FA3918;
}
</style>
background-color css
<style>
a { background-color: #FA3918; }
a { background-color: rgb(250,57,24); }
div.DivClassName
{
background-color: #FA3918;
}
.BgClassName
{
background-color: #FA3918;
}
</style>
border-color css
<style>
span { border-color: #FA3918; }
span { border-color: rgb(250,57,24); }
td.TdClassName
{
border-color: #FA3918;
}
.TagClassName
{
border-color: #FA3918;
}
</style>