Shades of Red Orange #FA291F
Tints of Red Orange #FA291F
RGB
CMYK
RGB Variations
Color information
#FA291F (or 0xFA291F) is known color: Red Orange. HEX triplet: FA, 29 and 1F. RGB value is (250,41,31). Sum of RGB (Red+Green+Blue) = 250+41+31=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA291F is #05D6E0. Grayscale: #666666. Windows color (decimal): -382689 or 2042362. OLE color: 2042362.
HSL color Cylindrical-coordinate representation of color #FA291F: hue angle of 2.74º 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 #FA291F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 31 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.02 |
| HSL | 2.74º | 0.96% | 0.55% | - |
| HSV(B) | 2.74º | 0.88% | 0.98% | - |
| XYZ | 40.46 | 22.01 | 3.41 | - |
| YUV | 102.35 | 87.74 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 31 | 0 | 0.84 | 0.88 | 0.02 | 2.74 | 0.96 | 0.55 |
| Hex | FA | 29 | 1F | 0 | 54 | 58 | 2 | 3 | 60 | 37 |
| Octal | 372 | 51 | 37 | 0 | 124 | 130 | 2 | 3 | 140 | 67 |
| Binary | 11111010 | 101001 | 11111 | 0 | 1010100 | 1011000 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FA291F
Complementary color
Monochromatic Colors of #FA291F
Black with #FA291F
Text Example
Text Example
White with #FA291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA291F; }
p { color: rgb(250,41,31); }
H1.HeaderClassName
{
color: #FA291F;
}
.AnyTagClassName
{
color: #FA291F;
}
</style>
background-color css
<style>
a { background-color: #FA291F; }
a { background-color: rgb(250,41,31); }
div.DivClassName
{
background-color: #FA291F;
}
.BgClassName
{
background-color: #FA291F;
}
</style>
border-color css
<style>
span { border-color: #FA291F; }
span { border-color: rgb(250,41,31); }
td.TdClassName
{
border-color: #FA291F;
}
.TagClassName
{
border-color: #FA291F;
}
</style>