Shades of Red Orange #FA3E29
Tints of Red Orange #FA3E29
RGB
CMYK
RGB Variations
Color information
#FA3E29 (or 0xFA3E29) is known color: Red Orange. HEX triplet: FA, 3E and 29. RGB value is (250,62,41). Sum of RGB (Red+Green+Blue) = 250+62+41=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E29 is #05C1D6. Grayscale: #747474. Windows color (decimal): -377303 or 2703098. OLE color: 2703098.
HSL color Cylindrical-coordinate representation of color #FA3E29: hue angle of 6.03º 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 #FA3E29 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 41 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.02 |
| HSL | 6.03º | 0.95% | 0.57% | - |
| HSV(B) | 6.03º | 0.84% | 0.98% | - |
| XYZ | 41.55 | 23.93 | 4.53 | - |
| YUV | 115.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 41 | 0 | 0.75 | 0.84 | 0.02 | 6.03 | 0.95 | 0.57 |
| Hex | FA | 3E | 29 | 0 | 4B | 54 | 2 | 6 | 5F | 39 |
| Octal | 372 | 76 | 51 | 0 | 113 | 124 | 2 | 6 | 137 | 71 |
| Binary | 11111010 | 111110 | 101001 | 0 | 1001011 | 1010100 | 10 | 110 | 1011111 | 111001 |
Color Harmonies of #FA3E29
Complementary color
Monochromatic Colors of #FA3E29
Black with #FA3E29
Text Example
Text Example
White with #FA3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E29; }
p { color: rgb(250,62,41); }
H1.HeaderClassName
{
color: #FA3E29;
}
.AnyTagClassName
{
color: #FA3E29;
}
</style>
background-color css
<style>
a { background-color: #FA3E29; }
a { background-color: rgb(250,62,41); }
div.DivClassName
{
background-color: #FA3E29;
}
.BgClassName
{
background-color: #FA3E29;
}
</style>
border-color css
<style>
span { border-color: #FA3E29; }
span { border-color: rgb(250,62,41); }
td.TdClassName
{
border-color: #FA3E29;
}
.TagClassName
{
border-color: #FA3E29;
}
</style>