Shades of Orange Red #FA4100
Tints of Orange Red #FA4100
RGB
CMYK
RGB Variations
Color information
#FA4100 (or 0xFA4100) is known color: Orange Red. HEX triplet: FA, 41 and 00. RGB value is (250,65,0). Sum of RGB (Red+Green+Blue) = 250+65+0=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4100 is #05BEFF. Grayscale: #717171. Windows color (decimal): -376576 or 16890. OLE color: 16890.
HSL color Cylindrical-coordinate representation of color #FA4100: hue angle of 15.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.02 |
| HSL | 15.6º | 1% | 0.49% | - |
| HSV(B) | 15.6º | 1% | 0.98% | - |
| XYZ | 41.31 | 24.1 | 2.48 | - |
| YUV | 112.91 | 64.29 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 0 | 0 | 0.74 | 1 | 0.02 | 15.6 | 1 | 0.49 |
| Hex | FA | 41 | 0 | 0 | 4A | 64 | 2 | 10 | 64 | 31 |
| Octal | 372 | 101 | 0 | 0 | 112 | 144 | 2 | 20 | 144 | 61 |
| Binary | 11111010 | 1000001 | 0 | 0 | 1001010 | 1100100 | 10 | 10000 | 1100100 | 110001 |
Color Harmonies of #FA4100
Complementary color
Monochromatic Colors of #FA4100
Black with #FA4100
Text Example
Text Example
White with #FA4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4100; }
p { color: rgb(250,65,0); }
H1.HeaderClassName
{
color: #FA4100;
}
.AnyTagClassName
{
color: #FA4100;
}
</style>
background-color css
<style>
a { background-color: #FA4100; }
a { background-color: rgb(250,65,0); }
div.DivClassName
{
background-color: #FA4100;
}
.BgClassName
{
background-color: #FA4100;
}
</style>
border-color css
<style>
span { border-color: #FA4100; }
span { border-color: rgb(250,65,0); }
td.TdClassName
{
border-color: #FA4100;
}
.TagClassName
{
border-color: #FA4100;
}
</style>