Shades of Red Orange #FA401E
Tints of Red Orange #FA401E
RGB
CMYK
RGB Variations
Color information
#FA401E (or 0xFA401E) is known color: Red Orange. HEX triplet: FA, 40 and 1E. RGB value is (250,64,30). Sum of RGB (Red+Green+Blue) = 250+64+30=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA401E is #05BFE1. Grayscale: #747474. Windows color (decimal): -376802 or 1982714. OLE color: 1982714.
HSL color Cylindrical-coordinate representation of color #FA401E: hue angle of 9.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA401E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.02 |
| HSL | 9.27º | 0.96% | 0.55% | - |
| HSV(B) | 9.27º | 0.88% | 0.98% | - |
| XYZ | 41.49 | 24.08 | 3.69 | - |
| YUV | 115.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 30 | 0 | 0.74 | 0.88 | 0.02 | 9.27 | 0.96 | 0.55 |
| Hex | FA | 40 | 1E | 0 | 4A | 58 | 2 | 9 | 60 | 37 |
| Octal | 372 | 100 | 36 | 0 | 112 | 130 | 2 | 11 | 140 | 67 |
| Binary | 11111010 | 1000000 | 11110 | 0 | 1001010 | 1011000 | 10 | 1001 | 1100000 | 110111 |
Color Harmonies of #FA401E
Complementary color
Monochromatic Colors of #FA401E
Black with #FA401E
Text Example
Text Example
White with #FA401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA401E; }
p { color: rgb(250,64,30); }
H1.HeaderClassName
{
color: #FA401E;
}
.AnyTagClassName
{
color: #FA401E;
}
</style>
background-color css
<style>
a { background-color: #FA401E; }
a { background-color: rgb(250,64,30); }
div.DivClassName
{
background-color: #FA401E;
}
.BgClassName
{
background-color: #FA401E;
}
</style>
border-color css
<style>
span { border-color: #FA401E; }
span { border-color: rgb(250,64,30); }
td.TdClassName
{
border-color: #FA401E;
}
.TagClassName
{
border-color: #FA401E;
}
</style>