Shades of Orange Red #FA490C
Tints of Orange Red #FA490C
RGB
CMYK
RGB Variations
Color information
#FA490C (or 0xFA490C) is known color: Orange Red. HEX triplet: FA, 49 and 0C. RGB value is (250,73,12). Sum of RGB (Red+Green+Blue) = 250+73+12=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA490C is #05B6F3. Grayscale: #777777. Windows color (decimal): -374516 or 805370. OLE color: 805370.
HSL color Cylindrical-coordinate representation of color #FA490C: hue angle of 15.38º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA490C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.02 |
| HSL | 15.38º | 0.96% | 0.51% | - |
| HSV(B) | 15.38º | 0.95% | 0.98% | - |
| XYZ | 41.87 | 25.12 | 2.99 | - |
| YUV | 118.97 | 67.64 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 12 | 0 | 0.71 | 0.95 | 0.02 | 15.38 | 0.96 | 0.51 |
| Hex | FA | 49 | C | 0 | 47 | 5F | 2 | F | 60 | 33 |
| Octal | 372 | 111 | 14 | 0 | 107 | 137 | 2 | 17 | 140 | 63 |
| Binary | 11111010 | 1001001 | 1100 | 0 | 1000111 | 1011111 | 10 | 1111 | 1100000 | 110011 |
Color Harmonies of #FA490C
Complementary color
Monochromatic Colors of #FA490C
Black with #FA490C
Text Example
Text Example
White with #FA490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA490C; }
p { color: rgb(250,73,12); }
H1.HeaderClassName
{
color: #FA490C;
}
.AnyTagClassName
{
color: #FA490C;
}
</style>
background-color css
<style>
a { background-color: #FA490C; }
a { background-color: rgb(250,73,12); }
div.DivClassName
{
background-color: #FA490C;
}
.BgClassName
{
background-color: #FA490C;
}
</style>
border-color css
<style>
span { border-color: #FA490C; }
span { border-color: rgb(250,73,12); }
td.TdClassName
{
border-color: #FA490C;
}
.TagClassName
{
border-color: #FA490C;
}
</style>