Shades of Orange Red #FA3711
Tints of Orange Red #FA3711
RGB
CMYK
RGB Variations
Color information
#FA3711 (or 0xFA3711) is known color: Orange Red. HEX triplet: FA, 37 and 11. RGB value is (250,55,17). Sum of RGB (Red+Green+Blue) = 250+55+17=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3711 is #05C8EE. Grayscale: #6D6D6D. Windows color (decimal): -379119 or 1128442. OLE color: 1128442.
HSL color Cylindrical-coordinate representation of color #FA3711: hue angle of 9.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA3711 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.02 |
| HSL | 9.79º | 0.96% | 0.52% | - |
| HSV(B) | 9.79º | 0.93% | 0.98% | - |
| XYZ | 40.89 | 23.1 | 2.83 | - |
| YUV | 108.97 | 76.1 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 17 | 0 | 0.78 | 0.93 | 0.02 | 9.79 | 0.96 | 0.52 |
| Hex | FA | 37 | 11 | 0 | 4E | 5D | 2 | A | 60 | 34 |
| Octal | 372 | 67 | 21 | 0 | 116 | 135 | 2 | 12 | 140 | 64 |
| Binary | 11111010 | 110111 | 10001 | 0 | 1001110 | 1011101 | 10 | 1010 | 1100000 | 110100 |
Color Harmonies of #FA3711
Complementary color
Monochromatic Colors of #FA3711
Black with #FA3711
Text Example
Text Example
White with #FA3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3711; }
p { color: rgb(250,55,17); }
H1.HeaderClassName
{
color: #FA3711;
}
.AnyTagClassName
{
color: #FA3711;
}
</style>
background-color css
<style>
a { background-color: #FA3711; }
a { background-color: rgb(250,55,17); }
div.DivClassName
{
background-color: #FA3711;
}
.BgClassName
{
background-color: #FA3711;
}
</style>
border-color css
<style>
span { border-color: #FA3711; }
span { border-color: rgb(250,55,17); }
td.TdClassName
{
border-color: #FA3711;
}
.TagClassName
{
border-color: #FA3711;
}
</style>