Shades of Red Orange #FA2D27
Tints of Red Orange #FA2D27
RGB
CMYK
RGB Variations
Color information
#FA2D27 (or 0xFA2D27) is known color: Red Orange. HEX triplet: FA, 2D and 27. RGB value is (250,45,39). Sum of RGB (Red+Green+Blue) = 250+45+39=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D27 is #05D2D8. Grayscale: #696969. Windows color (decimal): -381657 or 2567674. OLE color: 2567674.
HSL color Cylindrical-coordinate representation of color #FA2D27: hue angle of 1.71º 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 #FA2D27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 39 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.02 |
| HSL | 1.71º | 0.95% | 0.57% | - |
| HSV(B) | 1.71º | 0.84% | 0.98% | - |
| XYZ | 40.73 | 22.35 | 4.09 | - |
| YUV | 105.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 39 | 0 | 0.82 | 0.84 | 0.02 | 1.71 | 0.95 | 0.57 |
| Hex | FA | 2D | 27 | 0 | 52 | 54 | 2 | 2 | 5F | 39 |
| Octal | 372 | 55 | 47 | 0 | 122 | 124 | 2 | 2 | 137 | 71 |
| Binary | 11111010 | 101101 | 100111 | 0 | 1010010 | 1010100 | 10 | 10 | 1011111 | 111001 |
Color Harmonies of #FA2D27
Complementary color
Monochromatic Colors of #FA2D27
Black with #FA2D27
Text Example
Text Example
White with #FA2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D27; }
p { color: rgb(250,45,39); }
H1.HeaderClassName
{
color: #FA2D27;
}
.AnyTagClassName
{
color: #FA2D27;
}
</style>
background-color css
<style>
a { background-color: #FA2D27; }
a { background-color: rgb(250,45,39); }
div.DivClassName
{
background-color: #FA2D27;
}
.BgClassName
{
background-color: #FA2D27;
}
</style>
border-color css
<style>
span { border-color: #FA2D27; }
span { border-color: rgb(250,45,39); }
td.TdClassName
{
border-color: #FA2D27;
}
.TagClassName
{
border-color: #FA2D27;
}
</style>