Shades of Orange Red #FA4510
Tints of Orange Red #FA4510
RGB
CMYK
RGB Variations
Color information
#FA4510 (or 0xFA4510) is known color: Orange Red. HEX triplet: FA, 45 and 10. RGB value is (250,69,16). Sum of RGB (Red+Green+Blue) = 250+69+16=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4510 is #05BAEF. Grayscale: #757575. Windows color (decimal): -375536 or 1066490. OLE color: 1066490.
HSL color Cylindrical-coordinate representation of color #FA4510: hue angle of 13.59º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA4510 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.02 |
| HSL | 13.59º | 0.96% | 0.52% | - |
| HSV(B) | 13.59º | 0.94% | 0.98% | - |
| XYZ | 41.65 | 24.62 | 3.05 | - |
| YUV | 117.08 | 70.97 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 16 | 0 | 0.72 | 0.94 | 0.02 | 13.59 | 0.96 | 0.52 |
| Hex | FA | 45 | 10 | 0 | 48 | 5E | 2 | E | 60 | 34 |
| Octal | 372 | 105 | 20 | 0 | 110 | 136 | 2 | 16 | 140 | 64 |
| Binary | 11111010 | 1000101 | 10000 | 0 | 1001000 | 1011110 | 10 | 1110 | 1100000 | 110100 |
Color Harmonies of #FA4510
Complementary color
Monochromatic Colors of #FA4510
Black with #FA4510
Text Example
Text Example
White with #FA4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4510; }
p { color: rgb(250,69,16); }
H1.HeaderClassName
{
color: #FA4510;
}
.AnyTagClassName
{
color: #FA4510;
}
</style>
background-color css
<style>
a { background-color: #FA4510; }
a { background-color: rgb(250,69,16); }
div.DivClassName
{
background-color: #FA4510;
}
.BgClassName
{
background-color: #FA4510;
}
</style>
border-color css
<style>
span { border-color: #FA4510; }
span { border-color: rgb(250,69,16); }
td.TdClassName
{
border-color: #FA4510;
}
.TagClassName
{
border-color: #FA4510;
}
</style>