Shades of Red Orange #FA3D1B
Tints of Red Orange #FA3D1B
RGB
CMYK
RGB Variations
Color information
#FA3D1B (or 0xFA3D1B) is known color: Red Orange. HEX triplet: FA, 3D and 1B. RGB value is (250,61,27). Sum of RGB (Red+Green+Blue) = 250+61+27=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D1B is #05C2E4. Grayscale: #717171. Windows color (decimal): -377573 or 1785338. OLE color: 1785338.
HSL color Cylindrical-coordinate representation of color #FA3D1B: hue angle of 9.15º 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 #FA3D1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.02 |
| HSL | 9.15º | 0.96% | 0.54% | - |
| HSV(B) | 9.15º | 0.89% | 0.98% | - |
| XYZ | 41.29 | 23.74 | 3.44 | - |
| YUV | 113.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 27 | 0 | 0.76 | 0.89 | 0.02 | 9.15 | 0.96 | 0.54 |
| Hex | FA | 3D | 1B | 0 | 4C | 59 | 2 | 9 | 60 | 36 |
| Octal | 372 | 75 | 33 | 0 | 114 | 131 | 2 | 11 | 140 | 66 |
| Binary | 11111010 | 111101 | 11011 | 0 | 1001100 | 1011001 | 10 | 1001 | 1100000 | 110110 |
Color Harmonies of #FA3D1B
Complementary color
Monochromatic Colors of #FA3D1B
Black with #FA3D1B
Text Example
Text Example
White with #FA3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3D1B; }
p { color: rgb(250,61,27); }
H1.HeaderClassName
{
color: #FA3D1B;
}
.AnyTagClassName
{
color: #FA3D1B;
}
</style>
background-color css
<style>
a { background-color: #FA3D1B; }
a { background-color: rgb(250,61,27); }
div.DivClassName
{
background-color: #FA3D1B;
}
.BgClassName
{
background-color: #FA3D1B;
}
</style>
border-color css
<style>
span { border-color: #FA3D1B; }
span { border-color: rgb(250,61,27); }
td.TdClassName
{
border-color: #FA3D1B;
}
.TagClassName
{
border-color: #FA3D1B;
}
</style>