Shades of Orange Red #FA460C
Tints of Orange Red #FA460C
RGB
CMYK
RGB Variations
Color information
#FA460C (or 0xFA460C) is known color: Orange Red. HEX triplet: FA, 46 and 0C. RGB value is (250,70,12). Sum of RGB (Red+Green+Blue) = 250+70+12=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA460C is #05B9F3. Grayscale: #757575. Windows color (decimal): -375284 or 804602. OLE color: 804602.
HSL color Cylindrical-coordinate representation of color #FA460C: hue angle of 14.62º 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 #FA460C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.02 |
| HSL | 14.62º | 0.96% | 0.51% | - |
| HSV(B) | 14.62º | 0.95% | 0.98% | - |
| XYZ | 41.68 | 24.73 | 2.92 | - |
| YUV | 117.21 | 68.63 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 12 | 0 | 0.72 | 0.95 | 0.02 | 14.62 | 0.96 | 0.51 |
| Hex | FA | 46 | C | 0 | 48 | 5F | 2 | F | 60 | 33 |
| Octal | 372 | 106 | 14 | 0 | 110 | 137 | 2 | 17 | 140 | 63 |
| Binary | 11111010 | 1000110 | 1100 | 0 | 1001000 | 1011111 | 10 | 1111 | 1100000 | 110011 |
Color Harmonies of #FA460C
Complementary color
Monochromatic Colors of #FA460C
Black with #FA460C
Text Example
Text Example
White with #FA460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA460C; }
p { color: rgb(250,70,12); }
H1.HeaderClassName
{
color: #FA460C;
}
.AnyTagClassName
{
color: #FA460C;
}
</style>
background-color css
<style>
a { background-color: #FA460C; }
a { background-color: rgb(250,70,12); }
div.DivClassName
{
background-color: #FA460C;
}
.BgClassName
{
background-color: #FA460C;
}
</style>
border-color css
<style>
span { border-color: #FA460C; }
span { border-color: rgb(250,70,12); }
td.TdClassName
{
border-color: #FA460C;
}
.TagClassName
{
border-color: #FA460C;
}
</style>