Shades of Red Orange #FA2C27
Tints of Red Orange #FA2C27
RGB
CMYK
RGB Variations
Color information
#FA2C27 (or 0xFA2C27) is known color: Red Orange. HEX triplet: FA, 2C and 27. RGB value is (250,44,39). Sum of RGB (Red+Green+Blue) = 250+44+39=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C27 is #05D3D8. Grayscale: #696969. Windows color (decimal): -381913 or 2567418. OLE color: 2567418.
HSL color Cylindrical-coordinate representation of color #FA2C27: hue angle of 1.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2C27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 39 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.02 |
| HSL | 1.42º | 0.95% | 0.57% | - |
| HSV(B) | 1.42º | 0.84% | 0.98% | - |
| XYZ | 40.69 | 22.27 | 4.07 | - |
| YUV | 105.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 39 | 0 | 0.82 | 0.84 | 0.02 | 1.42 | 0.95 | 0.57 |
| Hex | FA | 2C | 27 | 0 | 52 | 54 | 2 | 1 | 5F | 39 |
| Octal | 372 | 54 | 47 | 0 | 122 | 124 | 2 | 1 | 137 | 71 |
| Binary | 11111010 | 101100 | 100111 | 0 | 1010010 | 1010100 | 10 | 1 | 1011111 | 111001 |
Color Harmonies of #FA2C27
Complementary color
Monochromatic Colors of #FA2C27
Black with #FA2C27
Text Example
Text Example
White with #FA2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C27; }
p { color: rgb(250,44,39); }
H1.HeaderClassName
{
color: #FA2C27;
}
.AnyTagClassName
{
color: #FA2C27;
}
</style>
background-color css
<style>
a { background-color: #FA2C27; }
a { background-color: rgb(250,44,39); }
div.DivClassName
{
background-color: #FA2C27;
}
.BgClassName
{
background-color: #FA2C27;
}
</style>
border-color css
<style>
span { border-color: #FA2C27; }
span { border-color: rgb(250,44,39); }
td.TdClassName
{
border-color: #FA2C27;
}
.TagClassName
{
border-color: #FA2C27;
}
</style>