Shades of Red Orange #FA331C
Tints of Red Orange #FA331C
RGB
CMYK
RGB Variations
Color information
#FA331C (or 0xFA331C) is known color: Red Orange. HEX triplet: FA, 33 and 1C. RGB value is (250,51,28). Sum of RGB (Red+Green+Blue) = 250+51+28=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA331C is #05CCE3. Grayscale: #6C6C6C. Windows color (decimal): -380132 or 1848314. OLE color: 1848314.
HSL color Cylindrical-coordinate representation of color #FA331C: hue angle of 6.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA331C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 28 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.02 |
| HSL | 6.22º | 0.96% | 0.55% | - |
| HSV(B) | 6.22º | 0.89% | 0.98% | - |
| XYZ | 40.82 | 22.78 | 3.34 | - |
| YUV | 107.88 | 82.93 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 28 | 0 | 0.80 | 0.89 | 0.02 | 6.22 | 0.96 | 0.55 |
| Hex | FA | 33 | 1C | 0 | 50 | 59 | 2 | 6 | 60 | 37 |
| Octal | 372 | 63 | 34 | 0 | 120 | 131 | 2 | 6 | 140 | 67 |
| Binary | 11111010 | 110011 | 11100 | 0 | 1010000 | 1011001 | 10 | 110 | 1100000 | 110111 |
Color Harmonies of #FA331C
Complementary color
Monochromatic Colors of #FA331C
Black with #FA331C
Text Example
Text Example
White with #FA331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA331C; }
p { color: rgb(250,51,28); }
H1.HeaderClassName
{
color: #FA331C;
}
.AnyTagClassName
{
color: #FA331C;
}
</style>
background-color css
<style>
a { background-color: #FA331C; }
a { background-color: rgb(250,51,28); }
div.DivClassName
{
background-color: #FA331C;
}
.BgClassName
{
background-color: #FA331C;
}
</style>
border-color css
<style>
span { border-color: #FA331C; }
span { border-color: rgb(250,51,28); }
td.TdClassName
{
border-color: #FA331C;
}
.TagClassName
{
border-color: #FA331C;
}
</style>