Shades of Red Orange #FA2B23
Tints of Red Orange #FA2B23
RGB
CMYK
RGB Variations
Color information
#FA2B23 (or 0xFA2B23) is known color: Red Orange. HEX triplet: FA, 2B and 23. RGB value is (250,43,35). Sum of RGB (Red+Green+Blue) = 250+43+35=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B23 is #05D4DC. Grayscale: #686868. Windows color (decimal): -382173 or 2305018. OLE color: 2305018.
HSL color Cylindrical-coordinate representation of color #FA2B23: hue angle of 2.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2B23 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 35 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.02 |
| HSL | 2.23º | 0.96% | 0.56% | - |
| HSV(B) | 2.23º | 0.86% | 0.98% | - |
| XYZ | 40.59 | 22.17 | 3.73 | - |
| YUV | 103.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 35 | 0 | 0.83 | 0.86 | 0.02 | 2.23 | 0.96 | 0.56 |
| Hex | FA | 2B | 23 | 0 | 53 | 56 | 2 | 2 | 60 | 38 |
| Octal | 372 | 53 | 43 | 0 | 123 | 126 | 2 | 2 | 140 | 70 |
| Binary | 11111010 | 101011 | 100011 | 0 | 1010011 | 1010110 | 10 | 10 | 1100000 | 111000 |
Color Harmonies of #FA2B23
Complementary color
Monochromatic Colors of #FA2B23
Black with #FA2B23
Text Example
Text Example
White with #FA2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B23; }
p { color: rgb(250,43,35); }
H1.HeaderClassName
{
color: #FA2B23;
}
.AnyTagClassName
{
color: #FA2B23;
}
</style>
background-color css
<style>
a { background-color: #FA2B23; }
a { background-color: rgb(250,43,35); }
div.DivClassName
{
background-color: #FA2B23;
}
.BgClassName
{
background-color: #FA2B23;
}
</style>
border-color css
<style>
span { border-color: #FA2B23; }
span { border-color: rgb(250,43,35); }
td.TdClassName
{
border-color: #FA2B23;
}
.TagClassName
{
border-color: #FA2B23;
}
</style>