Shades of Orange Red #FA4805
Tints of Orange Red #FA4805
RGB
CMYK
RGB Variations
Color information
#FA4805 (or 0xFA4805) is known color: Orange Red. HEX triplet: FA, 48 and 05. RGB value is (250,72,5). Sum of RGB (Red+Green+Blue) = 250+72+5=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4805 is #05B7FA. Grayscale: #767676. Windows color (decimal): -374779 or 346362. OLE color: 346362.
HSL color Cylindrical-coordinate representation of color #FA4805: hue angle of 16.41º 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 #FA4805 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.02 |
| HSL | 16.41º | 0.96% | 0.5% | - |
| HSV(B) | 16.41º | 0.98% | 0.98% | - |
| XYZ | 41.77 | 24.97 | 2.76 | - |
| YUV | 117.58 | 64.47 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 5 | 0 | 0.71 | 0.98 | 0.02 | 16.41 | 0.96 | 0.5 |
| Hex | FA | 48 | 5 | 0 | 47 | 62 | 2 | 10 | 60 | 32 |
| Octal | 372 | 110 | 5 | 0 | 107 | 142 | 2 | 20 | 140 | 62 |
| Binary | 11111010 | 1001000 | 101 | 0 | 1000111 | 1100010 | 10 | 10000 | 1100000 | 110010 |
Color Harmonies of #FA4805
Complementary color
Monochromatic Colors of #FA4805
Black with #FA4805
Text Example
Text Example
White with #FA4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4805; }
p { color: rgb(250,72,5); }
H1.HeaderClassName
{
color: #FA4805;
}
.AnyTagClassName
{
color: #FA4805;
}
</style>
background-color css
<style>
a { background-color: #FA4805; }
a { background-color: rgb(250,72,5); }
div.DivClassName
{
background-color: #FA4805;
}
.BgClassName
{
background-color: #FA4805;
}
</style>
border-color css
<style>
span { border-color: #FA4805; }
span { border-color: rgb(250,72,5); }
td.TdClassName
{
border-color: #FA4805;
}
.TagClassName
{
border-color: #FA4805;
}
</style>