Shades of Orange Red #FA4001
Tints of Orange Red #FA4001
RGB
CMYK
RGB Variations
Color information
#FA4001 (or 0xFA4001) is known color: Orange Red. HEX triplet: FA, 40 and 01. RGB value is (250,64,1). Sum of RGB (Red+Green+Blue) = 250+64+1=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4001 is #05BFFE. Grayscale: #707070. Windows color (decimal): -376831 or 82170. OLE color: 82170.
HSL color Cylindrical-coordinate representation of color #FA4001: hue angle of 15.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4001 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.02 |
| HSL | 15.18º | 0.99% | 0.49% | - |
| HSV(B) | 15.18º | 1% | 0.98% | - |
| XYZ | 41.26 | 23.99 | 2.49 | - |
| YUV | 112.43 | 65.12 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 1 | 0 | 0.74 | 1.00 | 0.02 | 15.18 | 0.99 | 0.49 |
| Hex | FA | 40 | 1 | 0 | 4A | 64 | 2 | F | 63 | 31 |
| Octal | 372 | 100 | 1 | 0 | 112 | 144 | 2 | 17 | 143 | 61 |
| Binary | 11111010 | 1000000 | 1 | 0 | 1001010 | 1100100 | 10 | 1111 | 1100011 | 110001 |
Color Harmonies of #FA4001
Complementary color
Monochromatic Colors of #FA4001
Black with #FA4001
Text Example
Text Example
White with #FA4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4001; }
p { color: rgb(250,64,1); }
H1.HeaderClassName
{
color: #FA4001;
}
.AnyTagClassName
{
color: #FA4001;
}
</style>
background-color css
<style>
a { background-color: #FA4001; }
a { background-color: rgb(250,64,1); }
div.DivClassName
{
background-color: #FA4001;
}
.BgClassName
{
background-color: #FA4001;
}
</style>
border-color css
<style>
span { border-color: #FA4001; }
span { border-color: rgb(250,64,1); }
td.TdClassName
{
border-color: #FA4001;
}
.TagClassName
{
border-color: #FA4001;
}
</style>