Shades of Red Orange #FA2B2B
Tints of Red Orange #FA2B2B
RGB
CMYK
RGB Variations
Color information
#FA2B2B (or 0xFA2B2B) is known color: Red Orange. HEX triplet: FA, 2B and 2B. RGB value is (250,43,43). Sum of RGB (Red+Green+Blue) = 250+43+43=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B2B is #05D4D4. Grayscale: #696969. Windows color (decimal): -382165 or 2829306. OLE color: 2829306.
HSL color Cylindrical-coordinate representation of color #FA2B2B: hue angle of 0º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B2B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 43 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.02 |
| HSL | 0º | 0.95% | 0.57% | - |
| HSV(B) | 0º | 0.83% | 0.98% | - |
| XYZ | 40.72 | 22.23 | 4.43 | - |
| YUV | 104.89 | 93.08 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 43 | 0 | 0.83 | 0.83 | 0.02 | 0 | 0.95 | 0.57 |
| Hex | FA | 2B | 2B | 0 | 53 | 53 | 2 | 0 | 5F | 39 |
| Octal | 372 | 53 | 53 | 0 | 123 | 123 | 2 | 0 | 137 | 71 |
| Binary | 11111010 | 101011 | 101011 | 0 | 1010011 | 1010011 | 10 | 0 | 1011111 | 111001 |
Color Harmonies of #FA2B2B
Complementary color
Monochromatic Colors of #FA2B2B
Black with #FA2B2B
Text Example
Text Example
White with #FA2B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B2B; }
p { color: rgb(250,43,43); }
H1.HeaderClassName
{
color: #FA2B2B;
}
.AnyTagClassName
{
color: #FA2B2B;
}
</style>
background-color css
<style>
a { background-color: #FA2B2B; }
a { background-color: rgb(250,43,43); }
div.DivClassName
{
background-color: #FA2B2B;
}
.BgClassName
{
background-color: #FA2B2B;
}
</style>
border-color css
<style>
span { border-color: #FA2B2B; }
span { border-color: rgb(250,43,43); }
td.TdClassName
{
border-color: #FA2B2B;
}
.TagClassName
{
border-color: #FA2B2B;
}
</style>