Shades of Tangerine #FA7C07
Tints of Tangerine #FA7C07
RGB
CMYK
RGB Variations
Color information
#FA7C07 (or 0xFA7C07) is known color: Tangerine. HEX triplet: FA, 7C and 07. RGB value is (250,124,7). Sum of RGB (Red+Green+Blue) = 250+124+7=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C07 is #0583F8. Grayscale: #949494. Windows color (decimal): -361465 or 490746. OLE color: 490746.
HSL color Cylindrical-coordinate representation of color #FA7C07: hue angle of 28.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA7C07 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.02 |
| HSL | 28.89º | 0.96% | 0.5% | - |
| HSV(B) | 28.89º | 0.97% | 0.98% | - |
| XYZ | 46.67 | 34.75 | 4.45 | - |
| YUV | 148.34 | 48.24 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 7 | 0 | 0.50 | 0.97 | 0.02 | 28.89 | 0.96 | 0.5 |
| Hex | FA | 7C | 7 | 0 | 32 | 61 | 2 | 1D | 60 | 32 |
| Octal | 372 | 174 | 7 | 0 | 62 | 141 | 2 | 35 | 140 | 62 |
| Binary | 11111010 | 1111100 | 111 | 0 | 110010 | 1100001 | 10 | 11101 | 1100000 | 110010 |
Color Harmonies of #FA7C07
Complementary color
Monochromatic Colors of #FA7C07
Black with #FA7C07
Text Example
Text Example
White with #FA7C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C07; }
p { color: rgb(250,124,7); }
H1.HeaderClassName
{
color: #FA7C07;
}
.AnyTagClassName
{
color: #FA7C07;
}
</style>
background-color css
<style>
a { background-color: #FA7C07; }
a { background-color: rgb(250,124,7); }
div.DivClassName
{
background-color: #FA7C07;
}
.BgClassName
{
background-color: #FA7C07;
}
</style>
border-color css
<style>
span { border-color: #FA7C07; }
span { border-color: rgb(250,124,7); }
td.TdClassName
{
border-color: #FA7C07;
}
.TagClassName
{
border-color: #FA7C07;
}
</style>