Shades of Orange Red #FA400E
Tints of Orange Red #FA400E
RGB
CMYK
RGB Variations
Color information
#FA400E (or 0xFA400E) is known color: Orange Red. HEX triplet: FA, 40 and 0E. RGB value is (250,64,14). Sum of RGB (Red+Green+Blue) = 250+64+14=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA400E is #05BFF1. Grayscale: #727272. Windows color (decimal): -376818 or 934138. OLE color: 934138.
HSL color Cylindrical-coordinate representation of color #FA400E: hue angle of 12.71º 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 #FA400E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.02 |
| HSL | 12.71º | 0.96% | 0.52% | - |
| HSV(B) | 12.71º | 0.94% | 0.98% | - |
| XYZ | 41.34 | 24.02 | 2.87 | - |
| YUV | 113.91 | 71.62 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 14 | 0 | 0.74 | 0.94 | 0.02 | 12.71 | 0.96 | 0.52 |
| Hex | FA | 40 | E | 0 | 4A | 5E | 2 | D | 60 | 34 |
| Octal | 372 | 100 | 16 | 0 | 112 | 136 | 2 | 15 | 140 | 64 |
| Binary | 11111010 | 1000000 | 1110 | 0 | 1001010 | 1011110 | 10 | 1101 | 1100000 | 110100 |
Color Harmonies of #FA400E
Complementary color
Monochromatic Colors of #FA400E
Black with #FA400E
Text Example
Text Example
White with #FA400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA400E; }
p { color: rgb(250,64,14); }
H1.HeaderClassName
{
color: #FA400E;
}
.AnyTagClassName
{
color: #FA400E;
}
</style>
background-color css
<style>
a { background-color: #FA400E; }
a { background-color: rgb(250,64,14); }
div.DivClassName
{
background-color: #FA400E;
}
.BgClassName
{
background-color: #FA400E;
}
</style>
border-color css
<style>
span { border-color: #FA400E; }
span { border-color: rgb(250,64,14); }
td.TdClassName
{
border-color: #FA400E;
}
.TagClassName
{
border-color: #FA400E;
}
</style>