Shades of Orange Red #FA370F
Tints of Orange Red #FA370F
RGB
CMYK
RGB Variations
Color information
#FA370F (or 0xFA370F) is known color: Orange Red. HEX triplet: FA, 37 and 0F. RGB value is (250,55,15). Sum of RGB (Red+Green+Blue) = 250+55+15=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA370F is #05C8F0. Grayscale: #6D6D6D. Windows color (decimal): -379121 or 997370. OLE color: 997370.
HSL color Cylindrical-coordinate representation of color #FA370F: hue angle of 10.21º 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 #FA370F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.02 |
| HSL | 10.21º | 0.96% | 0.52% | - |
| HSV(B) | 10.21º | 0.94% | 0.98% | - |
| XYZ | 40.88 | 23.09 | 2.75 | - |
| YUV | 108.75 | 75.1 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 15 | 0 | 0.78 | 0.94 | 0.02 | 10.21 | 0.96 | 0.52 |
| Hex | FA | 37 | F | 0 | 4E | 5E | 2 | A | 60 | 34 |
| Octal | 372 | 67 | 17 | 0 | 116 | 136 | 2 | 12 | 140 | 64 |
| Binary | 11111010 | 110111 | 1111 | 0 | 1001110 | 1011110 | 10 | 1010 | 1100000 | 110100 |
Color Harmonies of #FA370F
Complementary color
Monochromatic Colors of #FA370F
Black with #FA370F
Text Example
Text Example
White with #FA370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA370F; }
p { color: rgb(250,55,15); }
H1.HeaderClassName
{
color: #FA370F;
}
.AnyTagClassName
{
color: #FA370F;
}
</style>
background-color css
<style>
a { background-color: #FA370F; }
a { background-color: rgb(250,55,15); }
div.DivClassName
{
background-color: #FA370F;
}
.BgClassName
{
background-color: #FA370F;
}
</style>
border-color css
<style>
span { border-color: #FA370F; }
span { border-color: rgb(250,55,15); }
td.TdClassName
{
border-color: #FA370F;
}
.TagClassName
{
border-color: #FA370F;
}
</style>