Shades of Orange Red #FA4005
Tints of Orange Red #FA4005
RGB
CMYK
RGB Variations
Color information
#FA4005 (or 0xFA4005) is known color: Orange Red. HEX triplet: FA, 40 and 05. RGB value is (250,64,5). Sum of RGB (Red+Green+Blue) = 250+64+5=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4005 is #05BFFA. Grayscale: #717171. Windows color (decimal): -376827 or 344314. OLE color: 344314.
HSL color Cylindrical-coordinate representation of color #FA4005: hue angle of 14.45º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA4005 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.02 |
| HSL | 14.45º | 0.96% | 0.5% | - |
| HSV(B) | 14.45º | 0.98% | 0.98% | - |
| XYZ | 41.29 | 24 | 2.6 | - |
| YUV | 112.89 | 67.12 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 5 | 0 | 0.74 | 0.98 | 0.02 | 14.45 | 0.96 | 0.5 |
| Hex | FA | 40 | 5 | 0 | 4A | 62 | 2 | E | 60 | 32 |
| Octal | 372 | 100 | 5 | 0 | 112 | 142 | 2 | 16 | 140 | 62 |
| Binary | 11111010 | 1000000 | 101 | 0 | 1001010 | 1100010 | 10 | 1110 | 1100000 | 110010 |
Color Harmonies of #FA4005
Complementary color
Monochromatic Colors of #FA4005
Black with #FA4005
Text Example
Text Example
White with #FA4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4005; }
p { color: rgb(250,64,5); }
H1.HeaderClassName
{
color: #FA4005;
}
.AnyTagClassName
{
color: #FA4005;
}
</style>
background-color css
<style>
a { background-color: #FA4005; }
a { background-color: rgb(250,64,5); }
div.DivClassName
{
background-color: #FA4005;
}
.BgClassName
{
background-color: #FA4005;
}
</style>
border-color css
<style>
span { border-color: #FA4005; }
span { border-color: rgb(250,64,5); }
td.TdClassName
{
border-color: #FA4005;
}
.TagClassName
{
border-color: #FA4005;
}
</style>