Shades of Red Orange #FA4C29
Tints of Red Orange #FA4C29
RGB
CMYK
RGB Variations
Color information
#FA4C29 (or 0xFA4C29) is known color: Red Orange. HEX triplet: FA, 4C and 29. RGB value is (250,76,41). Sum of RGB (Red+Green+Blue) = 250+76+41=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4C29 is #05B3D6. Grayscale: #7C7C7C. Windows color (decimal): -373719 or 2706682. OLE color: 2706682.
HSL color Cylindrical-coordinate representation of color #FA4C29: hue angle of 10.05º 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 #FA4C29 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 41 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.02 |
| HSL | 10.05º | 0.95% | 0.57% | - |
| HSV(B) | 10.05º | 0.84% | 0.98% | - |
| XYZ | 42.41 | 25.65 | 4.81 | - |
| YUV | 124.04 | 81.15 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 41 | 0 | 0.70 | 0.84 | 0.02 | 10.05 | 0.95 | 0.57 |
| Hex | FA | 4C | 29 | 0 | 46 | 54 | 2 | A | 5F | 39 |
| Octal | 372 | 114 | 51 | 0 | 106 | 124 | 2 | 12 | 137 | 71 |
| Binary | 11111010 | 1001100 | 101001 | 0 | 1000110 | 1010100 | 10 | 1010 | 1011111 | 111001 |
Color Harmonies of #FA4C29
Complementary color
Monochromatic Colors of #FA4C29
Black with #FA4C29
Text Example
Text Example
White with #FA4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C29; }
p { color: rgb(250,76,41); }
H1.HeaderClassName
{
color: #FA4C29;
}
.AnyTagClassName
{
color: #FA4C29;
}
</style>
background-color css
<style>
a { background-color: #FA4C29; }
a { background-color: rgb(250,76,41); }
div.DivClassName
{
background-color: #FA4C29;
}
.BgClassName
{
background-color: #FA4C29;
}
</style>
border-color css
<style>
span { border-color: #FA4C29; }
span { border-color: rgb(250,76,41); }
td.TdClassName
{
border-color: #FA4C29;
}
.TagClassName
{
border-color: #FA4C29;
}
</style>