Shades of Red Orange #FA401B
Tints of Red Orange #FA401B
RGB
CMYK
RGB Variations
Color information
#FA401B (or 0xFA401B) is known color: Red Orange. HEX triplet: FA, 40 and 1B. RGB value is (250,64,27). Sum of RGB (Red+Green+Blue) = 250+64+27=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA401B is #05BFE4. Grayscale: #737373. Windows color (decimal): -376805 or 1786106. OLE color: 1786106.
HSL color Cylindrical-coordinate representation of color #FA401B: hue angle of 9.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA401B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 9.96º | 0.96% | 0.54% | - |
| HSV(B) | 9.96º | 0.89% | 0.98% | - |
| XYZ | 41.46 | 24.07 | 3.5 | - |
| YUV | 115.4 | 78.12 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 27 | 0 | 0.74 | 0.89 | 0.02 | 9.96 | 0.96 | 0.54 |
| Hex | FA | 40 | 1B | 0 | 4A | 59 | 2 | A | 60 | 36 |
| Octal | 372 | 100 | 33 | 0 | 112 | 131 | 2 | 12 | 140 | 66 |
| Binary | 11111010 | 1000000 | 11011 | 0 | 1001010 | 1011001 | 10 | 1010 | 1100000 | 110110 |
Color Harmonies of #FA401B
Complementary color
Monochromatic Colors of #FA401B
Black with #FA401B
Text Example
Text Example
White with #FA401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA401B; }
p { color: rgb(250,64,27); }
H1.HeaderClassName
{
color: #FA401B;
}
.AnyTagClassName
{
color: #FA401B;
}
</style>
background-color css
<style>
a { background-color: #FA401B; }
a { background-color: rgb(250,64,27); }
div.DivClassName
{
background-color: #FA401B;
}
.BgClassName
{
background-color: #FA401B;
}
</style>
border-color css
<style>
span { border-color: #FA401B; }
span { border-color: rgb(250,64,27); }
td.TdClassName
{
border-color: #FA401B;
}
.TagClassName
{
border-color: #FA401B;
}
</style>