Shades of Tangerine #FA7E0A
Tints of Tangerine #FA7E0A
RGB
CMYK
RGB Variations
Color information
#FA7E0A (or 0xFA7E0A) is known color: Tangerine. HEX triplet: FA, 7E and 0A. RGB value is (250,126,10). Sum of RGB (Red+Green+Blue) = 250+126+10=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7E0A is #0581F5. Grayscale: #969696. Windows color (decimal): -360950 or 687866. OLE color: 687866.
HSL color Cylindrical-coordinate representation of color #FA7E0A: hue angle of 29º 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 #FA7E0A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.02 |
| HSL | 29º | 0.96% | 0.51% | - |
| HSV(B) | 29º | 0.96% | 0.98% | - |
| XYZ | 46.94 | 35.27 | 4.62 | - |
| YUV | 149.85 | 49.08 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 10 | 0 | 0.50 | 0.96 | 0.02 | 29 | 0.96 | 0.51 |
| Hex | FA | 7E | A | 0 | 32 | 60 | 2 | 1D | 60 | 33 |
| Octal | 372 | 176 | 12 | 0 | 62 | 140 | 2 | 35 | 140 | 63 |
| Binary | 11111010 | 1111110 | 1010 | 0 | 110010 | 1100000 | 10 | 11101 | 1100000 | 110011 |
Color Harmonies of #FA7E0A
Complementary color
Monochromatic Colors of #FA7E0A
Black with #FA7E0A
Text Example
Text Example
White with #FA7E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E0A; }
p { color: rgb(250,126,10); }
H1.HeaderClassName
{
color: #FA7E0A;
}
.AnyTagClassName
{
color: #FA7E0A;
}
</style>
background-color css
<style>
a { background-color: #FA7E0A; }
a { background-color: rgb(250,126,10); }
div.DivClassName
{
background-color: #FA7E0A;
}
.BgClassName
{
background-color: #FA7E0A;
}
</style>
border-color css
<style>
span { border-color: #FA7E0A; }
span { border-color: rgb(250,126,10); }
td.TdClassName
{
border-color: #FA7E0A;
}
.TagClassName
{
border-color: #FA7E0A;
}
</style>