Shades of Orange Red #FA3E19
Tints of Orange Red #FA3E19
RGB
CMYK
RGB Variations
Color information
#FA3E19 (or 0xFA3E19) is known color: Orange Red. HEX triplet: FA, 3E and 19. RGB value is (250,62,25). Sum of RGB (Red+Green+Blue) = 250+62+25=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E19 is #05C1E6. Grayscale: #727272. Windows color (decimal): -377319 or 1654522. OLE color: 1654522.
HSL color Cylindrical-coordinate representation of color #FA3E19: hue angle of 9.87º 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 #FA3E19 is Cyan = 0, Magento = 0.75, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 25 | - |
| CMYK | 0 | 0.75 | 0.9 | 0.02 |
| HSL | 9.87º | 0.96% | 0.54% | - |
| HSV(B) | 9.87º | 0.9% | 0.98% | - |
| XYZ | 41.32 | 23.84 | 3.34 | - |
| YUV | 113.99 | 77.78 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 25 | 0 | 0.75 | 0.9 | 0.02 | 9.87 | 0.96 | 0.54 |
| Hex | FA | 3E | 19 | 0 | 4B | 5A | 2 | A | 60 | 36 |
| Octal | 372 | 76 | 31 | 0 | 113 | 132 | 2 | 12 | 140 | 66 |
| Binary | 11111010 | 111110 | 11001 | 0 | 1001011 | 1011010 | 10 | 1010 | 1100000 | 110110 |
Color Harmonies of #FA3E19
Complementary color
Monochromatic Colors of #FA3E19
Black with #FA3E19
Text Example
Text Example
White with #FA3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E19; }
p { color: rgb(250,62,25); }
H1.HeaderClassName
{
color: #FA3E19;
}
.AnyTagClassName
{
color: #FA3E19;
}
</style>
background-color css
<style>
a { background-color: #FA3E19; }
a { background-color: rgb(250,62,25); }
div.DivClassName
{
background-color: #FA3E19;
}
.BgClassName
{
background-color: #FA3E19;
}
</style>
border-color css
<style>
span { border-color: #FA3E19; }
span { border-color: rgb(250,62,25); }
td.TdClassName
{
border-color: #FA3E19;
}
.TagClassName
{
border-color: #FA3E19;
}
</style>