Shades of Orange Red #FA3C11
Tints of Orange Red #FA3C11
RGB
CMYK
RGB Variations
Color information
#FA3C11 (or 0xFA3C11) is known color: Orange Red. HEX triplet: FA, 3C and 11. RGB value is (250,60,17). Sum of RGB (Red+Green+Blue) = 250+60+17=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C11 is #05C3EE. Grayscale: #707070. Windows color (decimal): -377839 or 1129722. OLE color: 1129722.
HSL color Cylindrical-coordinate representation of color #FA3C11: hue angle of 11.07º 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 #FA3C11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.02 |
| HSL | 11.07º | 0.96% | 0.52% | - |
| HSV(B) | 11.07º | 0.93% | 0.98% | - |
| XYZ | 41.14 | 23.6 | 2.92 | - |
| YUV | 111.91 | 74.45 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 17 | 0 | 0.76 | 0.93 | 0.02 | 11.07 | 0.96 | 0.52 |
| Hex | FA | 3C | 11 | 0 | 4C | 5D | 2 | B | 60 | 34 |
| Octal | 372 | 74 | 21 | 0 | 114 | 135 | 2 | 13 | 140 | 64 |
| Binary | 11111010 | 111100 | 10001 | 0 | 1001100 | 1011101 | 10 | 1011 | 1100000 | 110100 |
Color Harmonies of #FA3C11
Complementary color
Monochromatic Colors of #FA3C11
Black with #FA3C11
Text Example
Text Example
White with #FA3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C11; }
p { color: rgb(250,60,17); }
H1.HeaderClassName
{
color: #FA3C11;
}
.AnyTagClassName
{
color: #FA3C11;
}
</style>
background-color css
<style>
a { background-color: #FA3C11; }
a { background-color: rgb(250,60,17); }
div.DivClassName
{
background-color: #FA3C11;
}
.BgClassName
{
background-color: #FA3C11;
}
</style>
border-color css
<style>
span { border-color: #FA3C11; }
span { border-color: rgb(250,60,17); }
td.TdClassName
{
border-color: #FA3C11;
}
.TagClassName
{
border-color: #FA3C11;
}
</style>