Shades of Orange Red #FA410B
Tints of Orange Red #FA410B
RGB
CMYK
RGB Variations
Color information
#FA410B (or 0xFA410B) is known color: Orange Red. HEX triplet: FA, 41 and 0B. RGB value is (250,65,11). Sum of RGB (Red+Green+Blue) = 250+65+11=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA410B is #05BEF4. Grayscale: #727272. Windows color (decimal): -376565 or 737786. OLE color: 737786.
HSL color Cylindrical-coordinate representation of color #FA410B: hue angle of 13.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA410B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.02 |
| HSL | 13.56º | 0.96% | 0.51% | - |
| HSV(B) | 13.56º | 0.96% | 0.98% | - |
| XYZ | 41.38 | 24.13 | 2.79 | - |
| YUV | 114.16 | 69.79 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 11 | 0 | 0.74 | 0.96 | 0.02 | 13.56 | 0.96 | 0.51 |
| Hex | FA | 41 | B | 0 | 4A | 60 | 2 | E | 60 | 33 |
| Octal | 372 | 101 | 13 | 0 | 112 | 140 | 2 | 16 | 140 | 63 |
| Binary | 11111010 | 1000001 | 1011 | 0 | 1001010 | 1100000 | 10 | 1110 | 1100000 | 110011 |
Color Harmonies of #FA410B
Complementary color
Monochromatic Colors of #FA410B
Black with #FA410B
Text Example
Text Example
White with #FA410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA410B; }
p { color: rgb(250,65,11); }
H1.HeaderClassName
{
color: #FA410B;
}
.AnyTagClassName
{
color: #FA410B;
}
</style>
background-color css
<style>
a { background-color: #FA410B; }
a { background-color: rgb(250,65,11); }
div.DivClassName
{
background-color: #FA410B;
}
.BgClassName
{
background-color: #FA410B;
}
</style>
border-color css
<style>
span { border-color: #FA410B; }
span { border-color: rgb(250,65,11); }
td.TdClassName
{
border-color: #FA410B;
}
.TagClassName
{
border-color: #FA410B;
}
</style>