Shades of Orange Red #FA471B
Tints of Orange Red #FA471B
RGB
CMYK
RGB Variations
Color information
#FA471B (or 0xFA471B) is known color: Orange Red. HEX triplet: FA, 47 and 1B. RGB value is (250,71,27). Sum of RGB (Red+Green+Blue) = 250+71+27=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA471B is #05B8E4. Grayscale: #777777. Windows color (decimal): -375013 or 1787898. OLE color: 1787898.
HSL color Cylindrical-coordinate representation of color #FA471B: hue angle of 11.84º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA471B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.02 |
| HSL | 11.84º | 0.96% | 0.54% | - |
| HSV(B) | 11.84º | 0.89% | 0.98% | - |
| XYZ | 41.88 | 24.91 | 3.64 | - |
| YUV | 119.51 | 75.8 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 27 | 0 | 0.72 | 0.89 | 0.02 | 11.84 | 0.96 | 0.54 |
| Hex | FA | 47 | 1B | 0 | 48 | 59 | 2 | C | 60 | 36 |
| Octal | 372 | 107 | 33 | 0 | 110 | 131 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1000111 | 11011 | 0 | 1001000 | 1011001 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA471B
Complementary color
Monochromatic Colors of #FA471B
Black with #FA471B
Text Example
Text Example
White with #FA471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA471B; }
p { color: rgb(250,71,27); }
H1.HeaderClassName
{
color: #FA471B;
}
.AnyTagClassName
{
color: #FA471B;
}
</style>
background-color css
<style>
a { background-color: #FA471B; }
a { background-color: rgb(250,71,27); }
div.DivClassName
{
background-color: #FA471B;
}
.BgClassName
{
background-color: #FA471B;
}
</style>
border-color css
<style>
span { border-color: #FA471B; }
span { border-color: rgb(250,71,27); }
td.TdClassName
{
border-color: #FA471B;
}
.TagClassName
{
border-color: #FA471B;
}
</style>