Shades of Red Orange #FA2820
Tints of Red Orange #FA2820
RGB
CMYK
RGB Variations
Color information
#FA2820 (or 0xFA2820) is known color: Red Orange. HEX triplet: FA, 28 and 20. RGB value is (250,40,32). Sum of RGB (Red+Green+Blue) = 250+40+32=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2820 is #05D7DF. Grayscale: #666666. Windows color (decimal): -382944 or 2107642. OLE color: 2107642.
HSL color Cylindrical-coordinate representation of color #FA2820: hue angle of 2.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2820 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 32 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.02 |
| HSL | 2.2º | 0.96% | 0.55% | - |
| HSV(B) | 2.2º | 0.87% | 0.98% | - |
| XYZ | 40.44 | 21.95 | 3.47 | - |
| YUV | 101.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 32 | 0 | 0.84 | 0.87 | 0.02 | 2.2 | 0.96 | 0.55 |
| Hex | FA | 28 | 20 | 0 | 54 | 57 | 2 | 2 | 60 | 37 |
| Octal | 372 | 50 | 40 | 0 | 124 | 127 | 2 | 2 | 140 | 67 |
| Binary | 11111010 | 101000 | 100000 | 0 | 1010100 | 1010111 | 10 | 10 | 1100000 | 110111 |
Color Harmonies of #FA2820
Complementary color
Monochromatic Colors of #FA2820
Black with #FA2820
Text Example
Text Example
White with #FA2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2820; }
p { color: rgb(250,40,32); }
H1.HeaderClassName
{
color: #FA2820;
}
.AnyTagClassName
{
color: #FA2820;
}
</style>
background-color css
<style>
a { background-color: #FA2820; }
a { background-color: rgb(250,40,32); }
div.DivClassName
{
background-color: #FA2820;
}
.BgClassName
{
background-color: #FA2820;
}
</style>
border-color css
<style>
span { border-color: #FA2820; }
span { border-color: rgb(250,40,32); }
td.TdClassName
{
border-color: #FA2820;
}
.TagClassName
{
border-color: #FA2820;
}
</style>