Shades of Red Orange #FA2D20
Tints of Red Orange #FA2D20
RGB
CMYK
RGB Variations
Color information
#FA2D20 (or 0xFA2D20) is known color: Red Orange. HEX triplet: FA, 2D and 20. RGB value is (250,45,32). Sum of RGB (Red+Green+Blue) = 250+45+32=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D20 is #05D2DF. Grayscale: #696969. Windows color (decimal): -381664 or 2108922. OLE color: 2108922.
HSL color Cylindrical-coordinate representation of color #FA2D20: hue angle of 3.58º 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 #FA2D20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.02 |
| HSL | 3.58º | 0.96% | 0.55% | - |
| HSV(B) | 3.58º | 0.87% | 0.98% | - |
| XYZ | 40.62 | 22.31 | 3.53 | - |
| YUV | 104.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 32 | 0 | 0.82 | 0.87 | 0.02 | 3.58 | 0.96 | 0.55 |
| Hex | FA | 2D | 20 | 0 | 52 | 57 | 2 | 4 | 60 | 37 |
| Octal | 372 | 55 | 40 | 0 | 122 | 127 | 2 | 4 | 140 | 67 |
| Binary | 11111010 | 101101 | 100000 | 0 | 1010010 | 1010111 | 10 | 100 | 1100000 | 110111 |
Color Harmonies of #FA2D20
Complementary color
Monochromatic Colors of #FA2D20
Black with #FA2D20
Text Example
Text Example
White with #FA2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D20; }
p { color: rgb(250,45,32); }
H1.HeaderClassName
{
color: #FA2D20;
}
.AnyTagClassName
{
color: #FA2D20;
}
</style>
background-color css
<style>
a { background-color: #FA2D20; }
a { background-color: rgb(250,45,32); }
div.DivClassName
{
background-color: #FA2D20;
}
.BgClassName
{
background-color: #FA2D20;
}
</style>
border-color css
<style>
span { border-color: #FA2D20; }
span { border-color: rgb(250,45,32); }
td.TdClassName
{
border-color: #FA2D20;
}
.TagClassName
{
border-color: #FA2D20;
}
</style>