Shades of Red Orange #FA2520
Tints of Red Orange #FA2520
RGB
CMYK
RGB Variations
Color information
#FA2520 (or 0xFA2520) is known color: Red Orange. HEX triplet: FA, 25 and 20. RGB value is (250,37,32). Sum of RGB (Red+Green+Blue) = 250+37+32=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2520 is #05DADF. Grayscale: #646464. Windows color (decimal): -383712 or 2106874. OLE color: 2106874.
HSL color Cylindrical-coordinate representation of color #FA2520: hue angle of 1.38º 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 #FA2520 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 32 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.02 |
| HSL | 1.38º | 0.96% | 0.55% | - |
| HSV(B) | 1.38º | 0.87% | 0.98% | - |
| XYZ | 40.35 | 21.75 | 3.44 | - |
| YUV | 100.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 32 | 0 | 0.85 | 0.87 | 0.02 | 1.38 | 0.96 | 0.55 |
| Hex | FA | 25 | 20 | 0 | 55 | 57 | 2 | 1 | 60 | 37 |
| Octal | 372 | 45 | 40 | 0 | 125 | 127 | 2 | 1 | 140 | 67 |
| Binary | 11111010 | 100101 | 100000 | 0 | 1010101 | 1010111 | 10 | 1 | 1100000 | 110111 |
Color Harmonies of #FA2520
Complementary color
Monochromatic Colors of #FA2520
Black with #FA2520
Text Example
Text Example
White with #FA2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2520; }
p { color: rgb(250,37,32); }
H1.HeaderClassName
{
color: #FA2520;
}
.AnyTagClassName
{
color: #FA2520;
}
</style>
background-color css
<style>
a { background-color: #FA2520; }
a { background-color: rgb(250,37,32); }
div.DivClassName
{
background-color: #FA2520;
}
.BgClassName
{
background-color: #FA2520;
}
</style>
border-color css
<style>
span { border-color: #FA2520; }
span { border-color: rgb(250,37,32); }
td.TdClassName
{
border-color: #FA2520;
}
.TagClassName
{
border-color: #FA2520;
}
</style>