Shades of Red Orange #FA2C2A
Tints of Red Orange #FA2C2A
RGB
CMYK
RGB Variations
Color information
#FA2C2A (or 0xFA2C2A) is known color: Red Orange. HEX triplet: FA, 2C and 2A. RGB value is (250,44,42). Sum of RGB (Red+Green+Blue) = 250+44+42=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C2A is #05D3D5. Grayscale: #696969. Windows color (decimal): -381910 or 2764026. OLE color: 2764026.
HSL color Cylindrical-coordinate representation of color #FA2C2A: hue angle of 0.58º 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 #FA2C2A is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 42 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.02 |
| HSL | 0.58º | 0.95% | 0.57% | - |
| HSV(B) | 0.58º | 0.83% | 0.98% | - |
| XYZ | 40.74 | 22.29 | 4.35 | - |
| YUV | 105.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 42 | 0 | 0.82 | 0.83 | 0.02 | 0.58 | 0.95 | 0.57 |
| Hex | FA | 2C | 2A | 0 | 52 | 53 | 2 | 1 | 5F | 39 |
| Octal | 372 | 54 | 52 | 0 | 122 | 123 | 2 | 1 | 137 | 71 |
| Binary | 11111010 | 101100 | 101010 | 0 | 1010010 | 1010011 | 10 | 1 | 1011111 | 111001 |
Color Harmonies of #FA2C2A
Complementary color
Monochromatic Colors of #FA2C2A
Black with #FA2C2A
Text Example
Text Example
White with #FA2C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C2A; }
p { color: rgb(250,44,42); }
H1.HeaderClassName
{
color: #FA2C2A;
}
.AnyTagClassName
{
color: #FA2C2A;
}
</style>
background-color css
<style>
a { background-color: #FA2C2A; }
a { background-color: rgb(250,44,42); }
div.DivClassName
{
background-color: #FA2C2A;
}
.BgClassName
{
background-color: #FA2C2A;
}
</style>
border-color css
<style>
span { border-color: #FA2C2A; }
span { border-color: rgb(250,44,42); }
td.TdClassName
{
border-color: #FA2C2A;
}
.TagClassName
{
border-color: #FA2C2A;
}
</style>