Shades of Orange Red #FA4210
Tints of Orange Red #FA4210
RGB
CMYK
RGB Variations
Color information
#FA4210 (or 0xFA4210) is known color: Orange Red. HEX triplet: FA, 42 and 10. RGB value is (250,66,16). Sum of RGB (Red+Green+Blue) = 250+66+16=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4210 is #05BDEF. Grayscale: #737373. Windows color (decimal): -376304 or 1065722. OLE color: 1065722.
HSL color Cylindrical-coordinate representation of color #FA4210: hue angle of 12.82º 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 #FA4210 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.02 |
| HSL | 12.82º | 0.96% | 0.52% | - |
| HSV(B) | 12.82º | 0.94% | 0.98% | - |
| XYZ | 41.47 | 24.26 | 2.99 | - |
| YUV | 115.32 | 71.96 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 16 | 0 | 0.74 | 0.94 | 0.02 | 12.82 | 0.96 | 0.52 |
| Hex | FA | 42 | 10 | 0 | 4A | 5E | 2 | D | 60 | 34 |
| Octal | 372 | 102 | 20 | 0 | 112 | 136 | 2 | 15 | 140 | 64 |
| Binary | 11111010 | 1000010 | 10000 | 0 | 1001010 | 1011110 | 10 | 1101 | 1100000 | 110100 |
Color Harmonies of #FA4210
Complementary color
Monochromatic Colors of #FA4210
Black with #FA4210
Text Example
Text Example
White with #FA4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4210; }
p { color: rgb(250,66,16); }
H1.HeaderClassName
{
color: #FA4210;
}
.AnyTagClassName
{
color: #FA4210;
}
</style>
background-color css
<style>
a { background-color: #FA4210; }
a { background-color: rgb(250,66,16); }
div.DivClassName
{
background-color: #FA4210;
}
.BgClassName
{
background-color: #FA4210;
}
</style>
border-color css
<style>
span { border-color: #FA4210; }
span { border-color: rgb(250,66,16); }
td.TdClassName
{
border-color: #FA4210;
}
.TagClassName
{
border-color: #FA4210;
}
</style>