Shades of Orange Red #FA3A18
Tints of Orange Red #FA3A18
RGB
CMYK
RGB Variations
Color information
#FA3A18 (or 0xFA3A18) is known color: Orange Red. HEX triplet: FA, 3A and 18. RGB value is (250,58,24). Sum of RGB (Red+Green+Blue) = 250+58+24=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A18 is #05C5E7. Grayscale: #6F6F6F. Windows color (decimal): -378344 or 1587962. OLE color: 1587962.
HSL color Cylindrical-coordinate representation of color #FA3A18: hue angle of 9.03º 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 #FA3A18 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.02 |
| HSL | 9.03º | 0.96% | 0.54% | - |
| HSV(B) | 9.03º | 0.9% | 0.98% | - |
| XYZ | 41.1 | 23.42 | 3.22 | - |
| YUV | 111.53 | 78.61 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 24 | 0 | 0.77 | 0.90 | 0.02 | 9.03 | 0.96 | 0.54 |
| Hex | FA | 3A | 18 | 0 | 4D | 5A | 2 | 9 | 60 | 36 |
| Octal | 372 | 72 | 30 | 0 | 115 | 132 | 2 | 11 | 140 | 66 |
| Binary | 11111010 | 111010 | 11000 | 0 | 1001101 | 1011010 | 10 | 1001 | 1100000 | 110110 |
Color Harmonies of #FA3A18
Complementary color
Monochromatic Colors of #FA3A18
Black with #FA3A18
Text Example
Text Example
White with #FA3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A18; }
p { color: rgb(250,58,24); }
H1.HeaderClassName
{
color: #FA3A18;
}
.AnyTagClassName
{
color: #FA3A18;
}
</style>
background-color css
<style>
a { background-color: #FA3A18; }
a { background-color: rgb(250,58,24); }
div.DivClassName
{
background-color: #FA3A18;
}
.BgClassName
{
background-color: #FA3A18;
}
</style>
border-color css
<style>
span { border-color: #FA3A18; }
span { border-color: rgb(250,58,24); }
td.TdClassName
{
border-color: #FA3A18;
}
.TagClassName
{
border-color: #FA3A18;
}
</style>