Shades of Orange Red #FA3A12
Tints of Orange Red #FA3A12
RGB
CMYK
RGB Variations
Color information
#FA3A12 (or 0xFA3A12) is known color: Orange Red. HEX triplet: FA, 3A and 12. RGB value is (250,58,18). Sum of RGB (Red+Green+Blue) = 250+58+18=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A12 is #05C5ED. Grayscale: #6F6F6F. Windows color (decimal): -378350 or 1194746. OLE color: 1194746.
HSL color Cylindrical-coordinate representation of color #FA3A12: hue angle of 10.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA3A12 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 18 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.02 |
| HSL | 10.34º | 0.96% | 0.53% | - |
| HSV(B) | 10.34º | 0.93% | 0.98% | - |
| XYZ | 41.05 | 23.39 | 2.92 | - |
| YUV | 110.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 18 | 0 | 0.77 | 0.93 | 0.02 | 10.34 | 0.96 | 0.53 |
| Hex | FA | 3A | 12 | 0 | 4D | 5D | 2 | A | 60 | 35 |
| Octal | 372 | 72 | 22 | 0 | 115 | 135 | 2 | 12 | 140 | 65 |
| Binary | 11111010 | 111010 | 10010 | 0 | 1001101 | 1011101 | 10 | 1010 | 1100000 | 110101 |
Color Harmonies of #FA3A12
Complementary color
Monochromatic Colors of #FA3A12
Black with #FA3A12
Text Example
Text Example
White with #FA3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A12; }
p { color: rgb(250,58,18); }
H1.HeaderClassName
{
color: #FA3A12;
}
.AnyTagClassName
{
color: #FA3A12;
}
</style>
background-color css
<style>
a { background-color: #FA3A12; }
a { background-color: rgb(250,58,18); }
div.DivClassName
{
background-color: #FA3A12;
}
.BgClassName
{
background-color: #FA3A12;
}
</style>
border-color css
<style>
span { border-color: #FA3A12; }
span { border-color: rgb(250,58,18); }
td.TdClassName
{
border-color: #FA3A12;
}
.TagClassName
{
border-color: #FA3A12;
}
</style>