Shades of Red Orange #FA2B21
Tints of Red Orange #FA2B21
RGB
CMYK
RGB Variations
Color information
#FA2B21 (or 0xFA2B21) is known color: Red Orange. HEX triplet: FA, 2B and 21. RGB value is (250,43,33). Sum of RGB (Red+Green+Blue) = 250+43+33=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B21 is #05D4DE. Grayscale: #686868. Windows color (decimal): -382175 or 2173946. OLE color: 2173946.
HSL color Cylindrical-coordinate representation of color #FA2B21: hue angle of 2.76º 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 #FA2B21 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 33 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.02 |
| HSL | 2.76º | 0.96% | 0.55% | - |
| HSV(B) | 2.76º | 0.87% | 0.98% | - |
| XYZ | 40.56 | 22.16 | 3.58 | - |
| YUV | 103.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 33 | 0 | 0.83 | 0.87 | 0.02 | 2.76 | 0.96 | 0.55 |
| Hex | FA | 2B | 21 | 0 | 53 | 57 | 2 | 3 | 60 | 37 |
| Octal | 372 | 53 | 41 | 0 | 123 | 127 | 2 | 3 | 140 | 67 |
| Binary | 11111010 | 101011 | 100001 | 0 | 1010011 | 1010111 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FA2B21
Complementary color
Monochromatic Colors of #FA2B21
Black with #FA2B21
Text Example
Text Example
White with #FA2B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B21; }
p { color: rgb(250,43,33); }
H1.HeaderClassName
{
color: #FA2B21;
}
.AnyTagClassName
{
color: #FA2B21;
}
</style>
background-color css
<style>
a { background-color: #FA2B21; }
a { background-color: rgb(250,43,33); }
div.DivClassName
{
background-color: #FA2B21;
}
.BgClassName
{
background-color: #FA2B21;
}
</style>
border-color css
<style>
span { border-color: #FA2B21; }
span { border-color: rgb(250,43,33); }
td.TdClassName
{
border-color: #FA2B21;
}
.TagClassName
{
border-color: #FA2B21;
}
</style>