Shades of Red Orange #FA472D
Tints of Red Orange #FA472D
RGB
CMYK
RGB Variations
Color information
#FA472D (or 0xFA472D) is known color: Red Orange. HEX triplet: FA, 47 and 2D. RGB value is (250,71,45). Sum of RGB (Red+Green+Blue) = 250+71+45=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA472D is #05B8D2. Grayscale: #797979. Windows color (decimal): -374995 or 2967546. OLE color: 2967546.
HSL color Cylindrical-coordinate representation of color #FA472D: hue angle of 7.61º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA472D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 45 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.02 |
| HSL | 7.61º | 0.95% | 0.58% | - |
| HSV(B) | 7.61º | 0.82% | 0.98% | - |
| XYZ | 42.15 | 25.02 | 5.09 | - |
| YUV | 121.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 45 | 0 | 0.72 | 0.82 | 0.02 | 7.61 | 0.95 | 0.58 |
| Hex | FA | 47 | 2D | 0 | 48 | 52 | 2 | 8 | 5F | 3A |
| Octal | 372 | 107 | 55 | 0 | 110 | 122 | 2 | 10 | 137 | 72 |
| Binary | 11111010 | 1000111 | 101101 | 0 | 1001000 | 1010010 | 10 | 1000 | 1011111 | 111010 |
Color Harmonies of #FA472D
Complementary color
Monochromatic Colors of #FA472D
Black with #FA472D
Text Example
Text Example
White with #FA472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA472D; }
p { color: rgb(250,71,45); }
H1.HeaderClassName
{
color: #FA472D;
}
.AnyTagClassName
{
color: #FA472D;
}
</style>
background-color css
<style>
a { background-color: #FA472D; }
a { background-color: rgb(250,71,45); }
div.DivClassName
{
background-color: #FA472D;
}
.BgClassName
{
background-color: #FA472D;
}
</style>
border-color css
<style>
span { border-color: #FA472D; }
span { border-color: rgb(250,71,45); }
td.TdClassName
{
border-color: #FA472D;
}
.TagClassName
{
border-color: #FA472D;
}
</style>