Shades of Orange Red #FA3E10
Tints of Orange Red #FA3E10
RGB
CMYK
RGB Variations
Color information
#FA3E10 (or 0xFA3E10) is known color: Orange Red. HEX triplet: FA, 3E and 10. RGB value is (250,62,16). Sum of RGB (Red+Green+Blue) = 250+62+16=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E10 is #05C1EF. Grayscale: #717171. Windows color (decimal): -377328 or 1064698. OLE color: 1064698.
HSL color Cylindrical-coordinate representation of color #FA3E10: hue angle of 11.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA3E10 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 16 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.02 |
| HSL | 11.79º | 0.96% | 0.52% | - |
| HSV(B) | 11.79º | 0.94% | 0.98% | - |
| XYZ | 41.24 | 23.81 | 2.91 | - |
| YUV | 112.97 | 73.28 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 16 | 0 | 0.75 | 0.94 | 0.02 | 11.79 | 0.96 | 0.52 |
| Hex | FA | 3E | 10 | 0 | 4B | 5E | 2 | C | 60 | 34 |
| Octal | 372 | 76 | 20 | 0 | 113 | 136 | 2 | 14 | 140 | 64 |
| Binary | 11111010 | 111110 | 10000 | 0 | 1001011 | 1011110 | 10 | 1100 | 1100000 | 110100 |
Color Harmonies of #FA3E10
Complementary color
Monochromatic Colors of #FA3E10
Black with #FA3E10
Text Example
Text Example
White with #FA3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E10; }
p { color: rgb(250,62,16); }
H1.HeaderClassName
{
color: #FA3E10;
}
.AnyTagClassName
{
color: #FA3E10;
}
</style>
background-color css
<style>
a { background-color: #FA3E10; }
a { background-color: rgb(250,62,16); }
div.DivClassName
{
background-color: #FA3E10;
}
.BgClassName
{
background-color: #FA3E10;
}
</style>
border-color css
<style>
span { border-color: #FA3E10; }
span { border-color: rgb(250,62,16); }
td.TdClassName
{
border-color: #FA3E10;
}
.TagClassName
{
border-color: #FA3E10;
}
</style>