Shades of Orange Red #FA390D
Tints of Orange Red #FA390D
RGB
CMYK
RGB Variations
Color information
#FA390D (or 0xFA390D) is known color: Orange Red. HEX triplet: FA, 39 and 0D. RGB value is (250,57,13). Sum of RGB (Red+Green+Blue) = 250+57+13=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA390D is #05C6F2. Grayscale: #6E6E6E. Windows color (decimal): -378611 or 866810. OLE color: 866810.
HSL color Cylindrical-coordinate representation of color #FA390D: hue angle of 11.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.02 |
| HSL | 11.14º | 0.96% | 0.52% | - |
| HSV(B) | 11.14º | 0.95% | 0.98% | - |
| XYZ | 40.96 | 23.28 | 2.72 | - |
| YUV | 109.69 | 73.44 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 13 | 0 | 0.77 | 0.95 | 0.02 | 11.14 | 0.96 | 0.52 |
| Hex | FA | 39 | D | 0 | 4D | 5F | 2 | B | 60 | 34 |
| Octal | 372 | 71 | 15 | 0 | 115 | 137 | 2 | 13 | 140 | 64 |
| Binary | 11111010 | 111001 | 1101 | 0 | 1001101 | 1011111 | 10 | 1011 | 1100000 | 110100 |
Color Harmonies of #FA390D
Complementary color
Monochromatic Colors of #FA390D
Black with #FA390D
Text Example
Text Example
White with #FA390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA390D; }
p { color: rgb(250,57,13); }
H1.HeaderClassName
{
color: #FA390D;
}
.AnyTagClassName
{
color: #FA390D;
}
</style>
background-color css
<style>
a { background-color: #FA390D; }
a { background-color: rgb(250,57,13); }
div.DivClassName
{
background-color: #FA390D;
}
.BgClassName
{
background-color: #FA390D;
}
</style>
border-color css
<style>
span { border-color: #FA390D; }
span { border-color: rgb(250,57,13); }
td.TdClassName
{
border-color: #FA390D;
}
.TagClassName
{
border-color: #FA390D;
}
</style>