Shades of Red Orange #FA471D
Tints of Red Orange #FA471D
RGB
CMYK
RGB Variations
Color information
#FA471D (or 0xFA471D) is known color: Red Orange. HEX triplet: FA, 47 and 1D. RGB value is (250,71,29). Sum of RGB (Red+Green+Blue) = 250+71+29=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA471D is #05B8E2. Grayscale: #787878. Windows color (decimal): -375011 or 1918970. OLE color: 1918970.
HSL color Cylindrical-coordinate representation of color #FA471D: hue angle of 11.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA471D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.02 |
| HSL | 11.4º | 0.96% | 0.55% | - |
| HSV(B) | 11.4º | 0.88% | 0.98% | - |
| XYZ | 41.9 | 24.92 | 3.76 | - |
| YUV | 119.73 | 76.8 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 29 | 0 | 0.72 | 0.88 | 0.02 | 11.4 | 0.96 | 0.55 |
| Hex | FA | 47 | 1D | 0 | 48 | 58 | 2 | B | 60 | 37 |
| Octal | 372 | 107 | 35 | 0 | 110 | 130 | 2 | 13 | 140 | 67 |
| Binary | 11111010 | 1000111 | 11101 | 0 | 1001000 | 1011000 | 10 | 1011 | 1100000 | 110111 |
Color Harmonies of #FA471D
Complementary color
Monochromatic Colors of #FA471D
Black with #FA471D
Text Example
Text Example
White with #FA471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA471D; }
p { color: rgb(250,71,29); }
H1.HeaderClassName
{
color: #FA471D;
}
.AnyTagClassName
{
color: #FA471D;
}
</style>
background-color css
<style>
a { background-color: #FA471D; }
a { background-color: rgb(250,71,29); }
div.DivClassName
{
background-color: #FA471D;
}
.BgClassName
{
background-color: #FA471D;
}
</style>
border-color css
<style>
span { border-color: #FA471D; }
span { border-color: rgb(250,71,29); }
td.TdClassName
{
border-color: #FA471D;
}
.TagClassName
{
border-color: #FA471D;
}
</style>