Shades of Orange Red #FA460B
Tints of Orange Red #FA460B
RGB
CMYK
RGB Variations
Color information
#FA460B (or 0xFA460B) is known color: Orange Red. HEX triplet: FA, 46 and 0B. RGB value is (250,70,11). Sum of RGB (Red+Green+Blue) = 250+70+11=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA460B is #05B9F4. Grayscale: #757575. Windows color (decimal): -375285 or 739066. OLE color: 739066.
HSL color Cylindrical-coordinate representation of color #FA460B: hue angle of 14.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA460B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.02 |
| HSL | 14.81º | 0.96% | 0.51% | - |
| HSV(B) | 14.81º | 0.96% | 0.98% | - |
| XYZ | 41.67 | 24.73 | 2.89 | - |
| YUV | 117.09 | 68.13 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 11 | 0 | 0.72 | 0.96 | 0.02 | 14.81 | 0.96 | 0.51 |
| Hex | FA | 46 | B | 0 | 48 | 60 | 2 | F | 60 | 33 |
| Octal | 372 | 106 | 13 | 0 | 110 | 140 | 2 | 17 | 140 | 63 |
| Binary | 11111010 | 1000110 | 1011 | 0 | 1001000 | 1100000 | 10 | 1111 | 1100000 | 110011 |
Color Harmonies of #FA460B
Complementary color
Monochromatic Colors of #FA460B
Black with #FA460B
Text Example
Text Example
White with #FA460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA460B; }
p { color: rgb(250,70,11); }
H1.HeaderClassName
{
color: #FA460B;
}
.AnyTagClassName
{
color: #FA460B;
}
</style>
background-color css
<style>
a { background-color: #FA460B; }
a { background-color: rgb(250,70,11); }
div.DivClassName
{
background-color: #FA460B;
}
.BgClassName
{
background-color: #FA460B;
}
</style>
border-color css
<style>
span { border-color: #FA460B; }
span { border-color: rgb(250,70,11); }
td.TdClassName
{
border-color: #FA460B;
}
.TagClassName
{
border-color: #FA460B;
}
</style>